Class SpawnMarkerBlockReference
java.lang.Object
com.hypixel.hytale.server.spawning.blockstates.SpawnMarkerBlockReference
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Vector3istatic final BuilderCodec<SpawnMarkerBlockReference> private floatFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
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
-
blockPosition
-
originLostTimeout
private float originLostTimeout
-
-
Constructor Details
-
SpawnMarkerBlockReference
private SpawnMarkerBlockReference() -
SpawnMarkerBlockReference
-
-
Method Details
-
getComponentType
-
getBlockPosition
-
refreshOriginLostTimeout
public void refreshOriginLostTimeout() -
tickOriginLostTimeout
public boolean tickOriginLostTimeout(float dt) -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-