Uses of Interface
net.minecraft.class_7522
Packages that use class_7522
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7522 in net.minecraft
Classes in net.minecraft with type parameters of type class_7522Modifier and TypeInterfaceDescriptionstatic interface
class_7522.class_7523<T,
C extends class_7522<T>> -
Uses of class_7522 in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type class_7522Modifier 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
Classes in net.minecraft.world.chunk that implement class_7522Modifier and TypeClassDescriptionclass
A paletted container stores objects in 3D voxels as small integer indices, governed by "palettes" that map between these objects and indices.Fields in net.minecraft.world.chunk declared as class_7522Modifier and TypeFieldDescriptionprivate class_7522<RegistryEntry<Biome>>
ChunkSection.biomeContainer
Methods in net.minecraft.world.chunk with type parameters of type class_7522Modifier 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.Methods in net.minecraft.world.chunk that return class_7522Methods in net.minecraft.world.chunk that return types with arguments of type class_7522Modifier 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) Constructors in net.minecraft.world.chunk with parameters of type class_7522ModifierConstructorDescriptionChunkSection
(int chunkPos, PalettedContainer<BlockState> blockStateContainer, class_7522<RegistryEntry<Biome>> class_7522)