aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/api/enums/ParticleNames.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/api/enums/ParticleNames.java')
-rw-r--r--src/main/java/gtPlusPlus/api/enums/ParticleNames.java64
1 files changed, 31 insertions, 33 deletions
diff --git a/src/main/java/gtPlusPlus/api/enums/ParticleNames.java b/src/main/java/gtPlusPlus/api/enums/ParticleNames.java
index d082cd6779..335442dbc7 100644
--- a/src/main/java/gtPlusPlus/api/enums/ParticleNames.java
+++ b/src/main/java/gtPlusPlus/api/enums/ParticleNames.java
@@ -1,37 +1,35 @@
package gtPlusPlus.api.enums;
public enum ParticleNames {
-
- explode,
- largeexplode,
- hugeexplosion,
- bubble,
- splash,
- suspended,
- depthsuspend,
- crit,
- magicCrit,
- smoke,
- largesmoke,
- spell,
- instantSpell,
- mobSpell,
- dripWater,
- dripLava,
- townaura,
- note,
- portal,
- enchantmenttable,
- flame,
- lava,
- footstep,
- cloud,
- reddust,
- snowballpoof,
- snowshovel,
- slime,
- heart,
- iconcrack_,
- tilecrack_;
-
+ explode,
+ largeexplode,
+ hugeexplosion,
+ bubble,
+ splash,
+ suspended,
+ depthsuspend,
+ crit,
+ magicCrit,
+ smoke,
+ largesmoke,
+ spell,
+ instantSpell,
+ mobSpell,
+ dripWater,
+ dripLava,
+ townaura,
+ note,
+ portal,
+ enchantmenttable,
+ flame,
+ lava,
+ footstep,
+ cloud,
+ reddust,
+ snowballpoof,
+ snowshovel,
+ slime,
+ heart,
+ iconcrack_,
+ tilecrack_;
}