public DankNullRenderItem(TextureManager textureManager, ModelManager modelManager, ItemColors colors, @Nonnull ItemStack dankNull, boolean useLg, ContainerDankNull container) {
super(textureManager, modelManager, colors);
this.useLg = useLg;
this.dankNull = dankNull;
this.container = container;
}
DankNullRenderItem.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:DankNull
作者:
评论列表
文章目录