mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 18:39:20 +00:00
添加支撑形状
This commit is contained in:
@@ -5,4 +5,6 @@ public interface BlockShape {
|
||||
Object getShape(Object thisObj, Object[] args) throws Exception;
|
||||
|
||||
Object getCollisionShape(Object thisObj, Object[] args);
|
||||
|
||||
Object getSupportShape(Object thisObj, Object[] args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user