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 intgetNextMapId()static IdCountsStatemethod_32360(CompoundTag compoundTag)CompoundTagtoTag(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:
toTagin classPersistentState
-
getNextMapId
public int getNextMapId()
-