Class TreasureChestOpeningEvent
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.events.TreasureChestOpeningEvent
- All Implemented Interfaces:
IBaseEvent<String>,IEvent<String>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final UUIDprivate final UUIDprivate final Ref<EntityStore> private final Store<EntityStore> -
Constructor Summary
ConstructorsConstructorDescriptionTreasureChestOpeningEvent(UUID objectiveUUID, UUID chestUUID, Ref<EntityStore> playerRef, Store<EntityStore> store) -
Method Summary
-
Field Details
-
objectiveUUID
-
chestUUID
-
playerRef
-
store
-
-
Constructor Details
-
TreasureChestOpeningEvent
public TreasureChestOpeningEvent(@Nonnull UUID objectiveUUID, @Nonnull UUID chestUUID, @Nonnull Ref<EntityStore> playerRef, @Nonnull Store<EntityStore> store)
-
-
Method Details