Package net.minecraft.world
Class PersistentState
java.lang.Object
net.minecraft.world.PersistentState
- Direct Known Subclasses:
ChunkUpdateState
,DataCommandStorage.PersistentState
,ForcedChunkState
,IdCountsState
,MapState
,RaidManager
,ScoreboardState
- Mappings:
Namespace Name official dxp
intermediary net/minecraft/class_18
named net/minecraft/world/PersistentState
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDirty()
void
void
void
setDirty
(boolean dirty) abstract NbtCompound
writeNbt
(NbtCompound nbt)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Ldxp;a:Lorg/slf4j/Logger;
intermediary field_17661
Lnet/minecraft/class_18;field_17661:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/world/PersistentState;LOGGER:Lorg/slf4j/Logger;
-
dirty
private boolean dirty- Mappings:
Namespace Name Mixin selector official b
Ldxp;b:Z
intermediary field_72
Lnet/minecraft/class_18;field_72:Z
named dirty
Lnet/minecraft/world/PersistentState;dirty:Z
-
-
Constructor Details
-
PersistentState
public PersistentState()
-
-
Method Details
-
writeNbt
- Mappings:
Namespace Name Mixin selector official a
Ldxp;a(Lre;)Lre;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named writeNbt
Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
markDirty
public void markDirty()- Mappings:
Namespace Name Mixin selector official b
Ldxp;b()V
intermediary method_80
Lnet/minecraft/class_18;method_80()V
named markDirty
Lnet/minecraft/world/PersistentState;markDirty()V
-
setDirty
public void setDirty(boolean dirty) - Mappings:
Namespace Name Mixin selector official a
Ldxp;a(Z)V
intermediary method_78
Lnet/minecraft/class_18;method_78(Z)V
named setDirty
Lnet/minecraft/world/PersistentState;setDirty(Z)V
-
isDirty
public boolean isDirty()- Mappings:
Namespace Name Mixin selector official c
Ldxp;c()Z
intermediary method_79
Lnet/minecraft/class_18;method_79()Z
named isDirty
Lnet/minecraft/world/PersistentState;isDirty()Z
-
save
- Mappings:
Namespace Name Mixin selector official a
Ldxp;a(Ljava/io/File;)V
intermediary method_17919
Lnet/minecraft/class_18;method_17919(Ljava/io/File;)V
named save
Lnet/minecraft/world/PersistentState;save(Ljava/io/File;)V
-