public final class StructureSettings extends Object
| Constructor and Description |
|---|
StructureSettings(String paletteName,
boolean ignoreEntities,
boolean ignoreBlocks,
com.nukkitx.math.vector.Vector3i structureSize,
com.nukkitx.math.vector.Vector3i structureOffset,
long lastTouchedByEntityId,
byte rotation,
byte mirror,
float integrityValue,
int integritySeed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getIntegritySeed() |
float |
getIntegrityValue() |
long |
getLastTouchedByEntityId() |
byte |
getMirror() |
String |
getPaletteName() |
byte |
getRotation() |
com.nukkitx.math.vector.Vector3i |
getStructureOffset() |
com.nukkitx.math.vector.Vector3i |
getStructureSize() |
int |
hashCode() |
boolean |
isIgnoreBlocks() |
boolean |
isIgnoreEntities() |
String |
toString() |
public StructureSettings(String paletteName, boolean ignoreEntities, boolean ignoreBlocks, com.nukkitx.math.vector.Vector3i structureSize, com.nukkitx.math.vector.Vector3i structureOffset, long lastTouchedByEntityId, byte rotation, byte mirror, float integrityValue, int integritySeed)
public String getPaletteName()
public boolean isIgnoreEntities()
public boolean isIgnoreBlocks()
public com.nukkitx.math.vector.Vector3i getStructureSize()
public com.nukkitx.math.vector.Vector3i getStructureOffset()
public long getLastTouchedByEntityId()
public byte getRotation()
public byte getMirror()
public float getIntegrityValue()
public int getIntegritySeed()
Copyright © 2018–2019 NukkitX. All rights reserved.