mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-30 12:01:26 +01:00
Misspelled firework type enum
This commit is contained in:
parent
21b751dbd1
commit
ca6fbe4d09
@ -9,7 +9,7 @@ import it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap;
|
|||||||
public enum FireworkEffectType {
|
public enum FireworkEffectType {
|
||||||
|
|
||||||
SMALL_BALL((byte) 0),
|
SMALL_BALL((byte) 0),
|
||||||
LARGE_BAR((byte) 1),
|
LARGE_BALL((byte) 1),
|
||||||
STAR_SHAPED((byte) 2),
|
STAR_SHAPED((byte) 2),
|
||||||
CREEPER_SHAPED((byte) 3),
|
CREEPER_SHAPED((byte) 3),
|
||||||
BURST((byte) 4),
|
BURST((byte) 4),
|
||||||
|
Loading…
Reference in New Issue
Block a user