Class MultiPart
java.lang.Object
net.minecraft.client.renderer.block.model.multipart.MultiPart
- All Implemented Interfaces:
- UnbakedModel
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMultiPart(StateDefinition<Block, BlockState> p_111965_, List<Selector> p_111966_) 
- 
Method SummaryModifier 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
- 
hashCodepublic int hashCode()
- 
getDependencies- Specified by:
- getDependenciesin interface- UnbakedModel
 
- 
resolveParents- Specified by:
- resolveParentsin interface- UnbakedModel
 
- 
bake@Nullable public BakedModel bake(ModelBaker p_249988_, Function<Material, TextureAtlasSprite> p_111972_, ModelState p_111973_, ResourceLocation p_111974_) - Specified by:
- bakein interface- UnbakedModel
 
 
-