Skip to content

MobEffect and Potion #715

@0f-0b

Description

@0f-0b

Also see #538 and #694.

  • PotionTypesPotions
    • func_185217_a: getRegisteredPotionTypegetRegisteredPotion
  • PotionTypePotion
    • func_185175_b: registerPotionTypesregisterPotions
    • func_185173_a: registerPotionTyperegisterPotion
  • PotionMobEffect
    • func_199286_c: (none)makeTranslatableComponent

Reason

In PotionTypes."<clinit>":

throw new RuntimeException("Accessed Potions before Bootstrap!");

In PotionTypes.getRegisteredPotionType:

throw new IllegalStateException("Invalid Potion requested: " + p_getRegisteredPotionType_0_);

In MobEffects.getRegisteredMobEffect:

throw new IllegalStateException("Invalid MobEffect requested: " + p_getRegisteredMobEffect_0_);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions