Uses of Class
net.minecraft.util.datafix.fixes.ChunkPaletteFormat.Direction
-
Packages that use ChunkPaletteFormat.Direction Package Description net.minecraft.util.datafix.fixes -
-
Uses of ChunkPaletteFormat.Direction in net.minecraft.util.datafix.fixes
Methods in net.minecraft.util.datafix.fixes that return ChunkPaletteFormat.Direction Modifier and Type Method Description static ChunkPaletteFormat.Direction
ChunkPaletteFormat.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChunkPaletteFormat.Direction[]
ChunkPaletteFormat.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util.datafix.fixes with parameters of type ChunkPaletteFormat.Direction Modifier and Type Method Description static int
ChunkPaletteFormat.UpgradeChunk. relative(int p_199223_0_, ChunkPaletteFormat.Direction p_199223_1_)
-