Uses of Record Class
net.minecraft.world.PersistentState.Type
Packages that use PersistentState.Type
Package
Description
-
Uses of PersistentState.Type in net.minecraft.command
Methods in net.minecraft.command that return PersistentState.Type -
Uses of PersistentState.Type in net.minecraft.item.map
Methods in net.minecraft.item.map that return PersistentState.TypeModifier and TypeMethodDescriptionstatic PersistentState.Type<MapState>
MapState.getPersistentStateType()
-
Uses of PersistentState.Type in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return PersistentState.Type -
Uses of PersistentState.Type in net.minecraft.util.math.random
Methods in net.minecraft.util.math.random that return PersistentState.Type -
Uses of PersistentState.Type in net.minecraft.village.raid
Methods in net.minecraft.village.raid that return PersistentState.TypeModifier and TypeMethodDescriptionstatic PersistentState.Type<RaidManager>
RaidManager.getPersistentStateType
(ServerWorld world) -
Uses of PersistentState.Type in net.minecraft.world
Methods in net.minecraft.world that return PersistentState.TypeModifier and TypeMethodDescriptionstatic PersistentState.Type<ChunkUpdateState>
ChunkUpdateState.getPersistentStateType()
static PersistentState.Type<ForcedChunkState>
ForcedChunkState.getPersistentStateType()
static PersistentState.Type<IdCountsState>
IdCountsState.getPersistentStateType()
Methods in net.minecraft.world with parameters of type PersistentState.TypeModifier and TypeMethodDescription<T extends PersistentState>
TPersistentStateManager.get
(PersistentState.Type<T> type, String id) <T extends PersistentState>
TPersistentStateManager.getOrCreate
(PersistentState.Type<T> type, String id)