24package com.dreamfirestudios.dreamcore.DreamCam;
27import org.bukkit.Bukkit;
28import org.bukkit.Location;
29import org.bukkit.event.Event;
30import org.bukkit.event.HandlerList;
31import org.jetbrains.annotations.NotNull;
42 private static final HandlerList handlers =
new HandlerList();
48 private final Location location;
56 this.camPath = camPath;
57 this.location = location;
58 Bukkit.getPluginManager().callEvent(
this);
65 @Override
public @NotNull HandlerList
getHandlers() {
return handlers; }
Fired each tick when a path point is reached and applied to players.
HandlerList getHandlers()
CamPathPointReachedEvent(DreamCamPath camPath, Location location)
Creates and dispatches the event.
static HandlerList getHandlerList()
Gets the static handler list required by Bukkit.
Represents a cinematic camera path composed of multiple camera sets (segments).