Class GlowVehicle

java.lang.Object
net.glowstone.entity.GlowEntity
net.glowstone.entity.GlowVehicle
All Implemented Interfaces:
net.kyori.adventure.audience.Audience, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, org.bukkit.command.CommandSender, org.bukkit.entity.Entity, org.bukkit.entity.Vehicle, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.permissions.Permissible, org.bukkit.permissions.ServerOperator, org.bukkit.persistence.PersistentDataHolder
Direct Known Subclasses:
GlowBoat, GlowMinecart

public abstract class GlowVehicle extends GlowEntity implements org.bukkit.entity.Vehicle
  • Constructor Details

    • GlowVehicle

      public GlowVehicle(org.bukkit.Location location)
      Creates a vehicle and adds it to the specified world.
      Parameters:
      location - The location of the entity.