Class MultiPart
java.lang.Object
net.minecraft.client.renderer.block.model.multipart.MultiPart
- All Implemented Interfaces:
 UnbakedModel
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionMultiPart(StateDefinition<Block, BlockState> p_111965_, List<Selector> p_111966_)  - 
Method Summary
Modifier and TypeMethodDescriptionbake(ModelBaker p_249988_, Function<Material, TextureAtlasSprite> p_111972_, ModelState p_111973_, ResourceLocation p_111974_) booleaninthashCode()voidresolveParents(Function<ResourceLocation, UnbakedModel> p_251539_)  
- 
Field Details
- 
definition
 - 
selectors
 
 - 
 - 
Constructor Details
- 
MultiPart
 
 - 
 - 
Method Details
- 
getSelectors
 - 
getMultiVariants
 - 
equals
 - 
hashCode
public int hashCode() - 
getDependencies
- Specified by:
 getDependenciesin interfaceUnbakedModel
 - 
resolveParents
- Specified by:
 resolveParentsin interfaceUnbakedModel
 - 
bake
@Nullable public BakedModel bake(ModelBaker p_249988_, Function<Material, TextureAtlasSprite> p_111972_, ModelState p_111973_, ResourceLocation p_111974_) - Specified by:
 bakein interfaceUnbakedModel
 
 -