Add FireworkMeta#getFlightDuration

This commit is contained in:
jglrxavpok 2021-02-05 12:18:05 +01:00
parent 87b7205690
commit da3a8b17b2

View File

@ -98,6 +98,14 @@ public class FireworkMeta extends ItemMeta {
this.flightDuration = flightDuration;
}
/**
* Returns the flight duration of this firework
* @return the flight duration of this firework
*/
public byte getFlightDuration() {
return flightDuration;
}
/**
* {@inheritDoc}
*/