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.village.raid
-
Uses of PersistentState in net.minecraft.world
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprivate final Map<String,
PersistentState> PersistentStateManager.loadedStates
Modifier and TypeMethodDescription<T extends PersistentState>
TPersistentStateManager.get
(Function<NbtCompound, T> readFunction, String id) <T extends PersistentState>
TPersistentStateManager.getOrCreate
(Function<NbtCompound, T> readFunction, Supplier<T> supplier, String id) private <T extends PersistentState>
TPersistentStateManager.readFromFile
(Function<NbtCompound, T> readFunction, String id) Modifier and TypeMethodDescriptionvoid
PersistentStateManager.set
(String id, PersistentState state)