UIComponentList

public class UIComponentList implements Component

Class UIComponentList. Provides uicomponentlist functionality for the Hytale server.

java.lang.Object > UIComponentList

Field Summary

components

protected String[] components

Field components.

componentIds

protected int[] componentIds

Field componentIds.

assetCount

final int assetCount

Field assetCount.

oldLength

final int oldLength

Field oldLength.

Method Detail

getComponentType

public UIComponentList> getComponentType ()

Method getComponentType.

UIComponentList

public public UIComponentList ()

Method UIComponentList.

update

public void update ()

Method update.

getComponentIds

public int[] getComponentIds ()

Method getComponentIds.

clone

public Component clone ()

Method clone.