public class TreasureMapObjectiveTaskAsset extends ObjectiveTaskAsset
Class TreasureMapObjectiveTaskAsset. Provides treasuremapobjectivetaskasset functionality for the Hytale server.
java.lang.Object > ObjectiveTaskAsset > TreasureMapObjectiveTaskAsset
Field Summary
chestConfigs
protected
ChestConfig[]
chestConfigs
Field chestConfigs.
minRadius
protected
float
minRadius
Field minRadius.
maxRadius
protected
float
maxRadius
Field maxRadius.
droplistId
protected
String
droplistId
Field droplistId.
worldLocationProvider
protected
WorldLocationProvider
worldLocationProvider
Field worldLocationProvider.
chestBlockTypeKey
protected
String
chestBlockTypeKey
Field chestBlockTypeKey.
that
final
ChestConfig
that
Field that.
Method Detail
TreasureMapObjectiveTaskAsset
public
public
TreasureMapObjectiveTaskAsset
(final String descriptionId, final TaskConditionAsset[] taskConditions, final Vector3i[] mapMarkers, final ChestConfig[] chestConfigs)
Method TreasureMapObjectiveTaskAsset.
- Parameters:
final StringdescriptionIdfinal TaskConditionAsset[]taskConditionsfinal Vector3i[]mapMarkersfinal ChestConfig[]chestConfigs
getTaskScope
public
TaskScope
getTaskScope
()
Method getTaskScope.
getChestConfigs
public
ChestConfig[]
getChestConfigs
()
Method getChestConfigs.
toString
public
String
toString
()
Method toString.
ChestConfig
public
public
ChestConfig
()
Method ChestConfig.
getMinRadius
public
float
getMinRadius
()
Method getMinRadius.
getMaxRadius
public
float
getMaxRadius
()
Method getMaxRadius.
getDroplistId
public
String
getDroplistId
()
Method getDroplistId.
getWorldLocationProvider
Method getWorldLocationProvider.
getChestBlockTypeKey
public
String
getChestBlockTypeKey
()
Method getChestBlockTypeKey.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
if
public
else
if
(that.droplistId == null)
Method if.
- Parameters:
that.droplistId ==null
hashCode
public
int
hashCode
()
Method hashCode.