Minecraft-源码-信标方块以及父类和接口
EntityBlock 接口
1 | // 定义了一个EntityBlock接口 |
BaseEntityBlock类
1 | class BaseEntityBlock extends Block implements EntityBlock { |
BeaconBeamBlock 接口
1 | public interface BeaconBeamBlock { // 用于返回颜色 |
BeaconBlock 类
1 | class BeaconBlock extends BaseEntityBlock implements BeaconBeamBlock { |
BeaconBlockEntity 类
1 |
|
BeaconRenderer 类
1 |
|
BeaconMenu 类
1 |
|
BeaconScreen类
1 |
|
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment