Package org.bukkit.entity
Interface ExperienceOrb
- All Superinterfaces:
CommandSender,Entity,Metadatable,Permissible,ServerOperator
public interface ExperienceOrb extends Entity
Represents an Experience Orb.
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description intgetExperience()Gets how much experience is contained within this orbvoidsetExperience(int value)Sets how much experience is contained within this orbMethods inherited from interface org.bukkit.entity.Entity
eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isCustomNameVisible, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleportMethods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
-
Method Details
-
getExperience
int getExperience()Gets how much experience is contained within this orb- Returns:
- Amount of experience
-
setExperience
void setExperience(int value)Sets how much experience is contained within this orb- Parameters:
value- Amount of experience
-