Class MultiVariant
java.lang.Object
net.minecraft.client.renderer.block.model.MultiVariant
- All Implemented Interfaces:
- UnbakedModel
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbake(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) booleaninthashCode()voidresolveParents(Function<ResourceLocation, UnbakedModel> p_249314_) 
- 
Field Details- 
variants
 
- 
- 
Constructor Details- 
MultiVariant
 
- 
- 
Method Details- 
getVariants
- 
equals
- 
hashCodepublic int hashCode()
- 
getDependencies- Specified by:
- getDependenciesin interface- UnbakedModel
 
- 
resolveParents- Specified by:
- resolveParentsin interface- UnbakedModel
 
- 
bake@Nullable public BakedModel bake(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) - Specified by:
- bakein interface- UnbakedModel
 
 
-