Skip to content

Class endstone::EffectType

ClassList > endstone > EffectType

All effect types.

  • #include <endstone/potion/effect_type.h>

Public Static Attributes

Type Name
constexpr auto Absorption = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("absorption")
Increases the maximum health of an entity with health that cannot be regenerated, but is refilled every 30 seconds.
constexpr auto BadOmen = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("bad\_omen")
Triggers an ominous event when the player enters a village or trial chambers.
constexpr auto Blindness = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("blindness")
Blinds an entity.
constexpr auto BreathOfTheNautilus = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("breath\_of\_the\_nautilus")
Prevents the rider's oxygen bar from depleting while riding a nautilus or zombie nautilus.
constexpr auto ConduitPower = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("conduit\_power")
Effects granted by a nearby conduit.
constexpr auto Darkness = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("darkness")
Causes the player's vision to dim occasionally.
constexpr auto FatalPoison = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("fatal\_poison")
Inflicts damage to the entity over time, and can kill both undead and non-undead mobs, similar to Wither.
constexpr auto FireResistance = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("fire\_resistance")
Stops fire damage.
constexpr auto Haste = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("haste")
Increases dig speed.
constexpr auto HealthBoost = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("health\_boost")
Increases the maximum health of an entity.
constexpr auto HeroOfTheVillage = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("hero\_of\_the\_village")
Reduces the cost of villager trades.
constexpr auto Hunger = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("hunger")
Increases hunger.
constexpr auto Infested = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("infested")
Chance of spawning silverfish when hurt.
constexpr auto InstantDamage = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("instant\_damage")
Hurts an entity.
constexpr auto InstantHealth = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("instant\_health")
Heals an entity.
constexpr auto Invisibility = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("invisibility")
Grants invisibility.
constexpr auto JumpBoost = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("jump\_boost")
Increases jump height.
constexpr auto Levitation = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("levitation")
Causes the entity to float into the air.
constexpr auto MiningFatigue = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("mining\_fatigue")
Decreases dig speed.
constexpr auto Nausea = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("nausea")
Warps vision on the client.
constexpr auto NightVision = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("night\_vision")
Allows an entity to see in the dark.
constexpr auto Oozing = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("oozing")
Causes slimes to spawn upon death.
constexpr auto Poison = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("poison")
Deals damage to an entity over time.
constexpr auto RaidOmen = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("raid\_omen")
Triggers a raid when a player enters a village.
constexpr auto Regeneration = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("regeneration")
Regenerates health.
constexpr auto Resistance = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("resistance")
Decreases damage dealt to an entity.
constexpr auto Saturation = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("saturation")
Increases the food level of an entity each tick.
constexpr auto SlowFalling = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("slow\_falling")
Slows entity fall rate.
constexpr auto Slowness = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("slowness")
Decreases movement speed.
constexpr auto Speed = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("speed")
Increases movement speed.
constexpr auto Strength = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("strength")
Increases damage dealt.
constexpr auto TrialOmen = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("trial\_omen")
Causes trial spawners to become ominous.
constexpr auto WaterBreathing = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("water\_breathing")
Allows breathing underwater.
constexpr auto Weakness = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("weakness")
Decreases damage dealt by an entity.
constexpr auto Weaving = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("weaving")
Creates cobwebs upon death.
constexpr auto WindCharged = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("wind\_charged")
Emits a wind burst upon death.
constexpr auto Wither = [**EffectId::minecraft**](classendstone_1_1Identifier.md#function-minecraft)("wither")
Deals damage to an entity over time and gives the health to the shooter.

Public Static Attributes Documentation

variable Absorption

Increases the maximum health of an entity with health that cannot be regenerated, but is refilled every 30 seconds.

constexpr auto endstone::EffectType::Absorption;


variable BadOmen

Triggers an ominous event when the player enters a village or trial chambers.

constexpr auto endstone::EffectType::BadOmen;

oof.


variable Blindness

Blinds an entity.

constexpr auto endstone::EffectType::Blindness;


variable BreathOfTheNautilus

Prevents the rider's oxygen bar from depleting while riding a nautilus or zombie nautilus.

constexpr auto endstone::EffectType::BreathOfTheNautilus;


variable ConduitPower

Effects granted by a nearby conduit.

constexpr auto endstone::EffectType::ConduitPower;

Includes enhanced underwater abilities.


variable Darkness

Causes the player's vision to dim occasionally.

constexpr auto endstone::EffectType::Darkness;


variable FatalPoison

Inflicts damage to the entity over time, and can kill both undead and non-undead mobs, similar to Wither.

constexpr auto endstone::EffectType::FatalPoison;


variable FireResistance

Stops fire damage.

constexpr auto endstone::EffectType::FireResistance;


variable Haste

Increases dig speed.

constexpr auto endstone::EffectType::Haste;


variable HealthBoost

Increases the maximum health of an entity.

constexpr auto endstone::EffectType::HealthBoost;


variable HeroOfTheVillage

Reduces the cost of villager trades.

constexpr auto endstone::EffectType::HeroOfTheVillage;

\o/.


variable Hunger

Increases hunger.

constexpr auto endstone::EffectType::Hunger;


variable Infested

Chance of spawning silverfish when hurt.

constexpr auto endstone::EffectType::Infested;


variable InstantDamage

Hurts an entity.

constexpr auto endstone::EffectType::InstantDamage;


variable InstantHealth

Heals an entity.

constexpr auto endstone::EffectType::InstantHealth;


variable Invisibility

Grants invisibility.

constexpr auto endstone::EffectType::Invisibility;


variable JumpBoost

Increases jump height.

constexpr auto endstone::EffectType::JumpBoost;


variable Levitation

Causes the entity to float into the air.

constexpr auto endstone::EffectType::Levitation;


variable MiningFatigue

Decreases dig speed.

constexpr auto endstone::EffectType::MiningFatigue;


variable Nausea

Warps vision on the client.

constexpr auto endstone::EffectType::Nausea;


variable NightVision

Allows an entity to see in the dark.

constexpr auto endstone::EffectType::NightVision;


variable Oozing

Causes slimes to spawn upon death.

constexpr auto endstone::EffectType::Oozing;


variable Poison

Deals damage to an entity over time.

constexpr auto endstone::EffectType::Poison;


variable RaidOmen

Triggers a raid when a player enters a village.

constexpr auto endstone::EffectType::RaidOmen;


variable Regeneration

Regenerates health.

constexpr auto endstone::EffectType::Regeneration;


variable Resistance

Decreases damage dealt to an entity.

constexpr auto endstone::EffectType::Resistance;


variable Saturation

Increases the food level of an entity each tick.

constexpr auto endstone::EffectType::Saturation;


variable SlowFalling

Slows entity fall rate.

constexpr auto endstone::EffectType::SlowFalling;


variable Slowness

Decreases movement speed.

constexpr auto endstone::EffectType::Slowness;


variable Speed

Increases movement speed.

constexpr auto endstone::EffectType::Speed;


variable Strength

Increases damage dealt.

constexpr auto endstone::EffectType::Strength;


variable TrialOmen

Causes trial spawners to become ominous.

constexpr auto endstone::EffectType::TrialOmen;


variable WaterBreathing

Allows breathing underwater.

constexpr auto endstone::EffectType::WaterBreathing;


variable Weakness

Decreases damage dealt by an entity.

constexpr auto endstone::EffectType::Weakness;


variable Weaving

Creates cobwebs upon death.

constexpr auto endstone::EffectType::Weaving;


variable WindCharged

Emits a wind burst upon death.

constexpr auto endstone::EffectType::WindCharged;


variable Wither

Deals damage to an entity over time and gives the health to the shooter.

constexpr auto endstone::EffectType::Wither;



The documentation for this class was generated from the following file include/endstone/potion/effect_type.h