mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-30 04:19:27 +00:00
更新命名
This commit is contained in:
@@ -83,7 +83,7 @@ public class BukkitExistingBlock implements ExistingBlock {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Key type() {
|
||||
public Key id() {
|
||||
Object blockState = BlockStateUtils.getBlockState(this.block);
|
||||
Optional<ImmutableBlockState> optionalCustomBlockState = BlockStateUtils.getOptionalCustomBlockState(blockState);
|
||||
if (optionalCustomBlockState.isPresent()) {
|
||||
|
||||
Reference in New Issue
Block a user