Uses of Class
net.minecraft.core.IdMapper
Package
Description
-
Uses of IdMapper in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic IdMapper<BlockState>
Block.BLOCK_STATE_REGISTRY
Deprecated. -
Uses of IdMapper in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionGlobalPalette.registry
HashMapPalette.registry
LinearPalette.registry
PalettedContainer.registry
ModifierConstructorDescriptionGlobalPalette(IdMapper<T> p_62642_, T p_62643_)
HashMapPalette(IdMapper<T> p_62664_, int p_62665_, PaletteResize<T> p_62666_, Function<CompoundTag,T> p_62667_, Function<T,CompoundTag> p_62668_)
LinearPalette(IdMapper<T> p_63032_, int p_63033_, PaletteResize<T> p_63034_, Function<CompoundTag,T> p_63035_)
PalettedContainer(Palette<T> p_63079_, IdMapper<T> p_63080_, Function<CompoundTag,T> p_63081_, Function<T,CompoundTag> p_63082_, T p_63083_)
-
Uses of IdMapper in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeFieldDescriptionprivate IdMapper<BlockState>
StructureTemplate.SimplePalette.ids
-
Uses of IdMapper in net.minecraft.world.level.material
-
Uses of IdMapper in net.minecraftforge.registries