Add hasCollision methods to various places
This commit is contained in:
@@ -486,6 +486,13 @@ public interface Block extends Metadatable, Translatable, net.kyori.adventure.tr
|
||||
* @return true if block is solid
|
||||
*/
|
||||
boolean isSolid();
|
||||
|
||||
/**
|
||||
* Checks if this block is collidable.
|
||||
*
|
||||
* @return true if collidable
|
||||
*/
|
||||
boolean isCollidable();
|
||||
// Paper end
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user