Class ItemModelSmith
java.lang.Object
team.lodestar.lodestone.systems.datagen.itemsmith.AbstractItemModelSmith
team.lodestar.lodestone.systems.datagen.itemsmith.ItemModelSmith
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class team.lodestar.lodestone.systems.datagen.itemsmith.AbstractItemModelSmith
AbstractItemModelSmith.ItemModelSmithData -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidact(Supplier<net.minecraft.world.item.Item> registryObject, LodestoneItemModelProvider provider) voidact(AbstractItemModelSmith.ItemModelSmithData data, Collection<Supplier<net.minecraft.world.item.Item>> items) final voidact(AbstractItemModelSmith.ItemModelSmithData data, Supplier<net.minecraft.world.item.Item>... items)
-
Field Details
-
modelSupplier
-
-
Constructor Details
-
ItemModelSmith
-
-
Method Details
-
act
@SafeVarargs public final void act(AbstractItemModelSmith.ItemModelSmithData data, Supplier<net.minecraft.world.item.Item>... items) -
act
public void act(AbstractItemModelSmith.ItemModelSmithData data, Collection<Supplier<net.minecraft.world.item.Item>> items) -
act
public void act(Supplier<net.minecraft.world.item.Item> registryObject, LodestoneItemModelProvider provider)
-