Class SectionUpdateTracker.SectionDirtyState
java.lang.Object
net.minecraft.client.SectionUpdateTracker.SectionDirtyState
- All Implemented Interfaces:
RotatingSectionStorage.Value
- Enclosing class:
SectionUpdateTracker
public static class SectionUpdateTracker.SectionDirtyState
extends Object
implements RotatingSectionStorage.Value
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSectionDirtyState(boolean isDirty, boolean isDirtyFromPlayer, long sectionNode) -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanisDirty()booleanvoidsetDirty(boolean fromPlayer) voidvoidsetSectionNode(long sectionNode)
-
Field Details
-
isDirty
private boolean isDirty -
isDirtyFromPlayer
private boolean isDirtyFromPlayer -
sectionNode
private long sectionNode
-
-
Constructor Details
-
SectionDirtyState
private SectionDirtyState(boolean isDirty, boolean isDirtyFromPlayer, long sectionNode)
-
-
Method Details
-
setDirty
public void setDirty(boolean fromPlayer) -
setNotDirty
public void setNotDirty() -
setSectionNode
public void setSectionNode(long sectionNode) - Specified by:
setSectionNodein interfaceRotatingSectionStorage.Value
-
getSectionNode
public long getSectionNode()- Specified by:
getSectionNodein interfaceRotatingSectionStorage.Value
-
isDirty
public boolean isDirty() -
isDirtyFromPlayer
public boolean isDirtyFromPlayer()
-