Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
- Mappings:
Namespace Name official eno
intermediary net/minecraft/class_3978
named 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 IdCountsState
fromNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) static PersistentState.Type
<IdCountsState> writeNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) 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
Leno;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
Leno;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
-
getPersistentStateType
- Mappings:
Namespace Name Mixin selector official a
Leno;a()Lenh$a;
intermediary method_52610
Lnet/minecraft/class_3978;method_52610()Lnet/minecraft/class_18$class_8645;
named getPersistentStateType
Lnet/minecraft/world/IdCountsState;getPersistentStateType()Lnet/minecraft/world/PersistentState$Type;
-
fromNbt
- Mappings:
Namespace Name Mixin selector official b
Leno;b(Lua;Liy$a;)Leno;
intermediary method_32360
Lnet/minecraft/class_3978;method_32360(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_3978;
named fromNbt
Lnet/minecraft/world/IdCountsState;fromNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/world/IdCountsState;
-
writeNbt
- Specified by:
writeNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector official a
Lenh;a(Lua;Liy$a;)Lua;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;
named writeNbt
Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;
-
getNextMapId
- Mappings:
Namespace Name Mixin selector official b
Leno;b()Lenn;
intermediary method_17920
Lnet/minecraft/class_3978;method_17920()Lnet/minecraft/class_9209;
named getNextMapId
Lnet/minecraft/world/IdCountsState;getNextMapId()Lnet/minecraft/component/type/MapIdComponent;
-