CountObjectiveTaskAsset

abstract class CountObjectiveTaskAsset extends ObjectiveTaskAsset

Class CountObjectiveTaskAsset. Provides countobjectivetaskasset functionality for the Hytale server.

java.lang.Object > ObjectiveTaskAsset > CountObjectiveTaskAsset

Field Summary

count

protected int count

Field count.

Method Detail

CountObjectiveTaskAsset

public public CountObjectiveTaskAsset (final String descriptionId, final TaskConditionAsset[] taskConditions, final Vector3i[] mapMarkers, final int count)

Method CountObjectiveTaskAsset.

Parameters:
final String descriptionId
final TaskConditionAsset[] taskConditions
final Vector3i[] mapMarkers
final int count

getCount

public int getCount ()

Method getCount.

matchesAsset0

protected boolean matchesAsset0 (final ObjectiveTaskAsset task)

Method matchesAsset0.

Parameters:
final ObjectiveTaskAsset task

toString

public String toString ()

Method toString.