Class BuiltInModel
java.lang.Object
net.minecraft.client.resources.model.BuiltInModel
- All Implemented Interfaces:
- BakedModel,- IForgeBakedModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ItemTransformsprivate final ItemOverridesprivate final TextureAtlasSpriteprivate final boolean
- 
Constructor SummaryConstructorsConstructorDescriptionBuiltInModel(ItemTransforms p_119172_, ItemOverrides p_119173_, TextureAtlasSprite p_119174_, boolean p_119175_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetQuads(BlockState p_235043_, Direction p_235044_, RandomSource p_235045_) booleanbooleanisGui3d()booleanbooleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModelapplyTransform, getModelData, getParticleIcon, getQuads, getRenderPasses, getRenderTypes, getRenderTypes, useAmbientOcclusion, useAmbientOcclusion
- 
Field Details- 
itemTransforms
- 
overrides
- 
particleTexture
- 
usesBlockLightprivate final boolean usesBlockLight
 
- 
- 
Constructor Details- 
BuiltInModelpublic BuiltInModel(ItemTransforms p_119172_, ItemOverrides p_119173_, TextureAtlasSprite p_119174_, boolean p_119175_) 
 
- 
- 
Method Details- 
getQuadspublic List<BakedQuad> getQuads(@Nullable BlockState p_235043_, @Nullable Direction p_235044_, RandomSource p_235045_) - Specified by:
- getQuadsin interface- BakedModel
 
- 
useAmbientOcclusionpublic boolean useAmbientOcclusion()- Specified by:
- useAmbientOcclusionin interface- BakedModel
 
- 
isGui3dpublic boolean isGui3d()- Specified by:
- isGui3din interface- BakedModel
 
- 
usesBlockLightpublic boolean usesBlockLight()- Specified by:
- usesBlockLightin interface- BakedModel
 
- 
isCustomRendererpublic boolean isCustomRenderer()- Specified by:
- isCustomRendererin interface- BakedModel
 
- 
getParticleIcon- Specified by:
- getParticleIconin interface- BakedModel
 
- 
getTransforms- Specified by:
- getTransformsin interface- BakedModel
 
- 
getOverrides- Specified by:
- getOverridesin interface- BakedModel
 
 
-