Class VoidEvent
java.lang.Object
com.hypixel.hytale.builtin.portals.components.voidevent.VoidEvent
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate VoidEventStagestatic final doubleprivate SpatialHashGrid<Ref<EntityStore>> Fields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static ComponentType<EntityStore, VoidEvent> voidsetActiveStage(VoidEventStage activeStage) 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
-
MIN_BLOCKS_BETWEEN_SPAWNERS
public static final double MIN_BLOCKS_BETWEEN_SPAWNERS- See Also:
-
voidSpawners
-
activeStage
-
-
Constructor Details
-
VoidEvent
public VoidEvent()
-
-
Method Details
-
getComponentType
-
getConfig
-
getVoidSpawners
-
getActiveStage
-
setActiveStage
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-