implements IBakedModel
| bys | |
| net.minecraft.client.renderer.block.model.SimpleBakedModel |
字段概要
| 修饰符与类型 | 字段 | ||||
|---|---|---|---|---|---|
| protected final List<BakedQuad> |
| ||||
| protected final Map<EnumDirection, List<BakedQuad>> |
| ||||
| protected final boolean |
| ||||
| protected final boolean |
| ||||
| protected final TextureAtlasSprite |
| ||||
| protected final ItemCameraTransforms |
| ||||
| protected final ItemOverrideList |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (List<BakedQuad> arg0, Map<EnumDirection, List<BakedQuad>> arg1, boolean arg2, boolean arg3, TextureAtlasSprite arg4, ItemCameraTransforms arg5, ItemOverrideList arg6) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public List<BakedQuad> |
| ||||
| public boolean |
| ||||
| public boolean |
| ||||
| public boolean |
| ||||
| public TextureAtlasSprite |
| ||||
| public ItemCameraTransforms |
| ||||
| public ItemOverrideList |
|