Uses of Enum Class
net.minecraft.util.EightWayDirection
Packages that use EightWayDirection
Package
Description
The base package for all Minecraft classes.
-
Uses of EightWayDirection in net.minecraft
Methods in net.minecraft with parameters of type EightWayDirectionModifier and TypeMethodDescriptionprivate static class_6748.class_6831class_6748.method_39812(@Nullable EightWayDirection eightWayDirection) Method parameters in net.minecraft with type arguments of type EightWayDirectionModifier and TypeMethodDescriptionstatic @Nullable class_6748.class_6831class_6748.method_39815(boolean bool, Set<EightWayDirection> set) -
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) -
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 TypeMethodDescriptionstatic Set<EightWayDirection>Blender.method_39579(StructureWorldAccess structureWorldAccess, int int2, int int3, boolean bool) Method parameters in net.minecraft.world.gen.chunk with type arguments of type EightWayDirectionModifier and TypeMethodDescriptionprivate voidBlender.method_39572(Chunk chunk, Set<EightWayDirection> set)