mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
@@ -1,4 +1,3 @@
|
||||
|
||||
package org.bukkit;
|
||||
|
||||
import org.bukkit.block.Block;
|
||||
@@ -40,8 +39,8 @@ public interface Chunk {
|
||||
* @return the Block
|
||||
*/
|
||||
Block getBlock(int x, int y, int z);
|
||||
|
||||
|
||||
Entity[] getEntities();
|
||||
|
||||
|
||||
BlockState[] getTileEntities();
|
||||
}
|
||||
|
Reference in New Issue
Block a user