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 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:
      setSectionNode in interface RotatingSectionStorage.Value
    • getSectionNode

      public long getSectionNode()
      Specified by:
      getSectionNode in interface RotatingSectionStorage.Value
    • isDirty

      public boolean isDirty()
    • isDirtyFromPlayer

      public boolean isDirtyFromPlayer()