Uses of Enum Class
net.minecraft.core.Direction8
Packages that use Direction8
Package
Description
-
Uses of Direction8 in net.minecraft.core
Subclasses with type arguments of type Direction8 in net.minecraft.coreMethods in net.minecraft.core that return Direction8Modifier and TypeMethodDescriptionstatic Direction8Returns the enum constant of this class with the specified name.static Direction8[]Direction8.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Direction8 in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as Direction8Fields in net.minecraft.world.level.chunk with type parameters of type Direction8Methods in net.minecraft.world.level.chunk with parameters of type Direction8Modifier and TypeMethodDescriptionprivate static voidUpgradeData.upgradeSides(LevelChunk chunk, Direction8 direction8) -
Uses of Direction8 in net.minecraft.world.level.levelgen.blending
Methods in net.minecraft.world.level.levelgen.blending that return types with arguments of type Direction8Modifier and TypeMethodDescriptionstatic Set<Direction8> BlendingData.sideByGenerationAge(WorldGenLevel region, int chunkX, int chunkZ, boolean wantedOldGen) Methods in net.minecraft.world.level.levelgen.blending with parameters of type Direction8Modifier and TypeMethodDescriptionprivate static Blender.DistanceGetterBlender.makeOffsetOldChunkDistanceGetter(@Nullable Direction8 offset, BlendingData blendingData) Method parameters in net.minecraft.world.level.levelgen.blending with type arguments of type Direction8Modifier and TypeMethodDescriptionprivate voidBlendingData.calculateData(ChunkAccess chunk, Set<Direction8> newSides) static Blender.DistanceGetterBlender.makeOldChunkDistanceGetter(@Nullable BlendingData centerBlendingData, Map<Direction8, BlendingData> oldSidesBlendingData)