Class MountedByComponent
java.lang.Object
com.hypixel.hytale.builtin.mounts.MountedByComponent
- 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 TypeMethodDescriptionvoidaddPassenger(Ref<EntityStore> passenger) clone()voidvoidremovePassenger(Ref<EntityStore> ref) withPassenger(Ref<EntityStore> passenger) 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
-
passengers
-
-
Constructor Details
-
MountedByComponent
public MountedByComponent()
-
-
Method Details
-
getComponentType
-
removeInvalid
public void removeInvalid() -
getPassengers
-
addPassenger
-
removePassenger
-
withPassenger
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-