Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
- Mappings:
 Namespace Name official dynintermediary net/minecraft/class_3978named net/minecraft/world/IdCountsState
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic IdCountsStatefromNbt(NbtCompound nbt) intwriteNbt(NbtCompound nbt) Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty 
- 
Field Details
- 
IDCOUNTS_KEY
- See Also:
 - Mappings:
 Namespace Name Mixin selector official aLdyn;a:Ljava/lang/String;intermediary field_31830Lnet/minecraft/class_3978;field_31830:Ljava/lang/String;named IDCOUNTS_KEYLnet/minecraft/world/IdCountsState;IDCOUNTS_KEY:Ljava/lang/String;
 - 
idCounts
- Mappings:
 Namespace Name Mixin selector official bLdyn;b:Lit/unimi/dsi/fastutil/objects/Object2IntMap;intermediary field_17662Lnet/minecraft/class_3978;field_17662:Lit/unimi/dsi/fastutil/objects/Object2IntMap;named idCountsLnet/minecraft/world/IdCountsState;idCounts:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
 
 - 
 - 
Constructor Details
- 
IdCountsState
public IdCountsState() 
 - 
 - 
Method Details
- 
fromNbt
- Mappings:
 Namespace Name Mixin selector official bLdyn;b(Lqr;)Ldyn;intermediary method_32360Lnet/minecraft/class_3978;method_32360(Lnet/minecraft/class_2487;)Lnet/minecraft/class_3978;named fromNbtLnet/minecraft/world/IdCountsState;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/IdCountsState;
 - 
writeNbt
- Specified by:
 writeNbtin classPersistentState- Mappings:
 Namespace Name Mixin selector official aLdyj;a(Lqr;)Lqr;intermediary method_75Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;named writeNbtLnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
 - 
getNextMapId
public int getNextMapId()- Mappings:
 Namespace Name Mixin selector official aLdyn;a()Iintermediary method_17920Lnet/minecraft/class_3978;method_17920()Inamed getNextMapIdLnet/minecraft/world/IdCountsState;getNextMapId()I
 
 -