Uses of Enum Class
net.minecraftforge.fml.LogicalSide
Package
Description
-
Uses of LogicalSide in net.minecraftforge.event
ModifierConstructorDescriptionTickEvent(TickEvent.Type type, LogicalSide side, TickEvent.Phase phase)
WorldTickEvent(LogicalSide side, TickEvent.Phase phase, Level world)
-
Uses of LogicalSide in net.minecraftforge.event.entity.player
-
Uses of LogicalSide in net.minecraftforge.fml
Modifier 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.minecraftforge.fml.util.thread
Modifier and TypeMethodDescriptionstatic LogicalSide
EffectiveSide.get()
SidedThreadGroup.getSide()
Gets the side this sided thread group belongs to. -
Uses of LogicalSide in net.minecraftforge.fmllegacy
-
Uses of LogicalSide in net.minecraftforge.fmllegacy.network
Modifier and TypeMethodDescriptionNetworkDirection.getOriginationSide()
NetworkDirection.getReceptionSide()
ModifierConstructorDescriptionprivate
NetworkDirection(BiFunction<ICustomPacket<?>,Supplier<NetworkEvent.Context>,NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends Packet> clazz, int i)