Package com.hrznstudio.titanium.item
Class AugmentWrapper
java.lang.Object
com.hrznstudio.titanium.item.AugmentWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.hrznstudio.titanium.item.AugmentWrapper.AugmentCachegetAugment(net.minecraft.world.item.ItemStack augment) static floatgetType(net.minecraft.world.item.ItemStack augment, IAugmentType type) static booleanhasType(net.minecraft.world.item.ItemStack augment, IAugmentType type) static booleanisAugment(net.minecraft.world.item.ItemStack augment) static voidsetType(net.minecraft.world.item.ItemStack augment, IAugmentType type, float amount)
-
Field Details
-
STACK_AUGMENT_CACHE
-
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
-
getType
-
setType
public static void setType(net.minecraft.world.item.ItemStack augment, IAugmentType type, float amount)
-