public interface Painting extends Hanging
Entity.Spigot
Modifier and Type | Method and Description |
---|---|
Art |
getArt()
Get the art on this painting
|
boolean |
setArt(Art art)
Set the art on this painting
|
boolean |
setArt(Art art,
boolean force)
Set the art on this painting
|
setFacingDirection
eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isValid, leaveVehicle, playEffect, remove, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setInvulnerable, setLastDamageCause, setPassenger, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport
getMetadata, hasMetadata, removeMetadata, setMetadata
getName, sendMessage, sendMessage
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
isOp, setOp
getAttachedFace
getFacing, setFacingDirection
Art getArt()
boolean setArt(Art art)
art
- The new artboolean setArt(Art art, boolean force)
art
- The new artforce
- If true, force the new art regardless of whether it fits
at the current location. Note that forcing it where it can't fit
normally causes it to drop as an item unless you override this by
catching the HangingBreakEvent
.Copyright © 2016. All rights reserved.