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, World 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 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.Methods in net.minecraftforge.fml with parameters of type LogicalSide -
Uses of LogicalSide in net.minecraftforge.fml.common.thread
Fields in net.minecraftforge.fml.common.thread declared as LogicalSideMethods in net.minecraftforge.fml.common.thread that return LogicalSideModifier and TypeMethodDescriptionstatic LogicalSide
EffectiveSide.get()
SidedThreadGroup.getSide()
Gets the side this sided thread group belongs to.Constructors in net.minecraftforge.fml.common.thread with parameters of type LogicalSide -
Uses of LogicalSide in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network declared as LogicalSideMethods in net.minecraftforge.fml.network that return LogicalSideModifier and TypeMethodDescriptionNetworkDirection.getOriginationSide()
NetworkDirection.getReceptionSide()
Constructors in net.minecraftforge.fml.network with parameters of type LogicalSideModifierConstructorDescriptionprivate
NetworkDirection
(BiFunction<ICustomPacket<?>, Supplier<NetworkEvent.Context>, NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends IPacket> clazz, int i)