Uses of Class
net.minecraft.util.EightWayDirection
Package | Description |
---|---|
net.minecraft.util | |
net.minecraft.world.chunk |
-
Uses of EightWayDirection in net.minecraft.util
Methods in net.minecraft.util that return EightWayDirection Modifier and Type Method Description static EightWayDirection
EightWayDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static EightWayDirection[]
EightWayDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EightWayDirection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as EightWayDirection Modifier and Type Field Description private static EightWayDirection[]
UpgradeData. EIGHT_WAYS
Fields in net.minecraft.world.chunk with type parameters of type EightWayDirection Modifier and Type Field Description private EnumSet<EightWayDirection>
UpgradeData. sidesToUpgrade
Methods in net.minecraft.world.chunk with parameters of type EightWayDirection Modifier and Type Method Description private static void
UpgradeData. upgradeSide(WorldChunk chunk, EightWayDirection side)