Block: getBlockType() -> getType()
This commit is contained in:
@@ -3,6 +3,6 @@ package mc.core.world.block;
|
||||
public interface Block {
|
||||
int getLight();
|
||||
void setLight(int light);
|
||||
BlockType getBlockType();
|
||||
BlockType getType();
|
||||
BlockLocation getLocation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user