Dieser Commit ist enthalten in:
Ursprung
28f4c89d32
Commit
aff3d4dcf7
@ -34,7 +34,7 @@ import static org.bukkit.Material.ENDER_CHEST;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum SpecialTeamParticle implements ParticleEnum {
|
public enum SpecialTeamParticle implements ParticleEnum {
|
||||||
|
|
||||||
WarGearSeason(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL), 0.15, WingParticle.WingDesign.ECLIPSE))),
|
Eclipse(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL, 0.0F, 0.0F, 0.0F, 0.01), 0.15, WingParticle.WingDesign.ECLIPSE))),
|
||||||
;
|
;
|
||||||
public static SpecialTeamParticle[] particles = values();
|
public static SpecialTeamParticle[] particles = values();
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren