java.lang.Object
tech.anonymoushacker1279.immersiveweapons.util.IWCBBridge

public class IWCBBridge extends Object
This class is used to access IWCB methods. It is in a separate class to avoid classloading issues when IWCB is not present. Do NOT load this class without checking if IWCB is loaded first.
  • Constructor Details

    • IWCBBridge

      public IWCBBridge()
  • Method Details

    • collectEffects

      public static double collectEffects(AccessoryItem.EffectType type, net.minecraft.world.entity.player.Player player)
    • isAccessoryActive

      public static boolean isAccessoryActive(net.minecraft.world.entity.player.Player player, AccessoryItem item)