Uses of Interface
net.minecraft.core.IdMap
Packages that use IdMap
Package
Description
-
Uses of IdMap in net.minecraft.core
Subinterfaces of IdMap in net.minecraft.coreClasses in net.minecraft.core that implement IdMapMethods in net.minecraft.core that return IdMap -
Uses of IdMap in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type IdMapMethod parameters in net.minecraft.network.codec with type arguments of type IdMapModifier and TypeMethodDescriptionprivate static <T,R> StreamCodec <RegistryFriendlyByteBuf, R> ByteBufCodecs.registry(ResourceKey<? extends Registry<T>> pRegistryKey, Function<Registry<T>, IdMap<R>> pIdGetter) -
Uses of IdMap in net.minecraft.util
Classes in net.minecraft.util that implement IdMap -
Uses of IdMap in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as IdMapMethods in net.minecraft.world.level.chunk that return IdMapMethods in net.minecraft.world.level.chunk with parameters of type IdMapModifier and TypeMethodDescriptionstatic <T> Strategy<T> Strategy.createForBiomes(IdMap<T> pIdMap) static <T> Strategy<T> Strategy.createForBlockStates(IdMap<T> pIdMap) intGlobalPalette.getSerializedSize(IdMap<T> p_445527_) intHashMapPalette.getSerializedSize(IdMap<T> p_446087_) intLinearPalette.getSerializedSize(IdMap<T> p_447247_) intPalette.getSerializedSize(IdMap<T> pIdMap) intPalettedContainer.Data.getSerializedSize(IdMap<T> pIdMap) intSingleValuePalette.getSerializedSize(IdMap<T> p_446532_) voidGlobalPalette.read(FriendlyByteBuf p_62654_, IdMap<T> p_447365_) voidHashMapPalette.read(FriendlyByteBuf p_62679_, IdMap<T> p_446983_) voidLinearPalette.read(FriendlyByteBuf p_63046_, IdMap<T> p_446753_) voidPalette.read(FriendlyByteBuf pBuffer, IdMap<T> pIdMap) voidSingleValuePalette.read(FriendlyByteBuf p_188223_, IdMap<T> p_446078_) voidGlobalPalette.write(FriendlyByteBuf p_62656_, IdMap<T> p_445976_) voidHashMapPalette.write(FriendlyByteBuf p_62684_, IdMap<T> p_446147_) voidLinearPalette.write(FriendlyByteBuf p_63049_, IdMap<T> p_446431_) voidPalette.write(FriendlyByteBuf pBuffer, IdMap<T> pIdMap) voidPalettedContainer.Data.write(FriendlyByteBuf pBuffer, IdMap<T> pIdMap) voidSingleValuePalette.write(FriendlyByteBuf p_188226_, IdMap<T> p_446461_) Constructors in net.minecraft.world.level.chunk with parameters of type IdMap -
Uses of IdMap in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement IdMapModifier and TypeClassDescriptionclassprivate static class