public enum ArmorUpgradeRegistry extends java.lang.Enum<ArmorUpgradeRegistry>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<IArmorUpgradeHandler<?>> |
entries() |
java.util.List<IArmorUpgradeHandler<?>> |
getHandlersForSlot(net.minecraft.inventory.EquipmentSlotType slotType) |
static ArmorUpgradeRegistry |
getInstance() |
static java.lang.String |
getStringKey(net.minecraft.util.ResourceLocation id) |
IArmorUpgradeHandler<?> |
getUpgradeEntry(net.minecraft.util.ResourceLocation upgradeID) |
static void |
init() |
static ArmorUpgradeRegistry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmorUpgradeRegistry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArmorUpgradeRegistry INSTANCE
public static final net.minecraft.inventory.EquipmentSlotType[] ARMOR_SLOTS
public final CoreComponentsHandler coreComponentsHandler
public final BlockTrackerHandler blockTrackerHandler
public final EntityTrackerHandler entityTrackerHandler
public final SearchHandler searchHandler
public final CoordTrackerHandler coordTrackerHandler
public final DroneDebugHandler droneDebugHandler
public final NightVisionHandler nightVisionHandler
public final ScubaHandler scubaHandler
public final HackHandler hackHandler
public final MagnetHandler magnetHandler
public final ChargingHandler chargingHandler
public final ChestplateLauncherHandler chestplateLauncherHandler
public final AirConHandler airConHandler
public final ReachDistanceHandler reachDistanceHandler
public final SpeedBoostHandler runSpeedHandler
public final JumpBoostHandler jumpBoostHandler
public final JetBootsHandler jetBootsHandler
public final StepAssistHandler stepAssistHandler
public final KickHandler kickHandler
public static ArmorUpgradeRegistry[] values()
for (ArmorUpgradeRegistry c : ArmorUpgradeRegistry.values()) System.out.println(c);
public static ArmorUpgradeRegistry valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ArmorUpgradeRegistry getInstance()
public static void init()
public static java.lang.String getStringKey(net.minecraft.util.ResourceLocation id)
public java.util.List<IArmorUpgradeHandler<?>> getHandlersForSlot(net.minecraft.inventory.EquipmentSlotType slotType)
public IArmorUpgradeHandler<?> getUpgradeEntry(net.minecraft.util.ResourceLocation upgradeID)
public java.util.stream.Stream<IArmorUpgradeHandler<?>> entries()