Uses of Class
net.minecraft.world.PersistentState
Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.item.map | |
net.minecraft.scoreboard | |
net.minecraft.village.raid | |
net.minecraft.world |
-
Uses of PersistentState in net.minecraft.command
Subclasses of PersistentState in net.minecraft.command Modifier and Type Class Description (package private) static class
DataCommandStorage.PersistentState
-
Uses of PersistentState in net.minecraft.item.map
Subclasses of PersistentState in net.minecraft.item.map Modifier and Type Class Description class
MapState
-
Uses of PersistentState in net.minecraft.scoreboard
Subclasses of PersistentState in net.minecraft.scoreboard Modifier and Type Class Description class
ScoreboardState
-
Uses of PersistentState in net.minecraft.village.raid
Subclasses of PersistentState in net.minecraft.village.raid Modifier and Type Class Description class
RaidManager
-
Uses of PersistentState in net.minecraft.world
Subclasses of PersistentState in net.minecraft.world Modifier and Type Class Description class
ChunkUpdateState
class
ForcedChunkState
class
IdCountsState
Fields in net.minecraft.world with type parameters of type PersistentState Modifier and Type Field Description private Map<String,PersistentState>
PersistentStateManager. loadedStates
Methods in net.minecraft.world with type parameters of type PersistentState Modifier and Type Method Description <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)
Methods in net.minecraft.world with parameters of type PersistentState Modifier and Type Method Description void
PersistentStateManager. set(String string, PersistentState persistentState)