Uses of Enum Class
net.minecraft.util.math.EightWayDirection
Packages that use EightWayDirection
-
Uses of EightWayDirection in net.minecraft.util.math
Methods in net.minecraft.util.math 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 TypeMethodDescriptionstatic Set
<EightWayDirection> BlendingData.getAdjacentChunksWithNoise
(StructureWorldAccess access, int chunkX, int chunkZ, boolean oldNoise) Methods in net.minecraft.world.gen.chunk with parameters of type EightWayDirectionModifier and TypeMethodDescriptionprivate static Blender.DistanceFunction
Blender.createDistanceFunction
(@Nullable EightWayDirection direction, BlendingData data) Method parameters in net.minecraft.world.gen.chunk with type arguments of type EightWayDirectionModifier and TypeMethodDescriptionstatic Blender.DistanceFunction
Blender.createClosestDistanceFunction
(@Nullable BlendingData data, Map<EightWayDirection, BlendingData> neighborData) private void
BlendingData.initChunkBlendingData
(Chunk chunk, Set<EightWayDirection> newNoiseChunkDirections)