Uses of Class
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing.Axis
| Package | Description |
|---|---|
| net.minecraft.datafixer.fix |
-
Uses of ChunkPalettedStorageFix.Facing.Axis in net.minecraft.datafixer.fix
Fields in net.minecraft.datafixer.fix declared as ChunkPalettedStorageFix.Facing.Axis Modifier and Type Field Description private ChunkPalettedStorageFix.Facing.AxisChunkPalettedStorageFix.Facing. axisMethods in net.minecraft.datafixer.fix that return ChunkPalettedStorageFix.Facing.Axis Modifier and Type Method Description ChunkPalettedStorageFix.Facing.AxisChunkPalettedStorageFix.Facing. getAxis()static ChunkPalettedStorageFix.Facing.AxisChunkPalettedStorageFix.Facing.Axis. valueOf(String name)Returns the enum constant of this type with the specified name.static ChunkPalettedStorageFix.Facing.Axis[]ChunkPalettedStorageFix.Facing.Axis. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.datafixer.fix with parameters of type ChunkPalettedStorageFix.Facing.Axis Constructor Description Facing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis)