Class ConfiguredItemModelSmith
java.lang.Object
team.lodestar.lodestone.modules.datagen.smith.itemmodel.ItemModelSmith
team.lodestar.lodestone.modules.datagen.smith.itemmodel.ConfiguredItemModelSmith
A configured instance of an ItemModelSmith
-
Nested Class Summary
Nested classes/interfaces inherited from class team.lodestar.lodestone.modules.datagen.smith.itemmodel.ItemModelSmith
ItemModelSmith.ItemModelSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddModelParentAffix(String affix) addModelPathAffix(String affix) addTextureNameAffix(String affix) modifyModelParent(UnaryOperator<String> modelParentModifier) modifyModelPath(UnaryOperator<String> modelPathModifier) modifyResult(Consumer<ItemModelSmithResult> modifier) modifyTexturePath(UnaryOperator<String> textureNameModifier) protected voidpostDatagen(ItemModelSmithResult result) protected voidpreDatagen(LodestoneItemModelSystem provider, net.minecraft.world.item.Item item) Methods inherited from class team.lodestar.lodestone.modules.datagen.smith.itemmodel.ItemModelSmith
act, act, act, act, configure, parentedItem
-
Constructor Details
-
ConfiguredItemModelSmith
-
-
Method Details
-
modifyResult
- Overrides:
modifyResultin classItemModelSmith
-
addModelParentAffix
- Overrides:
addModelParentAffixin classItemModelSmith
-
modifyModelParent
- Overrides:
modifyModelParentin classItemModelSmith
-
addTextureNameAffix
- Overrides:
addTextureNameAffixin classItemModelSmith
-
modifyTexturePath
- Overrides:
modifyTexturePathin classItemModelSmith
-
addModelPathAffix
- Overrides:
addModelPathAffixin classItemModelSmith
-
modifyModelPath
- Overrides:
modifyModelPathin classItemModelSmith
-
preDatagen
- Overrides:
preDatagenin classItemModelSmith
-
postDatagen
- Overrides:
postDatagenin classItemModelSmith
-