HyCodeYourTale
classpublicPriority 3

ChunkSuppressionEntry

com.hypixel.hytale.server.spawning.suppression.component.ChunkSuppressionEntry

implements Component

10

Methods

10

Public Methods

1

Fields

1

Constructors

Constructors

public
ChunkSuppressionEntry(List<ChunkSuppressionEntry.SuppressionSpan> suppressionSpans)

Methods

Public Methods (10)

public
Component<ChunkStore> clone()
@Nonnull@Override
public
boolean containsOnly(UUID suppressorId)
publicstatic
ComponentType<ChunkStore, ChunkSuppressionEntry> getComponentType()
public
int getMaxY()
public
int getMinY()
public
IntSet getSuppressedRoles()
@Nullable
public
List<ChunkSuppressionEntry.SuppressionSpan> getSuppressionSpans()
@Nonnull
public
UUID getSuppressorId()
public
boolean includesRole(int roleIndex)
public
boolean isSuppressingRoleAt(int roleIndex, int yPosition)

Fields

Private/Package Fields (1)

privateList<ChunkSuppressionEntry.SuppressionSpan> suppressionSpans

Related Classes