aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/api/enums/ParticleNames.java
blob: 335442dbc7537efcdc4c9cfa6cf4a3263911efe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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_;
}