Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
- Mappings:
Namespace Name official dxt
intermediary net/minecraft/class_3978
named net/minecraft/world/IdCountsState
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdCountsState
fromNbt
(NbtCompound nbt) int
writeNbt
(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 a
Ldxt;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
Ldxt;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
-
IdCountsState
public IdCountsState()
-
-
Method Details
-
fromNbt
- Mappings:
Namespace Name Mixin selector official b
Ldxt;b(Lre;)Ldxt;
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:
writeNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector official a
Ldxp;a(Lre;)Lre;
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;
-
getNextMapId
public int getNextMapId()- Mappings:
Namespace Name Mixin selector official a
Ldxt;a()I
intermediary method_17920
Lnet/minecraft/class_3978;method_17920()I
named getNextMapId
Lnet/minecraft/world/IdCountsState;getNextMapId()I
-