BlockSoundEvent

public enum BlockSoundEvent

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

java.lang.Object > BlockSoundEvent

Field Summary

No fields documented.

Method Detail

BlockSoundEvent

public private BlockSoundEvent (final int value)

Method BlockSoundEvent.

Parameters:
final int value

getValue

public int getValue ()

Method getValue.

fromValue

static BlockSoundEvent fromValue (final int value)

Method fromValue.

Parameters:
final int value