All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.potion.PotionEffects Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
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");

    PotionEffect DARKNESS = PotionEffectImpl.get("minecraft:darkness");

    PotionEffect TRIAL_OMEN = PotionEffectImpl.get("minecraft:trial_omen");

    PotionEffect RAID_OMEN = PotionEffectImpl.get("minecraft:raid_omen");

    PotionEffect WIND_CHARGED = PotionEffectImpl.get("minecraft:wind_charged");

    PotionEffect WEAVING = PotionEffectImpl.get("minecraft:weaving");

    PotionEffect OOZING = PotionEffectImpl.get("minecraft:oozing");

    PotionEffect INFESTED = PotionEffectImpl.get("minecraft:infested");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy