Package net.minecraft.world
Class PersistentState
java.lang.Object
net.minecraft.world.PersistentState
- Direct Known Subclasses:
- ChunkUpdateState,- DataCommandStorage.PersistentState,- ForcedChunkState,- IdCountsState,- MapState,- RaidManager,- RandomSequencesState,- ScoreboardState
- Mappings:
- Namespace - Name - official - dyj- intermediary - net/minecraft/class_18- named - net/minecraft/world/PersistentState
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisDirty()voidvoidvoidsetDirty(boolean dirty) abstract NbtCompoundwriteNbt(NbtCompound nbt) 
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyj;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;
 
- 
dirtyprivate boolean dirty- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyj;b:Z- intermediary - field_72- Lnet/minecraft/class_18;field_72:Z- named - dirty- Lnet/minecraft/world/PersistentState;dirty:Z
 
 
- 
- 
Constructor Details- 
PersistentStatepublic PersistentState()
 
- 
- 
Method Details- 
writeNbt- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyj;a(Lqr;)Lqr;- 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;
 
- 
markDirtypublic void markDirty()- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldyj;b()V- intermediary - method_80- Lnet/minecraft/class_18;method_80()V- named - markDirty- Lnet/minecraft/world/PersistentState;markDirty()V
 
- 
setDirtypublic void setDirty(boolean dirty) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldyj;a(Z)V- intermediary - method_78- Lnet/minecraft/class_18;method_78(Z)V- named - setDirty- Lnet/minecraft/world/PersistentState;setDirty(Z)V
 
- 
isDirtypublic boolean isDirty()- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldyj;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- Ldyj;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
 
 
-