Package org.spongepowered.api.data.type
Class SpellTypes
- java.lang.Object
-
- org.spongepowered.api.data.type.SpellTypes
-
public final class SpellTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<SpellType>BLINDNESSstatic DefaultedRegistryReference<SpellType>DISAPPEARstatic DefaultedRegistryReference<SpellType>FANGSstatic DefaultedRegistryReference<SpellType>NONEstatic DefaultedRegistryReference<SpellType>SUMMON_VEXstatic DefaultedRegistryReference<SpellType>WOLOLO
-
-
-
Field Detail
-
BLINDNESS
public static final DefaultedRegistryReference<SpellType> BLINDNESS
-
DISAPPEAR
public static final DefaultedRegistryReference<SpellType> DISAPPEAR
-
FANGS
public static final DefaultedRegistryReference<SpellType> FANGS
-
NONE
public static final DefaultedRegistryReference<SpellType> NONE
-
SUMMON_VEX
public static final DefaultedRegistryReference<SpellType> SUMMON_VEX
-
WOLOLO
public static final DefaultedRegistryReference<SpellType> WOLOLO
-
-