public class LoadstoneTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadstoneTracker.LoadstonePos |
| Constructor and Description |
|---|
LoadstoneTracker() |
| Modifier and Type | Method and Description |
|---|---|
static LoadstoneTracker.LoadstonePos |
getPos(int id)
Get the loadstone data
|
static int |
store(int x,
int y,
int z,
String dim)
Store the given coordinates and dimensions
|
public static int store(int x,
int y,
int z,
String dim)
x - The X position of the Loadstoney - The Y position of the Loadstonez - The Z position of the Loadstonedim - The dimension containing of the Loadstonepublic static LoadstoneTracker.LoadstonePos getPos(int id)
id - The ID to get the data forCopyright © 2020 GeyserMC. All rights reserved.