Class IComponentMirror.TooltipDowngrade

java.lang.Object
com.saicone.rtag.item.mirror.IComponentMirror.TooltipDowngrade
All Implemented Interfaces:
IComponentMirror.TooltipTransformation, IComponentMirror.Transformation
Direct Known Subclasses:
IComponentMirror.AttributeModifiers, IComponentMirror.CanBuild, IComponentMirror.DyedColor, IComponentMirror.Enchantments, IComponentMirror.Trim, IComponentMirror.Unbreakable
Enclosing class:
IComponentMirror

public static class IComponentMirror.TooltipDowngrade extends Object implements IComponentMirror.TooltipTransformation
Tooltip downgrade, to convert any show in tooltip option into old hide flag format.
  • Constructor Details

    • TooltipDowngrade

      public TooltipDowngrade(int ordinal)
      Constructs a TooltipDowngrade with specified flag ordinal.
      Parameters:
      ordinal - The flag ordinal to apply on detect tooltip option.
  • Method Details