Uses of Class
net.minecraftforge.fml.LogicalSide
-
Packages that use LogicalSide Package Description net.minecraftforge.event net.minecraftforge.event.entity.player net.minecraftforge.fml net.minecraftforge.fml.common.thread net.minecraftforge.fml.network -
-
Uses of LogicalSide in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LogicalSide Modifier and Type Field Description LogicalSide
TickEvent. side
Constructors in net.minecraftforge.event with parameters of type LogicalSide Constructor Description TickEvent(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 Modifier and Type Method Description LogicalSide
PlayerInteractEvent. getSide()
-
Uses of LogicalSide in net.minecraftforge.fml
Methods in net.minecraftforge.fml that return LogicalSide Modifier and Type Method Description static LogicalSide
LogicalSide. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogicalSide[]
LogicalSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraftforge.fml with parameters of type LogicalSide Modifier and Type Method Description <T> T
LogicalSidedProvider. get(LogicalSide side)
-
Uses of LogicalSide in net.minecraftforge.fml.common.thread
Fields in net.minecraftforge.fml.common.thread declared as LogicalSide Modifier and Type Field Description private LogicalSide
SidedThreadGroup. side
Methods in net.minecraftforge.fml.common.thread that return LogicalSide Modifier and Type Method Description static LogicalSide
EffectiveSide. get()
LogicalSide
SidedThreadGroup. getSide()
Gets the side this sided thread group belongs to.Constructors in net.minecraftforge.fml.common.thread with parameters of type LogicalSide Constructor Description SidedThreadGroup(LogicalSide side)
-
Uses of LogicalSide in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network declared as LogicalSide Modifier and Type Field Description private LogicalSide
NetworkDirection. logicalSide
Methods in net.minecraftforge.fml.network that return LogicalSide Modifier and Type Method Description LogicalSide
NetworkDirection. getOriginationSide()
LogicalSide
NetworkDirection. getReceptionSide()
Constructors in net.minecraftforge.fml.network with parameters of type LogicalSide Constructor Description NetworkDirection(java.util.function.BiFunction<ICustomPacket<?>,java.util.function.Supplier<NetworkEvent.Context>,NetworkEvent> eventSupplier, LogicalSide logicalSide, java.lang.Class<? extends IPacket> clazz, int i)
-