Class ChunkSuppressionEntry
java.lang.Object
com.hypixel.hytale.server.spawning.suppression.component.ChunkSuppressionEntry
- All Implemented Interfaces:
Component<ChunkStore>,Cloneable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionChunkSuppressionEntry(List<ChunkSuppressionEntry.SuppressionSpan> suppressionSpans) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleancontainsOnly(UUID suppressorId) booleanisSuppressingRoleAt(int roleIndex, int yPosition) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
suppressionSpans
-
-
Constructor Details
-
ChunkSuppressionEntry
-
-
Method Details
-
getComponentType
-
getSuppressionSpans
-
containsOnly
-
isSuppressingRoleAt
public boolean isSuppressingRoleAt(int roleIndex, int yPosition) -
clone
- Specified by:
clonein interfaceComponent<ChunkStore>- Overrides:
clonein classObject
-