PersistentModel

public class PersistentModel implements Component

Class PersistentModel. Provides persistentmodel functionality for the Hytale server.

java.lang.Object > PersistentModel

Field Summary

modelReference

private Model.ModelReference modelReference

Field modelReference.

modelComponent

final PersistentModel modelComponent

Field modelComponent.

Method Detail

getComponentType

public PersistentModel> getComponentType ()

Method getComponentType.

PersistentModel

public private PersistentModel ()

Method PersistentModel.

getModelReference

public Model.ModelReference getModelReference ()

Method getModelReference.

setModelReference

public void setModelReference (@Nonnull final Model.ModelReference modelReference)

Method setModelReference.

Parameters:
@Nonnull final Model.ModelReference modelReference

clone

public Component clone ()

Method clone.