Uses of Record Class
net.minecraft.world.PersistentStateType
Packages that use PersistentStateType
Package
Description
-
Uses of PersistentStateType in net.minecraft.command
Methods in net.minecraft.command that return PersistentStateType -
Uses of PersistentStateType in net.minecraft.item.map
Methods in net.minecraft.item.map that return PersistentStateTypeModifier and TypeMethodDescriptionstatic PersistentStateType
<MapState> MapState.createStateType
(MapIdComponent mapId) -
Uses of PersistentStateType in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as PersistentStateTypeModifier and TypeFieldDescriptionstatic final PersistentStateType
<ScoreboardState> ServerScoreboard.STATE_TYPE
-
Uses of PersistentStateType in net.minecraft.server.world
Fields in net.minecraft.server.world declared as PersistentStateTypeModifier and TypeFieldDescriptionstatic final PersistentStateType
<ChunkTicketManager> ChunkTicketManager.STATE_TYPE
-
Uses of PersistentStateType in net.minecraft.util.math.random
Fields in net.minecraft.util.math.random declared as PersistentStateTypeModifier and TypeFieldDescriptionstatic final PersistentStateType
<RandomSequencesState> RandomSequencesState.STATE_TYPE
-
Uses of PersistentStateType in net.minecraft.village.raid
Fields in net.minecraft.village.raid declared as PersistentStateTypeModifier and TypeFieldDescriptionstatic final PersistentStateType
<RaidManager> RaidManager.END_STATE_TYPE
static final PersistentStateType
<RaidManager> RaidManager.STATE_TYPE
Methods in net.minecraft.village.raid that return PersistentStateTypeModifier and TypeMethodDescriptionstatic PersistentStateType
<RaidManager> RaidManager.getPersistentStateType
(RegistryEntry<DimensionType> dimensionType) -
Uses of PersistentStateType in net.minecraft.world
Fields in net.minecraft.world declared as PersistentStateTypeModifier and TypeFieldDescriptionstatic final PersistentStateType
<IdCountsState> IdCountsState.STATE_TYPE
Fields in net.minecraft.world with type parameters of type PersistentStateTypeModifier and TypeFieldDescriptionprivate final Map
<PersistentStateType<?>, Optional<PersistentState>> PersistentStateManager.loadedStates
Methods in net.minecraft.world that return PersistentStateTypeModifier and TypeMethodDescriptionstatic PersistentStateType
<ChunkUpdateState> ChunkUpdateState.createStateType
(String id) Methods in net.minecraft.world that return types with arguments of type PersistentStateTypeModifier and TypeMethodDescriptionprivate Map
<PersistentStateType<?>, NbtCompound> PersistentStateManager.collectStatesToSave()
Methods in net.minecraft.world with parameters of type PersistentStateTypeModifier and TypeMethodDescriptionprivate <T extends PersistentState>
NbtCompoundPersistentStateManager.encode
(PersistentStateType<T> type, PersistentState state, RegistryOps<NbtElement> ops) <T extends PersistentState>
TPersistentStateManager.get
(PersistentStateType<T> type) <T extends PersistentState>
TPersistentStateManager.getOrCreate
(PersistentStateType<T> type) private <T extends PersistentState>
TPersistentStateManager.readFromFile
(PersistentStateType<T> type) private void
PersistentStateManager.save
(PersistentStateType<?> type, NbtCompound nbt) <T extends PersistentState>
voidPersistentStateManager.set
(PersistentStateType<T> type, T state)