Uses of Enum Class
net.minecraft.util.EightWayDirection
Packages that use EightWayDirection
-
Uses of EightWayDirection in net.minecraft.util
Methods in net.minecraft.util that return EightWayDirectionModifier and TypeMethodDescriptionstatic EightWayDirectionReturns the enum constant of this class with the specified name.static EightWayDirection[]EightWayDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EightWayDirection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as EightWayDirectionFields in net.minecraft.world.chunk with type parameters of type EightWayDirectionModifier and TypeFieldDescriptionprivate final EnumSet<EightWayDirection>UpgradeData.sidesToUpgradeMethods in net.minecraft.world.chunk with parameters of type EightWayDirectionModifier and TypeMethodDescriptionprivate static voidUpgradeData.upgradeSide(WorldChunk chunk, EightWayDirection side)