Make ParticleStyle constructors protected

This commit is contained in:
Esophose 2020-09-02 22:49:23 -06:00
parent 4474c4354c
commit ca485e0825
37 changed files with 37 additions and 39 deletions

View file

@ -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);
}