Fireball

Undocumented in source.

Constructors

this
this(World world, Living shooter)
Undocumented in source.

Members

Functions

tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
sul.entities.Entity data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ACCELERATION
float ACCELERATION;
Undocumented in source.
DRAG
float DRAG;
Undocumented in source.
FORCE
float FORCE;
Undocumented in source.
HEIGHT
float HEIGHT;
Undocumented in source.
TERMINAL_VELOCITY
float TERMINAL_VELOCITY;
Undocumented in source.
WIDTH
float WIDTH;
Undocumented in source.

Inherited Members

From Projectile

tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.
onCollide
bool onCollide(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
onCollide
bool onCollide(Block block, BlockPosition position, uint face)
Undocumented in source. Be warned that the author may not have intended to support it.
shot
bool shot [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shooter
Living shooter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta