mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
初步清洁
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package net.momirealms.craftengine.core.block;
|
||||
|
||||
public interface CraftEngineNMSBlock extends ShapeHolder, BehaviorHolder, ChainUpdateBlockIndicator {
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
package net.momirealms.craftengine.core.block;
|
||||
|
||||
public interface CustomBlockState {
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package net.momirealms.craftengine.core.block;
|
||||
|
||||
public interface CustomBlockStateHolder {
|
||||
|
||||
ImmutableBlockState customBlockState();
|
||||
|
||||
void setCustomBlockState(ImmutableBlockState state);
|
||||
}
|
||||
Reference in New Issue
Block a user