Uses of Enum Class
net.minecraftforge.fml.LogicalSide
Packages that use LogicalSide
Package
Description
-
Uses of LogicalSide in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LogicalSideConstructors in net.minecraftforge.event with parameters of type LogicalSideModifierConstructorDescriptionTickEvent(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
Methods in net.minecraftforge.event.entity.player that return LogicalSide -
Uses of LogicalSide in net.minecraftforge.fml
Methods in net.minecraftforge.fml that return LogicalSideModifier and TypeMethodDescriptionstatic LogicalSideReturns 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
Fields in net.minecraftforge.fml.util.thread declared as LogicalSideMethods in net.minecraftforge.fml.util.thread that return LogicalSideModifier and TypeMethodDescriptionstatic LogicalSideEffectiveSide.get()SidedThreadGroup.getSide()Gets the side this sided thread group belongs to.Constructors in net.minecraftforge.fml.util.thread with parameters of type LogicalSide -
Uses of LogicalSide in net.minecraftforge.fmllegacy
Methods in net.minecraftforge.fmllegacy with parameters of type LogicalSide -
Uses of LogicalSide in net.minecraftforge.fmllegacy.network
Fields in net.minecraftforge.fmllegacy.network declared as LogicalSideMethods in net.minecraftforge.fmllegacy.network that return LogicalSideModifier and TypeMethodDescriptionNetworkDirection.getOriginationSide()NetworkDirection.getReceptionSide()Constructors in net.minecraftforge.fmllegacy.network with parameters of type LogicalSideModifierConstructorDescriptionprivateNetworkDirection(BiFunction<ICustomPacket<?>,Supplier<NetworkEvent.Context>,NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends Packet> clazz, int i)