ContainerMagibench.java 文件源码

java
阅读 17 收藏 0 点赞 0 评论 0

项目:PurificatiMagicae 作者:
private ContainerMagibench(TileMagibench tile, World world, MagibenchRegistry.Tier t, InventoryPlayer inv)
{
    super(inv, t.getWidth() * t.getHeight() + 1, 18, 107);
    this.world = world;
    this.tile = tile;
    this.tier = t;
    this.inv = inv;
    this.matrix = new Crafting();
    this.result = new InventoryCraftResult();
    addSlots();
    addPlayerSlots();
    onCraftMatrixChanged(matrix);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号