Class AugmentWrapper

java.lang.Object
com.hrznstudio.titanium.item.AugmentWrapper

public class AugmentWrapper extends Object
  • Field Details

    • STACK_AUGMENT_CACHE

      public static HashMap<Integer,com.hrznstudio.titanium.item.AugmentWrapper.AugmentCache> STACK_AUGMENT_CACHE
    • AUGMENT_NBT

      public static final String AUGMENT_NBT
      See Also:
  • Constructor Details

    • AugmentWrapper

      public AugmentWrapper()
  • Method Details

    • isAugment

      public static boolean isAugment(net.minecraft.world.item.ItemStack augment)
    • getAugment

      public static com.hrznstudio.titanium.item.AugmentWrapper.AugmentCache getAugment(net.minecraft.world.item.ItemStack augment)
    • hasType

      public static boolean hasType(net.minecraft.world.item.ItemStack augment, IAugmentType type)
    • getType

      public static float getType(net.minecraft.world.item.ItemStack augment, IAugmentType type)
    • setType

      public static void setType(net.minecraft.world.item.ItemStack augment, IAugmentType type, float amount)