public class Anchor extends Object
Constructor and Description |
---|
Anchor(String name,
Location location) |
Anchor(String name,
String unloaded_value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Location |
getLocation() |
String |
getName() |
String[] |
getUnloadedValue()
Returns a String[] of the 'world_name, x, y, z' information needed to create the Location that is associated with
the Anchor, in that order.
|
int |
hashCode() |
boolean |
isLoaded() |
boolean |
load() |
String |
stringValue() |
String |
toString() |
public boolean isLoaded()
public boolean load()
public Location getLocation()
public String getName()
public String[] getUnloadedValue()
public String stringValue()
Copyright © 2019. All rights reserved.