Package | Description |
---|---|
net.minecraftforge.event | |
net.minecraftforge.event.entity.player | |
net.minecraftforge.fml | |
net.minecraftforge.fml.common.thread | |
net.minecraftforge.fml.network |
Modifier and Type | Field and Description |
---|---|
LogicalSide |
TickEvent.side |
Constructor and Description |
---|
TickEvent(TickEvent.Type type,
LogicalSide side,
TickEvent.Phase phase) |
WorldTickEvent(LogicalSide side,
TickEvent.Phase phase,
World world) |
Modifier and Type | Method and Description |
---|---|
LogicalSide |
PlayerInteractEvent.getSide() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
LogicalSidedProvider.get(LogicalSide side) |
Modifier and Type | Field and Description |
---|---|
private LogicalSide |
SidedThreadGroup.side |
Modifier and Type | Method and Description |
---|---|
static LogicalSide |
EffectiveSide.get() |
LogicalSide |
SidedThreadGroup.getSide()
Gets the side this sided thread group belongs to.
|
Constructor and Description |
---|
SidedThreadGroup(LogicalSide side) |
Modifier and Type | Field and Description |
---|---|
private LogicalSide |
NetworkDirection.logicalSide |
Modifier and Type | Method and Description |
---|---|
LogicalSide |
NetworkDirection.getOriginationSide() |
LogicalSide |
NetworkDirection.getReceptionSide() |
Constructor and 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) |