Package org.bukkit.entity
Interface Display
- All Superinterfaces:
Audience
,CommandSender
,Entity
,HoverEventSource<HoverEvent.ShowEntity>
,Metadatable
,Nameable
,Permissible
,PersistentDataHolder
,PersistentDataViewHolder
,Pointered
,ServerOperator
,Sound.Emitter
- All Known Subinterfaces:
BlockDisplay
,ItemDisplay
,TextDisplay
Represents a display entity which is designed to only have a visual function.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Describes the axes/points around which the entity can pivot.static class
Represents the brightness rendering parameters of the entity.Nested classes/interfaces inherited from interface org.bukkit.entity.Entity
Entity.Spigot
-
Method Summary
Modifier and TypeMethodDescriptionGets the billboard setting of this entity.Gets the brightness override of the entity.float
Gets the height of this display.float
Gets the width of this display.Gets the scoreboard team overridden glow color of this display.int
Gets the amount of ticks before client-side interpolation will commence.int
Gets the interpolation duration of this display.float
Gets the shadow radius of this display.float
Gets the shadow strength of this display.int
Gets the teleport duration of this display.Gets the transformation applied to this display.float
Gets the view distance/range of this display.void
setBillboard
(@NotNull Display.Billboard billboard) Sets the billboard setting of this entity.void
setBrightness
(@Nullable Display.Brightness brightness) Sets the brightness override of the entity.void
setDisplayHeight
(float height) Sets the height if this display.void
setDisplayWidth
(float width) Sets the width of this display.void
setGlowColorOverride
(@Nullable Color color) Sets the scoreboard team overridden glow color of this display.void
setInterpolationDelay
(int ticks) Sets the amount of ticks before client-side interpolation will commence.void
setInterpolationDuration
(int duration) Sets the interpolation duration of this display.void
setShadowRadius
(float radius) Sets the shadow radius of this display.void
setShadowStrength
(float strength) Sets the shadow strength of this display.void
setTeleportDuration
(int duration) Sets the teleport duration of this display.void
setTransformation
(@NotNull Transformation transformation) Sets the transformation applied to this displayvoid
setTransformationMatrix
(@NotNull org.joml.Matrix4f transformationMatrix) Sets the raw transformation matrix applied to this displayvoid
setViewRange
(float range) Sets the view distance/range of this display.Methods inherited from interface net.kyori.adventure.audience.Audience
clearResourcePacks, clearTitle, deleteMessage, deleteMessage, filterAudience, forEachAudience, hideBossBar, openBook, openBook, playSound, playSound, playSound, removeResourcePacks, removeResourcePacks, removeResourcePacks, removeResourcePacks, removeResourcePacks, resetTitle, sendActionBar, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendPlayerListHeaderAndFooter, sendResourcePacks, sendResourcePacks, sendResourcePacks, sendTitlePart, showBossBar, showTitle, stopSound, stopSound
Methods inherited from interface org.bukkit.command.CommandSender
getName, name, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlainMessage, sendRichMessage, sendRichMessage
Methods inherited from interface org.bukkit.entity.Entity
addPassenger, addScoreboardTag, asHoverEvent, broadcastHurtAnimation, collidesAt, copy, copy, createSnapshot, eject, fromMobSpawner, getAsString, getBoundingBox, getChunk, getEntityId, getEntitySpawnReason, getFacing, getFallDistance, getFireTicks, getFreezeTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getMaxFreezeTicks, getNearbyEntities, getOrigin, getPassenger, getPassengers, getPistonMoveReaction, getPitch, getPortalCooldown, getPose, getScheduler, getScoreboardEntryName, getScoreboardTags, getServer, getSpawnCategory, getSwimHighSpeedSplashSound, getSwimSound, getSwimSplashSound, getTicksLived, getTrackedBy, getTrackedPlayers, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, getX, getY, getYaw, getZ, hasFixedPose, hasGravity, hasNoPhysics, isCustomNameVisible, isDead, isEmpty, isFreezeTickingLocked, isFrozen, isGlowing, isInBubbleColumn, isInLava, isInPowderedSnow, isInRain, isInsideVehicle, isInvisible, isInvulnerable, isInWater, isInWaterOrBubbleColumn, isInWaterOrRain, isInWaterOrRainOrBubbleColumn, isInWorld, isOnGround, isPersistent, isSilent, isSneaking, isTicking, isUnderWater, isValid, isVisibleByDefault, isVisualFire, leaveVehicle, lockFreezeTicks, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setFreezeTicks, setGlowing, setGravity, setInvisible, setInvulnerable, setLastDamageCause, setNoPhysics, setPassenger, setPersistent, setPortalCooldown, setPose, setPose, setRotation, setSilent, setSneaking, setTicksLived, setVelocity, setVisibleByDefault, setVisualFire, spawnAt, spawnAt, spigot, teamDisplayName, teleport, teleport, teleport, teleport, teleport, teleport, teleportAsync, teleportAsync, teleportAsync, wouldCollideUsing
Methods inherited from interface net.kyori.adventure.text.event.HoverEventSource
asHoverEvent
Methods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
Methods inherited from interface org.bukkit.Nameable
customName, customName, getCustomName, setCustomName
Methods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, permissionValue, permissionValue, recalculatePermissions, removeAttachment
Methods inherited from interface org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
Methods inherited from interface net.kyori.adventure.pointer.Pointered
get, getOrDefault, getOrDefaultFrom, pointers
Methods inherited from interface org.bukkit.permissions.ServerOperator
isOp, setOp
-
Method Details
-
getTransformation
Gets the transformation applied to this display.- Returns:
- the transformation
-
setTransformation
Sets the transformation applied to this display- Parameters:
transformation
- the new transformation
-
setTransformationMatrix
Sets the raw transformation matrix applied to this display- Parameters:
transformationMatrix
- the transformation matrix
-
getInterpolationDuration
int getInterpolationDuration()Gets the interpolation duration of this display.- Returns:
- interpolation duration
-
setInterpolationDuration
void setInterpolationDuration(int duration) Sets the interpolation duration of this display.- Parameters:
duration
- new duration
-
getTeleportDuration
int getTeleportDuration()Gets the teleport duration of this display.- 0 means that updates are applied immediately.
- 1 means that the display entity will move from current position to the updated one over one tick.
- Higher values spread the movement over multiple ticks.
- Returns:
- teleport duration
-
setTeleportDuration
void setTeleportDuration(int duration) Sets the teleport duration of this display.- Parameters:
duration
- new duration- Throws:
IllegalArgumentException
- if duration is not between 0 and 59- See Also:
-
getViewRange
float getViewRange()Gets the view distance/range of this display.- Returns:
- view range
-
setViewRange
void setViewRange(float range) Sets the view distance/range of this display.- Parameters:
range
- new range
-
getShadowRadius
float getShadowRadius()Gets the shadow radius of this display.- Returns:
- radius
-
setShadowRadius
void setShadowRadius(float radius) Sets the shadow radius of this display.- Parameters:
radius
- new radius
-
getShadowStrength
float getShadowStrength()Gets the shadow strength of this display.- Returns:
- shadow strength
-
setShadowStrength
void setShadowStrength(float strength) Sets the shadow strength of this display.- Parameters:
strength
- new strength
-
getDisplayWidth
float getDisplayWidth()Gets the width of this display.- Returns:
- width
-
setDisplayWidth
void setDisplayWidth(float width) Sets the width of this display.- Parameters:
width
- new width
-
getDisplayHeight
float getDisplayHeight()Gets the height of this display.- Returns:
- height
-
setDisplayHeight
void setDisplayHeight(float height) Sets the height if this display.- Parameters:
height
- new height
-
getInterpolationDelay
int getInterpolationDelay()Gets the amount of ticks before client-side interpolation will commence.- Returns:
- interpolation delay ticks
-
setInterpolationDelay
void setInterpolationDelay(int ticks) Sets the amount of ticks before client-side interpolation will commence.- Parameters:
ticks
- interpolation delay ticks
-
getBillboard
Gets the billboard setting of this entity. The billboard setting controls the automatic rotation of the entity to face the player.- Returns:
- billboard setting
-
setBillboard
Sets the billboard setting of this entity. The billboard setting controls the automatic rotation of the entity to face the player.- Parameters:
billboard
- new setting
-
getGlowColorOverride
Gets the scoreboard team overridden glow color of this display.- Returns:
- glow color
-
setGlowColorOverride
Sets the scoreboard team overridden glow color of this display.- Parameters:
color
- new color
-
getBrightness
Gets the brightness override of the entity.- Returns:
- brightness override, if set
-
setBrightness
Sets the brightness override of the entity.- Parameters:
brightness
- new brightness override
-