Minestom/src/autogenerated/java/net/minestom/server/potion/PotionEffects.java

72 lines
2.5 KiB
Java

package net.minestom.server.potion;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface PotionEffects {
PotionEffect SPEED = PotionEffectImpl.get("minecraft:speed");
PotionEffect SLOWNESS = PotionEffectImpl.get("minecraft:slowness");
PotionEffect HASTE = PotionEffectImpl.get("minecraft:haste");
PotionEffect MINING_FATIGUE = PotionEffectImpl.get("minecraft:mining_fatigue");
PotionEffect STRENGTH = PotionEffectImpl.get("minecraft:strength");
PotionEffect INSTANT_HEALTH = PotionEffectImpl.get("minecraft:instant_health");
PotionEffect INSTANT_DAMAGE = PotionEffectImpl.get("minecraft:instant_damage");
PotionEffect JUMP_BOOST = PotionEffectImpl.get("minecraft:jump_boost");
PotionEffect NAUSEA = PotionEffectImpl.get("minecraft:nausea");
PotionEffect REGENERATION = PotionEffectImpl.get("minecraft:regeneration");
PotionEffect RESISTANCE = PotionEffectImpl.get("minecraft:resistance");
PotionEffect FIRE_RESISTANCE = PotionEffectImpl.get("minecraft:fire_resistance");
PotionEffect WATER_BREATHING = PotionEffectImpl.get("minecraft:water_breathing");
PotionEffect INVISIBILITY = PotionEffectImpl.get("minecraft:invisibility");
PotionEffect BLINDNESS = PotionEffectImpl.get("minecraft:blindness");
PotionEffect NIGHT_VISION = PotionEffectImpl.get("minecraft:night_vision");
PotionEffect HUNGER = PotionEffectImpl.get("minecraft:hunger");
PotionEffect WEAKNESS = PotionEffectImpl.get("minecraft:weakness");
PotionEffect POISON = PotionEffectImpl.get("minecraft:poison");
PotionEffect WITHER = PotionEffectImpl.get("minecraft:wither");
PotionEffect HEALTH_BOOST = PotionEffectImpl.get("minecraft:health_boost");
PotionEffect ABSORPTION = PotionEffectImpl.get("minecraft:absorption");
PotionEffect SATURATION = PotionEffectImpl.get("minecraft:saturation");
PotionEffect GLOWING = PotionEffectImpl.get("minecraft:glowing");
PotionEffect LEVITATION = PotionEffectImpl.get("minecraft:levitation");
PotionEffect LUCK = PotionEffectImpl.get("minecraft:luck");
PotionEffect UNLUCK = PotionEffectImpl.get("minecraft:unluck");
PotionEffect SLOW_FALLING = PotionEffectImpl.get("minecraft:slow_falling");
PotionEffect CONDUIT_POWER = PotionEffectImpl.get("minecraft:conduit_power");
PotionEffect DOLPHINS_GRACE = PotionEffectImpl.get("minecraft:dolphins_grace");
PotionEffect BAD_OMEN = PotionEffectImpl.get("minecraft:bad_omen");
PotionEffect HERO_OF_THE_VILLAGE = PotionEffectImpl.get("minecraft:hero_of_the_village");
}