Package net.minecraft.world
Class IdCountsState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState
public class IdCountsState extends PersistentState
-
Field Summary
Fields Modifier and Type Field Description private Object2IntMap<String>
idCounts
-
Constructor Summary
Constructors Constructor Description IdCountsState()
-
Method Summary
Modifier and Type Method Description int
getNextMapId()
static IdCountsState
method_32360(CompoundTag compoundTag)
CompoundTag
toTag(CompoundTag tag)
Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
idCounts
-
-
Constructor Details
-
IdCountsState
public IdCountsState()
-
-
Method Details
-
method_32360
-
toTag
- Specified by:
toTag
in classPersistentState
-
getNextMapId
public int getNextMapId()
-