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 LogicalSideTickEvent. sideConstructors 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 LogicalSidePlayerInteractEvent. getSide() -
Uses of LogicalSide in net.minecraftforge.fml
Methods in net.minecraftforge.fml that return LogicalSide Modifier and Type Method Description static LogicalSideLogicalSide. 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> TLogicalSidedProvider. 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 LogicalSideSidedThreadGroup. sideMethods in net.minecraftforge.fml.common.thread that return LogicalSide Modifier and Type Method Description static LogicalSideEffectiveSide. get()LogicalSideSidedThreadGroup. 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 LogicalSideNetworkDirection. logicalSideMethods in net.minecraftforge.fml.network that return LogicalSide Modifier and Type Method Description LogicalSideNetworkDirection. getOriginationSide()LogicalSideNetworkDirection. 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)
-