Class ExpandItemStack

java.lang.Object
com.blamejared.crafttweaker.natives.item.ExpandItemStack

@ZenRegister public class ExpandItemStack extends Object
This is the vanilla ItemStack. It is recommended that you use IItemStack whenever possible

They can be cast from each other, though.

  • Constructor Details

    • ExpandItemStack

      public ExpandItemStack()
  • Method Details

    • asIItemStack

      public static IItemStack asIItemStack(net.minecraft.world.item.ItemStack internal)
    • asIIngredient

      public static IIngredient asIIngredient(net.minecraft.world.item.ItemStack internal)