PropAsset

abstract class PropAsset implements Cleanable, JsonAssetWithMap, DefaultAssetMap, PropAsset>>

Class PropAsset. Provides propasset functionality for the Hytale server.

java.lang.Object > PropAsset

Field Summary

id

private String id

Field id.

data

private AssetExtraInfo.Data data

Field data.

skip

private boolean skip

Field skip.

exportName

private String exportName

Field exportName.

parentSeed

public SeedBox parentSeed

Field parentSeed.

materialCache

public MaterialCache materialCache

Field materialCache.

referenceBundle

public ReferenceBundle referenceBundle

Field referenceBundle.

workerIndexer

public WorkerIndexer workerIndexer

Field workerIndexer.

Method Detail

PropAsset

public protected PropAsset ()

Method PropAsset.

getExportedAsset

static PropAsset getExportedAsset (@Nonnull final String name)

Method getExportedAsset.

Parameters:
@Nonnull final String name

getId

public String getId ()

Method getId.

cleanUp

public void cleanUp ()

Method cleanUp.

Argument

public public Argument (@Nonnull final SeedBox parentSeed, @Nonnull final MaterialCache materialCache, @Nonnull final ReferenceBundle referenceBundle, @Nonnull final WorkerIndexer workerIndexer)

Method Argument.

Parameters:
@Nonnull final SeedBox parentSeed
@Nonnull final MaterialCache materialCache
@Nonnull final ReferenceBundle referenceBundle
@Nonnull final WorkerIndexer workerIndexer