Package de.eimmer.wesen
Interface Anzeige
- All Superinterfaces:
BefehlAbsender
,Berechtigtbar
,BestaendigeDatenInhaber
,MetadatenInhaber
,Nennbar
,ServerBetreiber
,Wesen
- All Known Subinterfaces:
BlockAnzeige
,GegenstandsAnzeige
,TextAnzeige
Represents a display wesen which is designed to only have a visual function.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Describes the axes/points around which the wesen can pivot.static class
Represents the brightness rendering parameters of the wesen. -
Method Summary
Modifier and TypeMethodDescriptionGets the billboard setting of this wesen.Gets the brightness override of the wesen.float
Gets the height of this display.float
Gets the width of this display.Gets the anzeigetafel 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
(Anzeige.Billboard billboard) Sets the billboard setting of this wesen.void
setBrightness
(Anzeige.Brightness brightness) Sets the brightness override of the wesen.void
setDisplayHeight
(float height) Sets the height if this display.void
setDisplayWidth
(float width) Sets the width of this display.void
setGlowColorOverride
(Farbe farbe) Sets the anzeigetafel team overridden glow farbe 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
(Transformation transformation) Sets the transformation applied to this displayvoid
setTransformationMatrix
(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 de.eimmer.befehl.BefehlAbsender
getName, sendMessage, sendMessage, sendMessage, sendMessage
Methods inherited from interface de.eimmer.berechtigungen.Berechtigtbar
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
Methods inherited from interface de.eimmer.bestaendigkeit.BestaendigeDatenInhaber
getPersistentDataContainer
Methods inherited from interface de.eimmer.metadaten.MetadatenInhaber
getMetadata, hasMetadata, removeMetadata, setMetadata
Methods inherited from interface de.eimmer.Nennbar
getCustomName, setCustomName
Methods inherited from interface de.eimmer.berechtigungen.ServerBetreiber
isOp, setOp
Methods inherited from interface de.eimmer.wesen.Wesen
addPassenger, addScoreboardTag, copy, copy, createSnapshot, eject, getBoundingBox, getEntityId, getFacing, getFallDistance, getFireTicks, getFreezeTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getMaxFreezeTicks, getNearbyEntities, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getSpawnCategory, getSwimHighSpeedSplashSound, getSwimSound, getSwimSplashSound, getTicksLived, getTrackedBy, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isFrozen, isGlowing, isInsideVehicle, isInvulnerable, isInWater, isInWorld, isOnGround, isPersistent, isSilent, isValid, isVisibleByDefault, isVisualFire, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setFreezeTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, setVisibleByDefault, setVisualFire, teleport, teleport, teleport, teleport
-
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
void setTransformationMatrix(@NotNull org.joml.Matrix4f transformationMatrix) 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 wesen 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 wesen. The billboard setting controls the automatic rotation of the wesen to face the spieler.- Returns:
- billboard setting
-
setBillboard
Sets the billboard setting of this wesen. The billboard setting controls the automatic rotation of the wesen to face the spieler.- Parameters:
billboard
- new setting
-
getGlowColorOverride
Gets the anzeigetafel team overridden glow color of this display.- Returns:
- glow color
-
setGlowColorOverride
Sets the anzeigetafel team overridden glow farbe of this display.- Parameters:
farbe
- new farbe
-
getBrightness
Gets the brightness override of the wesen.- Returns:
- brightness override, if set
-
setBrightness
Sets the brightness override of the wesen.- Parameters:
brightness
- new brightness override
-