ChunkliEffekt

From ETM
Revision as of 15:13, 2 July 2020 by Kademlia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
public enum ChunkliEffect {


	EXPLOSION_NORMAL("explode", 0, 30, 0.2f),
	EXPLOSION_LARGE("largeexplode", 1),
	EXPLOSION_HUGE("hugeexplosion", 2),
	FIREWORKS_SPARK("fireworksSpark", 3, 50, 0.1f),
	WATER_BUBBLE("bubble", 4),
	WATER_SPLASH("splash", 5, 10, 0.06f),
	WATER_WAKE("wake", 6),
	SUSPENDED("suspended", 7),
	SUSPENDED_DEPTH("depthsuspend", 8),
	CRIT("crit", 9),
	CRIT_MAGIC("magicCrit", 10),
	SMOKE_NORMAL("smoke", 11),
	SMOKE_LARGE("largesmoke", 12),
	SPELL("spell", 13),
	SPELL_INSTANT("instantSpell", 14),
	SPELL_MOB("mobSpell", 15, 10, 0.175f),
	SPELL_MOB_AMBIENT("mobSpellAmbient", 16),
	SPELL_WITCH("witchMagic", 17, 20, 0.1f),
	DRIP_WATER("dripWater", 18, 55, 0.06f),
	DRIP_LAVA("dripLava", 19, 55, 0.06f),
	VILLAGER_ANGRY("angryVillager", 20, 20, 0.3f),
	VILLAGER_HAPPY("happyVillager", 21, 60, 1f),
	TOWN_AURA("townaura", 22),
	NOTE("note", 23, 10, 0.4f),
	PORTAL("portal", 24, 30, 0.06f),
	ENCHANTMENT_TABLE("enchantmenttable", 25, 30, 0.06f),
	FLAME("flame", 26, 25, 0.1f),
	LAVA("lava", 27, 20, 0.5f),
	FOOTSTEP("footstep", 28),
	CLOUD("cloud", 29, 30, 0.2f),
	REDSTONE("reddust", 30, 10, 0.175f),
	SNOWBALL("snowballpoof", 31),
	SNOW_SHOVEL("snowshovel", 32),
	SLIME("slime", 33),
	HEART("heart", 34, 20, 0.3f),
	BARRIER("barrier", 35, 100, 0.75f),
	ITEM_CRACK("iconcrack", 36),
	BLOCK_CRACK("blockcrack", 37),
	BLOCK_DUST("blockdust", 38),
	WATER_DROP("droplet", 39),
	ITEM_TAKE("take", 40),
	MOB_APPEARANCE("mobappearance", 41),

	DRAGON_BREATH("dragonbreath", 42),
	END_ROD("endrod", 43),
	DAMAGE_INDICATOR("damageindicator", 44),
	SWEEP_ATTACK("sweepattack", 45),
	FALLING_DUST("fallingdust", 46),
	TOTEM("totem", 47),
	SPIT("spit", 48),

	SQUID_INK("squid_ink", 49),
	BUBBLE_POP("bubble_pop", 50),
	CURRENT_DOWN("current_down", 51),
	BUBBLE_COLUMN_UP("bubble_column_up", 52),
	NAUTILUS("nautilus", 53),
	DOLPHIN("dolphin", 54),
	SNEEZE("sneeze", 54),
	CAMPFIRE_COSY_SMOKE("campfirecosy", 55),
	CAMPFIRE_SIGNAL_SMOKE("campfiresignal", 56),
	COMPOSTER("composter", 57),
	FLASH("flash", 58),
	FALLING_LAVA("fallinglava", 59),
	LANDING_LAVA("landinglava", 60),
	FALLING_WATER("fallingwater", 61),

	DRIPPING_HONEY("drippinghoney", 62),
	FALLING_HONEY("fallinghoney", 63),
	LANDING_HONEY("landinghoney", 64),
	FALLING_NECTAR("fallingnectar", 65),

	SOUL_FIRE_FLAME("soulfireflame", 66),
	ASH("ash", 67),
	CRIMSON_SPORE("crimsonspore", 68),
	WARPED_SPORE("warpedspore", 69),
	SOUL("soul", 70),
	DRIPPING_OBSIDIAN_TEAR("drippingobsidiantear", 71),
	FALLING_OBSIDIAN_TEAR("fallingobsidiantear", 72),
	LANDING_OBSIDIAN_TEAR("landingobsidiantear", 73),
	REVERSE_PORTAL("reverseportal", 74),
	WHITE_ASH("whiteash", 75),