9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

削弱可见性

This commit is contained in:
jhqwqmc
2025-12-27 04:42:43 +08:00
parent ea2c2635bd
commit 096556153a

View File

@@ -35,7 +35,7 @@ public class SpreadingBlockBehavior extends BukkitBlockBehavior {
}
}
public static class Factory implements BlockBehaviorFactory {
private static class Factory implements BlockBehaviorFactory {
@Override
public BlockBehavior create(CustomBlock block, Map<String, Object> arguments) {