Uses of Interface
net.minecraft.util.palette.IPalette
-
Packages that use IPalette Package Description net.minecraft.util.palette net.minecraft.world.chunk -
-
Uses of IPalette in net.minecraft.util.palette
Classes in net.minecraft.util.palette that implement IPalette Modifier and Type Class Description classArrayPalette<T>classHashMapPalette<T>classIdentityPalette<T>Fields in net.minecraft.util.palette declared as IPalette Modifier and Type Field Description private IPalette<T>PalettedContainer. globalPaletteprivate IPalette<T>PalettedContainer. paletteConstructors in net.minecraft.util.palette with parameters of type IPalette Constructor Description PalettedContainer(IPalette<T> p_i48961_1_, ObjectIntIdentityMap<T> p_i48961_2_, java.util.function.Function<CompoundNBT,T> p_i48961_3_, java.util.function.Function<T,CompoundNBT> p_i48961_4_, T p_i48961_5_) -
Uses of IPalette in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as IPalette Modifier and Type Field Description private static IPalette<BlockState>ChunkSection. GLOBAL_BLOCKSTATE_PALETTE
-