Class CurveAsset
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.curves.CurveAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,,DefaultAssetMap<String, CurveAsset>> Cleanable
- Direct Known Subclasses:
CeilingCurveAsset,ClampCurveAsset,ConstantCurveAsset,DistanceExponentialCurveAsset,DistanceSCurveAsset,FloorCurveAsset,ImportedCurveAsset,InverterCurveAsset,ManualCurveAsset,MaxCurveAsset,MinCurveAsset,MultiplierCurveAsset,NotCurveAsset,SmoothCeilingCurveAsset,SmoothClampCurveAsset,SmoothFloorCurveAsset,SmoothMaxCurveAsset,SmoothMinCurveAsset,SumCurveAsset
public abstract class CurveAsset
extends Object
implements JsonAssetWithMap<String,DefaultAssetMap<String,CurveAsset>>, Cleanable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<CurveAsset> static final AssetCodecMapCodec<String, CurveAsset> private AssetExtraInfo.Dataprivate static final CurveAsset[]private static final Map<String, CurveAsset> private Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract it.unimi.dsi.fastutil.doubles.Double2DoubleFunctionbuild()static CurveAssetgetExportedAsset(String name) getId()
-
Field Details
-
EMPTY_INPUTS
-
CODEC
-
exportedNodes
-
CHILD_ASSET_CODEC
-
CHILD_ASSET_CODEC_ARRAY
-
ABSTRACT_CODEC
-
id
-
data
-
exportName
-
-
Constructor Details
-
CurveAsset
protected CurveAsset()
-
-
Method Details