Uses of Enum Class
net.neoforged.fml.LogicalSide
Packages that use LogicalSide
Package
Description
-
Uses of LogicalSide in net.neoforged.fml
Methods in net.neoforged.fml that return LogicalSideModifier and TypeMethodDescriptionstatic LogicalSide
Returns the enum constant of this class with the specified name.static LogicalSide[]
LogicalSide.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LogicalSide in net.neoforged.fml.util.thread
Fields in net.neoforged.fml.util.thread declared as LogicalSideMethods in net.neoforged.fml.util.thread that return LogicalSideModifier and TypeMethodDescriptionstatic LogicalSide
EffectiveSide.get()
SidedThreadGroup.getSide()
Gets the side this sided thread group belongs to.Constructors in net.neoforged.fml.util.thread with parameters of type LogicalSide -
Uses of LogicalSide in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return LogicalSideModifier and TypeMethodDescriptiondefault LogicalSide
IPacketFlowExtension.getReceptionSide()
Returns theLogicalSide
that is receiving packets in thisPacketFlow
. -
Uses of LogicalSide in net.neoforged.neoforge.event.entity.player
Methods in net.neoforged.neoforge.event.entity.player that return LogicalSide