geforkt von Mirrors/Paper
Block instance getLocation() method.
By: Adam Tanner <adam@adamtanner.org>
Dieser Commit ist enthalten in:
Ursprung
74cf5f3f85
Commit
5fcc3b626c
@ -3,6 +3,7 @@ package org.bukkit.block;
|
||||
import org.bukkit.Chunk;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.block.BlockState;
|
||||
|
||||
/**
|
||||
@ -114,6 +115,14 @@ public interface Block {
|
||||
*/
|
||||
int getZ();
|
||||
|
||||
/**
|
||||
* Gets the Location of the block
|
||||
*
|
||||
* @return Location of block
|
||||
*/
|
||||
|
||||
Location getLocation();
|
||||
|
||||
/**
|
||||
* Gets the chunk which contains this block
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren