Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
- Mappings:
- Namespace - Name - official - dyn- intermediary - net/minecraft/class_3978- named - net/minecraft/world/IdCountsState
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IdCountsStatefromNbt(NbtCompound nbt) intwriteNbt(NbtCompound nbt) Methods inherited from class net.minecraft.world.PersistentStateisDirty, markDirty, save, setDirty
- 
Field Details- 
IDCOUNTS_KEY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyn;a:Ljava/lang/String;- intermediary - field_31830- Lnet/minecraft/class_3978;field_31830:Ljava/lang/String;- named - IDCOUNTS_KEY- Lnet/minecraft/world/IdCountsState;IDCOUNTS_KEY:Ljava/lang/String;
 
- 
idCounts- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyn;b:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- intermediary - field_17662- Lnet/minecraft/class_3978;field_17662:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- named - idCounts- Lnet/minecraft/world/IdCountsState;idCounts:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
 
 
- 
- 
Constructor Details- 
IdCountsStatepublic IdCountsState()
 
- 
- 
Method Details- 
fromNbt- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyn;b(Lqr;)Ldyn;- intermediary - method_32360- Lnet/minecraft/class_3978;method_32360(Lnet/minecraft/class_2487;)Lnet/minecraft/class_3978;- named - fromNbt- Lnet/minecraft/world/IdCountsState;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/IdCountsState;
 
- 
writeNbt- Specified by:
- writeNbtin class- PersistentState
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyj;a(Lqr;)Lqr;- intermediary - method_75- Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;- named - writeNbt- Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
 
- 
getNextMapIdpublic int getNextMapId()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyn;a()I- intermediary - method_17920- Lnet/minecraft/class_3978;method_17920()I- named - getNextMapId- Lnet/minecraft/world/IdCountsState;getNextMapId()I
 
 
-