HyCodeYourTale
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)

privateAssetExtraInfo.Data data
privateString id
privateint runtime
privateboolean skip

Related Classes