DynamicLight

public class DynamicLight implements Component

Class DynamicLight. Provides dynamiclight functionality for the Hytale server.

java.lang.Object > DynamicLight

Field Summary

colorLight

private ColorLight colorLight

Field colorLight.

isNetworkOutdated

private boolean isNetworkOutdated

Field isNetworkOutdated.

temp

final boolean temp

Field temp.

Method Detail

getComponentType

public DynamicLight> getComponentType ()

Method getComponentType.

DynamicLight

public public DynamicLight ()

Method DynamicLight.

getColorLight

public ColorLight getColorLight ()

Method getColorLight.

setColorLight

public void setColorLight (final ColorLight colorLight)

Method setColorLight.

Parameters:
final ColorLight colorLight

consumeNetworkOutdated

public boolean consumeNetworkOutdated ()

Method consumeNetworkOutdated.

clone

public Component clone ()

Method clone.