Class EmptyItemModelSmith
java.lang.Object
team.lodestar.lodestone.modules.datagen.smith.itemmodel.ItemModelSmith
team.lodestar.lodestone.modules.datagen.smith.itemmodel.EmptyItemModelSmith
-
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 TypeMethodDescriptionact(LodestoneItemModelSystem provider, Supplier<? extends net.minecraft.world.item.Item> registryObject) act(ItemModelSystemData data, Supplier<? extends net.minecraft.world.item.Item> registryObject) Methods inherited from class team.lodestar.lodestone.modules.datagen.smith.itemmodel.ItemModelSmith
act, act, addModelParentAffix, addModelPathAffix, addTextureNameAffix, configure, modifyModelParent, modifyModelPath, modifyResult, modifyTexturePath, parentedItem, postDatagen, preDatagen
-
Constructor Details
-
EmptyItemModelSmith
public EmptyItemModelSmith()
-
-
Method Details
-
act
public ItemModelSmithResult act(ItemModelSystemData data, Supplier<? extends net.minecraft.world.item.Item> registryObject) - Overrides:
actin classItemModelSmith
-
act
public ItemModelSmithResult act(LodestoneItemModelSystem provider, Supplier<? extends net.minecraft.world.item.Item> registryObject) - Overrides:
actin classItemModelSmith
-