EntityEffect

public enum EntityEffect

A list of all Effects that can happen to entities.

Entries

Link copied to clipboard

When mobs get hurt.

Link copied to clipboard

When mob dies.

Link copied to clipboard

The smoke when taming wolf fails.

Link copied to clipboard

The hearts when taming wolf succeeds.

Link copied to clipboard

When wolf shakes (after being wet).

Link copied to clipboard

When sheep eats LONG_GRASS block.

Link copied to clipboard

When an Iron Golem gives rose.

Link copied to clipboard

Hearts from villager.

Link copied to clipboard

When villager is angry.

Link copied to clipboard

Happy particles from villager.

Link copied to clipboard

Magic particles from witch.

Link copied to clipboard

When getClassById zombie transforms into getClassById villager by shaking violently.

Link copied to clipboard

When getClassById firework explodes.

Properties

Link copied to clipboard
public final byte data

Functions

Link copied to clipboard
public static EntityEffect valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<EntityEffect> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.