Uses of Enum Class
net.minecraftforge.fml.LogicalSide
Packages that use LogicalSide
Package
Description
-
Uses of LogicalSide in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util with parameters of type LogicalSide -
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) Deprecated, for removal: This API element is subject to removal in a future version.WorldTickEvent
(LogicalSide side, TickEvent.Phase phase, Level world, BooleanSupplier haveTime) -
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. -
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 LogicalSide
EffectiveSide.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.network
Fields in net.minecraftforge.network declared as LogicalSideMethods in net.minecraftforge.network that return LogicalSideModifier and TypeMethodDescriptionNetworkDirection.getOriginationSide()
NetworkDirection.getReceptionSide()
Constructors in net.minecraftforge.network with parameters of type LogicalSideModifierConstructorDescriptionprivate
NetworkDirection
(BiFunction<ICustomPacket<?>, Supplier<NetworkEvent.Context>, NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends Packet> clazz, int i)
WorldTickEvent(LogicalSide, Phase, Level, BooleanSupplier)