public class WeightedSizeFlockAsset extends FlockAsset
Class WeightedSizeFlockAsset. Provides weightedsizeflockasset functionality for the Hytale server.
java.lang.Object > FlockAsset > WeightedSizeFlockAsset
Field Summary
minSize
protected
int
minSize
Field minSize.
sizeWeights
protected
double[]
sizeWeights
Field sizeWeights.
index
final
int
index
Field index.
Method Detail
WeightedSizeFlockAsset
public
protected
WeightedSizeFlockAsset
()
Method WeightedSizeFlockAsset.
getMinSize
public
int
getMinSize
()
Method getMinSize.
getSizeWeights
public
double[]
getSizeWeights
()
Method getSizeWeights.
getMinFlockSize
public
int
getMinFlockSize
()
Method getMinFlockSize.
pickFlockSize
public
int
pickFlockSize
()
Method pickFlockSize.
toString
public
String
toString
()
Method toString.