mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 15:09:15 +00:00
改进兼容性
This commit is contained in:
@@ -178,4 +178,12 @@ public class BukkitFurniture extends Furniture {
|
||||
public Entity getBukkitEntity() {
|
||||
return this.metaEntity.get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Use {@link #getBukkitEntity()} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public Entity baseEntity() {
|
||||
return getBukkitEntity();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user