Uses of Enum Class
net.minecraft.core.Direction8
Package
Description
-
Uses of Direction8 in net.minecraft.core
Modifier and TypeMethodDescriptionstatic Direction8
Returns 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
Modifier and TypeMethodDescriptionprivate static void
UpgradeData.upgradeSides
(LevelChunk p_63344_, Direction8 p_63345_) -
Uses of Direction8 in net.minecraft.world.level.levelgen.blending
Modifier and TypeMethodDescriptionstatic Set<Direction8>
BlendingData.sideByGenerationAge
(WorldGenLevel p_197066_, int p_197067_, int p_197068_, boolean p_197069_) Modifier and TypeMethodDescriptionprivate static Blender.DistanceGetter
Blender.makeOffsetOldChunkDistanceGetter
(Direction8 p_197049_) Modifier and TypeMethodDescriptionprivate void
BlendingData.calculateData
(ChunkAccess p_190318_, Set<Direction8> p_190319_) static Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(boolean p_197059_, Set<Direction8> p_197060_)