enum Rosegold::EntityEffect::Effect
Defined in:
rosegold/models/entity_effect.crEnum Members
-
Unused =
0
-
Speed =
1
-
Slowness =
2
-
Haste =
3
-
MiningFatigue =
4
-
Strength =
5
-
InstantHealth =
6
-
InstantDamage =
7
-
JumpBoost =
8
-
Nausea =
9
-
Regeneration =
10
-
Resistance =
11
-
FireResistance =
12
-
WaterBreathing =
13
-
Invisibility =
14
-
Blindness =
15
-
NightVision =
16
-
Hunger =
17
-
Weakness =
18
-
Poison =
19
-
Wither =
20
-
HealthBoost =
21
-
Absorption =
22
-
Saturation =
23
-
Glowing =
24
-
Levitation =
25
-
Luck =
26
-
Unluck =
27
-
SlowFalling =
28
-
ConduitPower =
29
-
DolphinsGrace =
30
-
BadOmen =
31
-
HeroOfTheVillage =
32
-
Darkness =
33
Instance Method Summary
- #absorption?
- #bad_omen?
- #blindness?
- #conduit_power?
- #darkness?
- #display_name
- #dolphins_grace?
- #fire_resistance?
- #glowing?
- #haste?
- #health_boost?
- #hero_of_the_village?
- #hunger?
- #instant_damage?
- #instant_health?
- #invisibility?
- #jump_boost?
- #levitation?
- #luck?
- #mining_fatigue?
- #name
- #nausea?
- #night_vision?
- #poison?
- #regeneration?
- #resistance?
- #saturation?
- #slow_falling?
- #slowness?
- #speed?
- #strength?
- #unluck?
- #unused?
- #water_breathing?
- #weakness?
- #wither?