FarmingCoopAsset

public class FarmingCoopAsset implements JsonAssetWithMap, DefaultAssetMap, FarmingCoopAsset>>

Class FarmingCoopAsset. Provides farmingcoopasset functionality for the Hytale server.

java.lang.Object > FarmingCoopAsset

Field Summary

data

private AssetExtraInfo.Data data

Field data.

id

protected String id

Field id.

maxResidents

protected int maxResidents

Field maxResidents.

residentRoamTime

protected IntRange residentRoamTime

Field residentRoamTime.

residentSpawnOffset

protected Vector3d residentSpawnOffset

Field residentSpawnOffset.

acceptedNpcGroupIds

protected String[] acceptedNpcGroupIds

Field acceptedNpcGroupIds.

acceptedNpcGroupIndexes

protected int[] acceptedNpcGroupIndexes

Field acceptedNpcGroupIndexes.

captureWildNPCsInRange

protected boolean captureWildNPCsInRange

Field captureWildNPCsInRange.

wildCaptureRadius

protected float wildCaptureRadius

Field wildCaptureRadius.

Method Detail

getAssetStore

public > getAssetStore ()

Method getAssetStore.

getAssetMap

public FarmingCoopAsset> getAssetMap ()

Method getAssetMap.

FarmingCoopAsset

public public FarmingCoopAsset ()

Method FarmingCoopAsset.

getId

public String getId ()

Method getId.

getProduceDrops

public String> getProduceDrops ()

Method getProduceDrops.

getMaxResidents

public int getMaxResidents ()

Method getMaxResidents.

getResidentRoamTime

public IntRange getResidentRoamTime ()

Method getResidentRoamTime.

getResidentSpawnOffset

public Vector3d getResidentSpawnOffset ()

Method getResidentSpawnOffset.

getAcceptedNpcGroupIndexes

public int[] getAcceptedNpcGroupIndexes ()

Method getAcceptedNpcGroupIndexes.

getWildCaptureRadius

public float getWildCaptureRadius ()

Method getWildCaptureRadius.

getCaptureWildNPCsInRange

public boolean getCaptureWildNPCsInRange ()

Method getCaptureWildNPCsInRange.

toString

public String toString ()

Method toString.