TreasureChestOpeningEvent

public class TreasureChestOpeningEvent implements IEvent

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

java.lang.Object > TreasureChestOpeningEvent

Field Summary

No fields documented.

Method Detail

TreasureChestOpeningEvent

public public TreasureChestOpeningEvent (@Nonnull final UUID objectiveUUID, @Nonnull final UUID chestUUID, @Nonnull final Ref playerRef, @Nonnull final Store store)

Method TreasureChestOpeningEvent.

Parameters:
@Nonnull final UUID objectiveUUID
@Nonnull final UUID chestUUID
@Nonnull final Ref playerRef
@Nonnull final Store store

getObjectiveUUID

public UUID getObjectiveUUID ()

Method getObjectiveUUID.

getChestUUID

public UUID getChestUUID ()

Method getChestUUID.

getPlayerRef

public Ref getPlayerRef ()

Method getPlayerRef.

getStore

public Store getStore ()

Method getStore.

toString

public String toString ()

Method toString.