org.bukkit.entity
Interface Firework

All Superinterfaces:
Entity, Metadatable

public interface Firework
extends Entity


Method Summary
 FireworkMeta getFireworkMeta()
          Get a copy of the fireworks meta
 void setFireworkMeta(FireworkMeta meta)
          Apply the provided meta to the fireworks
 
Methods inherited from interface org.bukkit.entity.Entity
eject, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, teleport, teleport, teleport, teleport
 
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
 

Method Detail

getFireworkMeta

FireworkMeta getFireworkMeta()
Get a copy of the fireworks meta

Returns:
A copy of the current Firework meta

setFireworkMeta

void setFireworkMeta(FireworkMeta meta)
Apply the provided meta to the fireworks

Parameters:
meta - The FireworkMeta to apply


Copyright © 2013. All Rights Reserved.