Class SettingsAsset
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.SettingsAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,DefaultAssetMap<String, SettingsAsset>>
public class SettingsAsset
extends Object
implements JsonAssetWithMap<String,DefaultAssetMap<String,SettingsAsset>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate Integer[]static final AssetBuilderCodec<String, SettingsAsset> private intprivate AssetExtraInfo.Dataprivate Stringprivate doubleprivate double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintgetId()static intgetSampleBits(int v) doubledouble
-
Field Details
-
CODEC
-
id
-
data
-
checkpoints
-
customConcurrency
private int customConcurrency -
bufferCapacityFactor
private double bufferCapacityFactor -
targetViewDistance
private double targetViewDistance -
targetPlayerCount
private double targetPlayerCount
-
-
Constructor Details
-
SettingsAsset
private SettingsAsset()
-
-
Method Details
-
getStatsCheckpoints
-
getCustomConcurrency
public int getCustomConcurrency() -
getBufferCapacityFactor
public double getBufferCapacityFactor() -
getTargetViewDistance
public double getTargetViewDistance() -
getTargetPlayerCount
public double getTargetPlayerCount() -
getSampleBits
public static int getSampleBits(int v) -
getId
-