aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/enums/ParticleNames.java
blob: d082cd6779c5f69d6e1e51e715f746a726f10679 (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
36
37
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_;
	
}