Package mindustry.game
Class EventType.BulletCreateEvent
java.lang.Object
mindustry.game.EventType.BulletCreateEvent
- Enclosing class:
- EventType
Called when a bullet has been created.
WARNING! This event is special: its instance is reused! Do not cache or use with a timer.
Do not modify any tiles inside listeners that use this tile.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bullet
public mindustry.gen.Bullet bullet
-
-
Constructor Details
-
BulletCreateEvent
public BulletCreateEvent()
-
-
Method Details
-
set
-