public final class StructureSettings
extends java.lang.Object
| Constructor and Description |
|---|
StructureSettings(java.lang.String paletteName,
boolean ignoringEntities,
boolean ignoringBlocks,
boolean nonTickingPlayersAndTickingAreasEnabled,
org.cloudburstmc.math.vector.Vector3i size,
org.cloudburstmc.math.vector.Vector3i offset,
long lastEditedByEntityId,
StructureRotation rotation,
StructureMirror mirror,
StructureAnimationMode animationMode,
float animationSeconds,
float integrityValue,
int integritySeed,
org.cloudburstmc.math.vector.Vector3f pivot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
StructureAnimationMode |
getAnimationMode() |
float |
getAnimationSeconds() |
int |
getIntegritySeed() |
float |
getIntegrityValue() |
long |
getLastEditedByEntityId() |
StructureMirror |
getMirror() |
org.cloudburstmc.math.vector.Vector3i |
getOffset() |
java.lang.String |
getPaletteName() |
org.cloudburstmc.math.vector.Vector3f |
getPivot() |
StructureRotation |
getRotation() |
org.cloudburstmc.math.vector.Vector3i |
getSize() |
int |
hashCode() |
boolean |
isIgnoringBlocks() |
boolean |
isIgnoringEntities() |
boolean |
isNonTickingPlayersAndTickingAreasEnabled() |
java.lang.String |
toString() |
public StructureSettings(java.lang.String paletteName,
boolean ignoringEntities,
boolean ignoringBlocks,
boolean nonTickingPlayersAndTickingAreasEnabled,
org.cloudburstmc.math.vector.Vector3i size,
org.cloudburstmc.math.vector.Vector3i offset,
long lastEditedByEntityId,
StructureRotation rotation,
StructureMirror mirror,
StructureAnimationMode animationMode,
float animationSeconds,
float integrityValue,
int integritySeed,
org.cloudburstmc.math.vector.Vector3f pivot)
public java.lang.String getPaletteName()
public boolean isIgnoringEntities()
public boolean isIgnoringBlocks()
public boolean isNonTickingPlayersAndTickingAreasEnabled()
public org.cloudburstmc.math.vector.Vector3i getSize()
public org.cloudburstmc.math.vector.Vector3i getOffset()
public long getLastEditedByEntityId()
public StructureRotation getRotation()
public StructureMirror getMirror()
public StructureAnimationMode getAnimationMode()
public float getAnimationSeconds()
public float getIntegrityValue()
public int getIntegritySeed()
public org.cloudburstmc.math.vector.Vector3f getPivot()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object