Class BuiltinArmorUpgrades

java.lang.Object
me.desht.pneumaticcraft.api.pneumatic_armor.BuiltinArmorUpgrades

public class BuiltinArmorUpgrades extends Object
A collection of the known armor upgrade IDs which PneumaticCraft: Repressurized registers. You can obtain the corresponding IArmorUpgradeHandler object from these IDs with ICommonArmorRegistry.getArmorUpgradeHandler(ResourceLocation).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • AIR_CONDITIONING

      public static final net.minecraft.resources.ResourceLocation AIR_CONDITIONING
    • BLOCK_TRACKER

      public static final net.minecraft.resources.ResourceLocation BLOCK_TRACKER
    • CHARGING

      public static final net.minecraft.resources.ResourceLocation CHARGING
    • CHESTPLATE_LAUNCHER

      public static final net.minecraft.resources.ResourceLocation CHESTPLATE_LAUNCHER
    • COORDINATE_TRACKER

      public static final net.minecraft.resources.ResourceLocation COORDINATE_TRACKER
    • CORE_COMPONENTS

      public static final net.minecraft.resources.ResourceLocation CORE_COMPONENTS
    • DRONE_DEBUG

      public static final net.minecraft.resources.ResourceLocation DRONE_DEBUG
    • ELYTRA

      public static final net.minecraft.resources.ResourceLocation ELYTRA
    • ENDER_VISOR

      public static final net.minecraft.resources.ResourceLocation ENDER_VISOR
    • ENTITY_TRACKER

      public static final net.minecraft.resources.ResourceLocation ENTITY_TRACKER
    • FALL_PROTECTION

      public static final net.minecraft.resources.ResourceLocation FALL_PROTECTION
    • HACKING

      public static final net.minecraft.resources.ResourceLocation HACKING
    • JET_BOOTS

      public static final net.minecraft.resources.ResourceLocation JET_BOOTS
    • JUMP_BOOST

      public static final net.minecraft.resources.ResourceLocation JUMP_BOOST
    • KICK

      public static final net.minecraft.resources.ResourceLocation KICK
    • MAGNET

      public static final net.minecraft.resources.ResourceLocation MAGNET
    • NIGHT_VISION

      public static final net.minecraft.resources.ResourceLocation NIGHT_VISION
    • REACH_DISTANCE

      public static final net.minecraft.resources.ResourceLocation REACH_DISTANCE
    • RUN_SPEED

      public static final net.minecraft.resources.ResourceLocation RUN_SPEED
    • SCUBA

      public static final net.minecraft.resources.ResourceLocation SCUBA
    • STEP_ASSIST

      public static final net.minecraft.resources.ResourceLocation STEP_ASSIST
    • STOMP

      public static final net.minecraft.resources.ResourceLocation STOMP
  • Constructor Details

    • BuiltinArmorUpgrades

      public BuiltinArmorUpgrades()