public BakedAxeModel(AxeModel parent, ImmutableList<BakedQuad> quads, VertexFormat format,
ImmutableMap<ItemCameraTransforms.TransformType, TRSRTransformation> transforms,
Map<String, IBakedModel> cache) {
this.quads = quads;
this.format = format;
this.parent = parent;
this.transforms = itemTransforms();
this.cache = cache;
}
AxeModel.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:Adventurers-Toolbox
作者:
评论列表
文章目录