Uses of Enum Class
net.minecraftforge.fml.LogicalSide
Package
Description
-
Uses of LogicalSide in net.minecraftforge.common.util
-
Uses of LogicalSide in net.minecraftforge.event
ModifierConstructorDescriptionTickEvent
(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
-
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.network
Modifier and TypeMethodDescriptionNetworkDirection.getOriginationSide()
NetworkDirection.getReceptionSide()
ModifierConstructorDescriptionprivate
NetworkDirection
(BiFunction<ICustomPacket<?>, Supplier<NetworkEvent.Context>, NetworkEvent> eventSupplier, LogicalSide logicalSide, Class<? extends Packet> clazz, int i)
WorldTickEvent(LogicalSide, Phase, Level, BooleanSupplier)