mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-27 10:59:07 +00:00
添加家具刷新方法
This commit is contained in:
@@ -79,7 +79,9 @@ public abstract class Furniture implements Cullable {
|
||||
|
||||
public abstract CompletableFuture<Boolean> moveTo(WorldPosition position, boolean force);
|
||||
|
||||
protected abstract void refresh();
|
||||
public abstract void refresh();
|
||||
|
||||
public abstract void refresh(Player player);
|
||||
|
||||
protected void clearColliders() {
|
||||
if (this.colliders != null) {
|
||||
|
||||
Reference in New Issue
Block a user