Uses of Class
net.minecraft.world.PersistentState
Package
Description
-
Uses of PersistentState in net.minecraft.command
-
Uses of PersistentState in net.minecraft.item.map
-
Uses of PersistentState in net.minecraft.scoreboard
-
Uses of PersistentState in net.minecraft.util.math.random
-
Uses of PersistentState in net.minecraft.village.raid
-
Uses of PersistentState in net.minecraft.world
Modifier and TypeClassDescriptionstatic final record
PersistentState.Type<T extends PersistentState>
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprivate final Map<String,
PersistentState> PersistentStateManager.loadedStates
Modifier and TypeMethodDescription<T extends PersistentState>
TPersistentStateManager.get
(PersistentState.Type<T> type, String id) <T extends PersistentState>
TPersistentStateManager.getOrCreate
(PersistentState.Type<T> type, String id) private <T extends PersistentState>
TPersistentStateManager.readFromFile
(Function<NbtCompound, T> readFunction, DataFixTypes dataFixTypes, String id) Modifier and TypeMethodDescriptionvoid
PersistentStateManager.set
(String id, PersistentState state)