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 EightWayDirection
Returns 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.sidesToUpgrade
Methods in net.minecraft.world.chunk with parameters of type EightWayDirectionModifier and TypeMethodDescriptionprivate static void
UpgradeData.upgradeSide
(WorldChunk chunk, EightWayDirection side) -
Uses of EightWayDirection in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return types with arguments of type EightWayDirectionModifier and TypeMethodDescriptionprivate static Set<EightWayDirection>
Blender.method_39579
(ChunkRegion chunkRegion, int int2, int int3) Method parameters in net.minecraft.world.gen.chunk with type arguments of type EightWayDirectionModifier and TypeMethodDescriptionprivate void
Blender.method_39572
(Chunk chunk, Set<EightWayDirection> set)