Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
- Mappings:
Namespace Name official ebkintermediary net/minecraft/class_3978named net/minecraft/world/IdCountsState
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.PersistentState
PersistentState.Type<T extends PersistentState> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdCountsStatefromNbt(NbtCompound nbt) intstatic PersistentState.Type<IdCountsState>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 aLebk;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 bLebk;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
-
getPersistentStateType
- Mappings:
Namespace Name Mixin selector official aLebk;a()Lebg$a;intermediary method_52610Lnet/minecraft/class_3978;method_52610()Lnet/minecraft/class_18$class_8645;named getPersistentStateTypeLnet/minecraft/world/IdCountsState;getPersistentStateType()Lnet/minecraft/world/PersistentState$Type;
-
fromNbt
- Mappings:
Namespace Name Mixin selector official bLebk;b(Lqs;)Lebk;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 aLebg;a(Lqs;)Lqs;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 bLebk;b()Iintermediary method_17920Lnet/minecraft/class_3978;method_17920()Inamed getNextMapIdLnet/minecraft/world/IdCountsState;getNextMapId()I
-