TintProviderAsset

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

Class TintProviderAsset. Provides tintproviderasset functionality for the Hytale server.

java.lang.Object > TintProviderAsset

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

TintProviderAsset

public protected TintProviderAsset ()

Method TintProviderAsset.

getFallbackAsset

static TintProviderAsset getFallbackAsset ()

Method getFallbackAsset.

isSkipped

public boolean isSkipped ()

Method isSkipped.

getExportedAsset

static TintProviderAsset 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