Class EmptyItemModelSmith
java.lang.Object
team.lodestar.lodestone.systems.datagen.itemsmith.ItemModelSmith
team.lodestar.lodestone.systems.datagen.itemsmith.EmptyItemModelSmith
-
Nested Class Summary
Nested classes/interfaces inherited from class team.lodestar.lodestone.systems.datagen.itemsmith.ItemModelSmith
ItemModelSmith.ItemModelSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionact(ItemModelSmithData data, Supplier<? extends net.minecraft.world.item.Item> registryObject) act(LodestoneItemModelProvider provider, Supplier<? extends net.minecraft.world.item.Item> registryObject) Methods inherited from class team.lodestar.lodestone.systems.datagen.itemsmith.ItemModelSmith
act, act, addModelNameAffix, addTextureNameAffix, configure, modifyModelName, modifyResult, modifyTextureName, postDatagen, preDatagen
-
Constructor Details
-
EmptyItemModelSmith
public EmptyItemModelSmith()
-
-
Method Details
-
act
public ItemModelSmithResult act(ItemModelSmithData data, Supplier<? extends net.minecraft.world.item.Item> registryObject) - Overrides:
actin classItemModelSmith
-
act
public ItemModelSmithResult act(LodestoneItemModelProvider provider, Supplier<? extends net.minecraft.world.item.Item> registryObject) - Overrides:
actin classItemModelSmith
-