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 EightWayDirectionEightWayDirection. 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_WAYSFields in net.minecraft.world.chunk with type parameters of type EightWayDirection Modifier and Type Field Description private EnumSet<EightWayDirection>UpgradeData. sidesToUpgradeMethods in net.minecraft.world.chunk with parameters of type EightWayDirection Modifier and Type Method Description private static voidUpgradeData. upgradeSide(WorldChunk chunk, EightWayDirection side)