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 voidfromTag(CompoundTag tag)intgetNextMapId()CompoundTagtoTag(CompoundTag tag)
-
Field Details
-
idCounts
-
-
Constructor Details
-
IdCountsState
public IdCountsState()
-
-
Method Details
-
fromTag
- Specified by:
fromTagin classPersistentState
-
toTag
- Specified by:
toTagin classPersistentState
-
getNextMapId
public int getNextMapId()
-