public class GeneratorLocation extends Object
Constructor and Description |
---|
GeneratorLocation(Location.World world,
org.bukkit.block.Block block,
org.bukkit.block.Block liquid) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockX() |
int |
getBlockY() |
int |
getBlockZ() |
int |
getLiquidX() |
int |
getLiquidY() |
int |
getLiquidZ() |
Location.World |
getWorld() |
public GeneratorLocation(Location.World world, org.bukkit.block.Block block, org.bukkit.block.Block liquid)
public Location.World getWorld()
public int getBlockX()
public int getBlockY()
public int getBlockZ()
public int getLiquidX()
public int getLiquidY()
public int getLiquidZ()
Copyright © 2018. All rights reserved.