Class ExpandItemSupplier
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.ExpandItemSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.ItemStackgetItem(net.minecraft.world.entity.projectile.ItemSupplier internal) Gets the item from this supplier
-
Constructor Details
-
ExpandItemSupplier
public ExpandItemSupplier()
-
-
Method Details
-
getItem
public static net.minecraft.world.item.ItemStack getItem(net.minecraft.world.entity.projectile.ItemSupplier internal) Gets the item from this supplier- Parameters:
internal- The item supplier.- Returns:
- The item of the item supplier.
-