Class PropAsset
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.props.PropAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,,DefaultAssetMap<String, PropAsset>> Cleanable
- Direct Known Subclasses:
BoxPropAsset,ClusterPropAsset,ColumnPropAsset,DensityPropAsset,ImportedPropAsset,NoPropAsset,PondFillerPropAsset,PrefabPropAsset,QueuePropAsset,UnionPropAsset
public abstract class PropAsset
extends Object
implements Cleanable, JsonAssetWithMap<String,DefaultAssetMap<String,PropAsset>>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<PropAsset> static final AssetCodecMapCodec<String, PropAsset> private AssetExtraInfo.Dataprivate Stringprivate Stringprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Propbuild(PropAsset.Argument var1) voidcleanUp()static PropAssetgetExportedAsset(String name) getId()booleanskip()
-
Field Details
-
CODEC
-
exportedNodes
-
CHILD_ASSET_CODEC
-
CHILD_ASSET_CODEC_ARRAY
-
ABSTRACT_CODEC
-
id
-
data
-
skip
private boolean skip -
exportName
-
-
Constructor Details
-
PropAsset
protected PropAsset()
-
-
Method Details