Class DynamicLight
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.DynamicLight
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic ComponentType<EntityStore, DynamicLight> voidsetColorLight(ColorLight colorLight) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
colorLight
-
isNetworkOutdated
private boolean isNetworkOutdated
-
-
Constructor Details
-
DynamicLight
public DynamicLight() -
DynamicLight
-
-
Method Details
-
getComponentType
-
getColorLight
-
setColorLight
-
consumeNetworkOutdated
public boolean consumeNetworkOutdated() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-