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

100 lines
3.6 KiB
Java
Raw Normal View History

2021-07-28 14:29:28 +02:00
package net.minestom.server.potion;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface PotionTypes {
PotionType WATER = PotionTypeImpl.get("minecraft:water");
2021-07-28 14:29:28 +02:00
PotionType MUNDANE = PotionTypeImpl.get("minecraft:mundane");
2021-07-28 14:29:28 +02:00
PotionType THICK = PotionTypeImpl.get("minecraft:thick");
2021-07-28 14:29:28 +02:00
PotionType AWKWARD = PotionTypeImpl.get("minecraft:awkward");
2021-07-28 14:29:28 +02:00
PotionType NIGHT_VISION = PotionTypeImpl.get("minecraft:night_vision");
2021-07-28 14:29:28 +02:00
PotionType LONG_NIGHT_VISION = PotionTypeImpl.get("minecraft:long_night_vision");
2021-07-28 14:29:28 +02:00
PotionType INVISIBILITY = PotionTypeImpl.get("minecraft:invisibility");
2021-07-28 14:29:28 +02:00
PotionType LONG_INVISIBILITY = PotionTypeImpl.get("minecraft:long_invisibility");
2021-07-28 14:29:28 +02:00
PotionType LEAPING = PotionTypeImpl.get("minecraft:leaping");
2021-07-28 14:29:28 +02:00
PotionType LONG_LEAPING = PotionTypeImpl.get("minecraft:long_leaping");
2021-07-28 14:29:28 +02:00
PotionType STRONG_LEAPING = PotionTypeImpl.get("minecraft:strong_leaping");
2021-07-28 14:29:28 +02:00
PotionType FIRE_RESISTANCE = PotionTypeImpl.get("minecraft:fire_resistance");
2021-07-28 14:29:28 +02:00
PotionType LONG_FIRE_RESISTANCE = PotionTypeImpl.get("minecraft:long_fire_resistance");
2021-07-28 14:29:28 +02:00
PotionType SWIFTNESS = PotionTypeImpl.get("minecraft:swiftness");
2021-07-28 14:29:28 +02:00
PotionType LONG_SWIFTNESS = PotionTypeImpl.get("minecraft:long_swiftness");
2021-07-28 14:29:28 +02:00
PotionType STRONG_SWIFTNESS = PotionTypeImpl.get("minecraft:strong_swiftness");
2021-07-28 14:29:28 +02:00
PotionType SLOWNESS = PotionTypeImpl.get("minecraft:slowness");
2021-07-28 14:29:28 +02:00
PotionType LONG_SLOWNESS = PotionTypeImpl.get("minecraft:long_slowness");
2021-07-28 14:29:28 +02:00
PotionType STRONG_SLOWNESS = PotionTypeImpl.get("minecraft:strong_slowness");
2021-07-28 14:29:28 +02:00
PotionType TURTLE_MASTER = PotionTypeImpl.get("minecraft:turtle_master");
2021-07-28 14:29:28 +02:00
PotionType LONG_TURTLE_MASTER = PotionTypeImpl.get("minecraft:long_turtle_master");
2021-07-28 14:29:28 +02:00
PotionType STRONG_TURTLE_MASTER = PotionTypeImpl.get("minecraft:strong_turtle_master");
2021-07-28 14:29:28 +02:00
PotionType WATER_BREATHING = PotionTypeImpl.get("minecraft:water_breathing");
2021-07-28 14:29:28 +02:00
PotionType LONG_WATER_BREATHING = PotionTypeImpl.get("minecraft:long_water_breathing");
2021-07-28 14:29:28 +02:00
PotionType HEALING = PotionTypeImpl.get("minecraft:healing");
2021-07-28 14:29:28 +02:00
PotionType STRONG_HEALING = PotionTypeImpl.get("minecraft:strong_healing");
2021-07-28 14:29:28 +02:00
PotionType HARMING = PotionTypeImpl.get("minecraft:harming");
2021-07-28 14:29:28 +02:00
PotionType STRONG_HARMING = PotionTypeImpl.get("minecraft:strong_harming");
2021-07-28 14:29:28 +02:00
PotionType POISON = PotionTypeImpl.get("minecraft:poison");
2021-07-28 14:29:28 +02:00
PotionType LONG_POISON = PotionTypeImpl.get("minecraft:long_poison");
2021-07-28 14:29:28 +02:00
PotionType STRONG_POISON = PotionTypeImpl.get("minecraft:strong_poison");
2021-07-28 14:29:28 +02:00
PotionType REGENERATION = PotionTypeImpl.get("minecraft:regeneration");
2021-07-28 14:29:28 +02:00
PotionType LONG_REGENERATION = PotionTypeImpl.get("minecraft:long_regeneration");
2021-07-28 14:29:28 +02:00
PotionType STRONG_REGENERATION = PotionTypeImpl.get("minecraft:strong_regeneration");
2021-07-28 14:29:28 +02:00
PotionType STRENGTH = PotionTypeImpl.get("minecraft:strength");
2021-07-28 14:29:28 +02:00
PotionType LONG_STRENGTH = PotionTypeImpl.get("minecraft:long_strength");
2021-07-28 14:29:28 +02:00
PotionType STRONG_STRENGTH = PotionTypeImpl.get("minecraft:strong_strength");
2021-07-28 14:29:28 +02:00
PotionType WEAKNESS = PotionTypeImpl.get("minecraft:weakness");
2021-07-28 14:29:28 +02:00
PotionType LONG_WEAKNESS = PotionTypeImpl.get("minecraft:long_weakness");
2021-07-28 14:29:28 +02:00
PotionType LUCK = PotionTypeImpl.get("minecraft:luck");
2021-07-28 14:29:28 +02:00
PotionType SLOW_FALLING = PotionTypeImpl.get("minecraft:slow_falling");
2021-07-28 14:29:28 +02:00
PotionType LONG_SLOW_FALLING = PotionTypeImpl.get("minecraft:long_slow_falling");
2024-04-10 06:34:30 +02:00
PotionType WIND_CHARGED = PotionTypeImpl.get("minecraft:wind_charged");
PotionType WEAVING = PotionTypeImpl.get("minecraft:weaving");
PotionType OOZING = PotionTypeImpl.get("minecraft:oozing");
PotionType INFESTED = PotionTypeImpl.get("minecraft:infested");
2021-07-28 14:29:28 +02:00
}