接口 ModelBaker
public interface ModelBaker
-
方法概要
修饰符和类型方法说明bake
(ResourceLocation p_250776_, ModelState p_251280_) default RenderTypeGroup
Forge: Return the render type to use when baking this model, its a dirty hack to pass down this value to parentsdefault RenderTypeGroup
Forge: Return the fast graphics render type to use when baking this model, its a dirty hack to pass down this value to parentsrootName()
sprites()
-
方法详细资料
-
bake
-
sprites
SpriteGetter sprites() -
rootName
ModelDebugName rootName() -
renderType
Forge: Return the render type to use when baking this model, its a dirty hack to pass down this value to parents -
renderTypeFast
Forge: Return the fast graphics render type to use when baking this model, its a dirty hack to pass down this value to parents
-