mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-08 05:22:58 +00:00
Make ParticleStyle constructors protected
This commit is contained in:
parent
4474c4354c
commit
ca485e0825
37 changed files with 37 additions and 39 deletions
|
@ -21,7 +21,7 @@ public class ParticleStyleInvocation extends DefaultParticleStyle {
|
|||
private double playerOffset;
|
||||
private double speedMultiplier;
|
||||
|
||||
public ParticleStyleInvocation() {
|
||||
protected ParticleStyleInvocation() {
|
||||
super("invocation", true, true, 0.5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue