BlockParticleEvent

public enum BlockParticleEvent

Event fired when blockparticle occurs. Listen for this event using EventBus.register.

java.lang.Object > BlockParticleEvent

Field Summary

No fields documented.

Method Detail

BlockParticleEvent

public private BlockParticleEvent (final int value)

Method BlockParticleEvent.

Parameters:
final int value

getValue

public int getValue ()

Method getValue.

fromValue

static BlockParticleEvent fromValue (final int value)

Method fromValue.

Parameters:
final int value