Class MultiVariant
java.lang.Object
net.minecraft.client.renderer.block.model.MultiVariant
- All Implemented Interfaces:
 UnbakedModel
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
 - 
hashCode
public int hashCode() - 
getDependencies
- Specified by:
 getDependenciesin interfaceUnbakedModel
 - 
resolveParents
- Specified by:
 resolveParentsin interfaceUnbakedModel
 - 
bake
@Nullable public BakedModel bake(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) - Specified by:
 bakein interfaceUnbakedModel
 
 -