9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 18:09:27 +00:00

feat(block): 让简单存储方块支持被漏斗交互

This commit is contained in:
jhqwqmc
2025-09-13 11:47:11 +08:00
parent 7d567dca54
commit 5eb899f8d3
7 changed files with 55 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ public abstract class BlockBehavior {
return 0;
}
// BlockState state, LevelReader world, BlockPos pos
// BlockState state, LevelAccessor level, BlockPos pos
public Object getContainer(Object thisBlock, Object[] args) throws Exception {
return null;
}