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 Map<String,PersistentState>
PersistentStateManager.loadedStates
Modifier and TypeMethodDescription<T extends PersistentState>
TPersistentStateManager.get(Function<NbtCompound,T> function, String id)
<T extends PersistentState>
TPersistentStateManager.getOrCreate(Function<NbtCompound,T> function, Supplier<T> supplier, String string)
private <T extends PersistentState>
TPersistentStateManager.readFromFile(Function<NbtCompound,T> function, String id)
Modifier and TypeMethodDescriptionvoid
PersistentStateManager.set(String string, PersistentState persistentState)