Class Repulsion
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.repulsion.Repulsion
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<Repulsion> protected AssetExtraInfo.Dataprivate booleanprivate intFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic ComponentType<EntityStore, Repulsion> intvoidsetRepulsionConfigIndex(int repulsionConfigIndex) 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
-
CODEC
-
data
-
repulsionConfigIndex
private int repulsionConfigIndex -
isNetworkOutdated
private boolean isNetworkOutdated
-
-
Constructor Details
-
Repulsion
-
Repulsion
protected Repulsion()
-
-
Method Details
-
getComponentType
-
getRepulsionConfigIndex
public int getRepulsionConfigIndex() -
setRepulsionConfigIndex
public void setRepulsionConfigIndex(int repulsionConfigIndex) -
consumeNetworkOutdated
public boolean consumeNetworkOutdated() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-