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 UUIDobjectiveUUID@Nonnull final UUIDchestUUID@Nonnull final RefplayerRef@Nonnull final Storestore
getObjectiveUUID
public
UUID
getObjectiveUUID
()
Method getObjectiveUUID.
getChestUUID
public
UUID
getChestUUID
()
Method getChestUUID.
toString
public
String
toString
()
Method toString.