Uses of Interface
net.minecraft.class_7522
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7522 in net.minecraft
Modifier and TypeInterfaceDescriptionstatic interface
class_7522.class_7523<T,
C extends class_7522<T>> -
Uses of class_7522 in net.minecraft.world
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<class_7522<RegistryEntry<Biome>>>
ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) -
Uses of class_7522 in net.minecraft.world.chunk
Modifier and TypeClassDescriptionclass
A paletted container stores objects in 3D voxels as small integer indices, governed by "palettes" that map between these objects and indices.Modifier and TypeFieldDescriptionprivate class_7522<RegistryEntry<Biome>>
ChunkSection.biomeContainer
Modifier and TypeMethodDescriptionprivate static <T,
C extends class_7522<T>>
com.mojang.serialization.Codec<C>PalettedContainer.createCodec
(IndexedIterable<T> indexedIterable, com.mojang.serialization.Codec<T> entryCodec, PalettedContainer.PaletteProvider provider, T t, class_7522.class_7523<T, C> class_7523) Creates a codec for a paletted container with a specific palette provider.Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<class_7522<T>>
PalettedContainer.method_44347
(IndexedIterable<T> indexedIterable, com.mojang.serialization.Codec<T> codec, PalettedContainer.PaletteProvider paletteProvider, T t) ModifierConstructorDescriptionChunkSection
(int chunkPos, PalettedContainer<BlockState> blockStateContainer, class_7522<RegistryEntry<Biome>> class_7522)