GiveItemsCompletion

public class GiveItemsCompletion extends ObjectiveCompletion

Class GiveItemsCompletion. Provides giveitemscompletion functionality for the Hytale server.

java.lang.Object > ObjectiveCompletion > GiveItemsCompletion

Field Summary

world

final World world

Field world.

store

final Store store

Field store.

showItemNotification

final boolean showItemNotification

Field showItemNotification.

entity

final Entity entity

Field entity.

inventory

final Inventory inventory

Field inventory.

itemStacks

final List itemStacks

Field itemStacks.

playerComponent

final Player playerComponent

Field playerComponent.

playerRefComponent

final PlayerRef playerRefComponent

Field playerRefComponent.

uuidComponent

final UUIDComponent uuidComponent

Field uuidComponent.

uuid

final UUID uuid

Field uuid.

itemNameMessage

final Message itemNameMessage

Field itemNameMessage.

Method Detail

GiveItemsCompletion

public public GiveItemsCompletion (@Nonnull final GiveItemsCompletionAsset asset)

Method GiveItemsCompletion.

Parameters:
@Nonnull final GiveItemsCompletionAsset asset

getAsset

public GiveItemsCompletionAsset getAsset ()

Method getAsset.

handle

public void handle (@Nonnull final Objective objective, @Nonnull final ComponentAccessor componentAccessor)

Method handle.

Parameters:
@Nonnull final Objective objective
@Nonnull final ComponentAccessor componentAccessor

ItemObjectiveRewardHistoryData

public new ItemObjectiveRewardHistoryData (itemStack.getItemId()

Method ItemObjectiveRewardHistoryData.

Parameters:
itemStack.getItemId( itemStack.getItemId(

toString

public String toString ()

Method toString.