Uses of Class
org.rspeer.game.effect.Hitsplat.Type
-
Packages that use Hitsplat.Type Package Description org.rspeer.game.adapter.scene org.rspeer.game.effect org.rspeer.game.event -
-
Uses of Hitsplat.Type in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene with parameters of type Hitsplat.Type Modifier and Type Method Description int
PathingEntity. getLastHitsplatTick(Hitsplat.Type type)
-
Uses of Hitsplat.Type in org.rspeer.game.effect
Methods in org.rspeer.game.effect that return Hitsplat.Type Modifier and Type Method Description Hitsplat.Type
Hitsplat. getType()
static Hitsplat.Type
Hitsplat.Type. valueOf(int id)
Returns the enum constant of this type with the specified name.static Hitsplat.Type
Hitsplat.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Hitsplat.Type[]
Hitsplat.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Hitsplat.Type in org.rspeer.game.event
Methods in org.rspeer.game.event that return Hitsplat.Type Modifier and Type Method Description Hitsplat.Type
HitsplatEvent. getSpecialType()
Hitsplat.Type
HitsplatEvent. getType()
-