public static class World2.BorderSettings extends java.lang.Object implements java.io.Serializable, org.pepsoft.util.undo.Cloneable<World2.BorderSettings>
Constructor and Description |
---|
BorderSettings() |
Modifier and Type | Method and Description |
---|---|
World2.BorderSettings |
clone() |
boolean |
equals(java.lang.Object o) |
int |
getCentreX() |
int |
getCentreY() |
long |
getChangeNo() |
float |
getDamagePerBlock() |
int |
getSafeZone() |
int |
getSize() |
int |
getSizeLerpTarget() |
int |
getSizeLerpTime() |
int |
getWarningBlocks() |
int |
getWarningTime() |
int |
hashCode() |
void |
setCentreX(int centreX) |
void |
setCentreY(int centreY) |
void |
setDamagePerBlock(float damagePerBlock) |
void |
setSafeZone(int safeZone) |
void |
setSize(int size) |
void |
setSizeLerpTarget(int sizeLerpTarget) |
void |
setSizeLerpTime(int sizeLerpTime) |
void |
setWarningBlocks(int warningBlocks) |
void |
setWarningTime(int warningTime) |
public int getCentreX()
public void setCentreX(int centreX)
public int getCentreY()
public void setCentreY(int centreY)
public int getSize()
public void setSize(int size)
public int getSafeZone()
public void setSafeZone(int safeZone)
public int getWarningBlocks()
public void setWarningBlocks(int warningBlocks)
public int getWarningTime()
public void setWarningTime(int warningTime)
public int getSizeLerpTarget()
public void setSizeLerpTarget(int sizeLerpTarget)
public int getSizeLerpTime()
public void setSizeLerpTime(int sizeLerpTime)
public float getDamagePerBlock()
public void setDamagePerBlock(float damagePerBlock)
public long getChangeNo()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public World2.BorderSettings clone()
clone
in class java.lang.Object