classpublicPriority 3
PropRuntimeAsset
com.hypixel.hytale.builtin.hytalegenerator.assets.propstageiterations.PropRuntimeAsset
implements Cleanable, JsonAssetWithMap<String, DefaultAssetMap<String, PropRuntimeAsset>>
5
Methods
5
Public Methods
4
Fields
1
Constructors
Constants
AssetBuilderCodec<String, PropRuntimeAsset>CODEC= AssetBuilderCodec.builder(
PropRuntimeAsset.class,
PropRuntimeAsset::new,
...
Constructors
protected
PropRuntimeAsset()Methods
Public Methods (5)
public
PositionProvider buildPositionProvider(SeedBox parentSeed, ReferenceBundle referenceBundle, WorkerIndexer workerIndexer)public
void cleanUp()@Override
public
String getId()public
int getRuntime()public
boolean isSkip()Fields
Private/Package Fields (4)
private
AssetExtraInfo.Data dataprivate
String idprivate
int runtimeprivate
boolean skip