Class MultiPart
java.lang.Object
net.minecraft.client.renderer.block.model.multipart.MultiPart
- All Implemented Interfaces:
UnbakedModel
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMultiPart
(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_) boolean
int
hashCode()
void
resolveParents
(Function<ResourceLocation, UnbakedModel> p_251539_)
-
Field Details
-
definition
-
selectors
-
-
Constructor Details
-
MultiPart
-
-
Method Details
-
getSelectors
-
getMultiVariants
-
equals
-
hashCode
public int hashCode() -
getDependencies
- Specified by:
getDependencies
in interfaceUnbakedModel
-
resolveParents
- Specified by:
resolveParents
in interfaceUnbakedModel
-
bake
@Nullable public BakedModel bake(ModelBaker p_249988_, Function<Material, TextureAtlasSprite> p_111972_, ModelState p_111973_, ResourceLocation p_111974_) - Specified by:
bake
in interfaceUnbakedModel
-