HyCodeYourTale
classpublicPriority 1

TreasureChestOpeningEvent

com.hypixel.hytale.builtin.adventure.objectives.events.TreasureChestOpeningEvent

implements IEvent

5

Methods

5

Public Methods

4

Fields

1

Constructors

Constructors

public
TreasureChestOpeningEvent(UUID objectiveUUID, UUID chestUUID, Ref<EntityStore> playerRef, Store<EntityStore> store)

Methods

Public Methods (5)

public
UUID getChestUUID()
@Nonnull
public
UUID getObjectiveUUID()
@Nonnull
public
Ref<EntityStore> getPlayerRef()
@Nonnull
public
Store<EntityStore> getStore()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (4)

privateUUID chestUUID
privateUUID objectiveUUID
privateRef<EntityStore> playerRef
privateStore<EntityStore> store

Related Classes