Package eu.sculkpowered.server.entity
Interface Display
- All Superinterfaces:
Entity
,Sound.Emitter
,Viewable
- All Known Subinterfaces:
BlockDisplay
,ItemDisplay
,TextDisplay
Represents a display entity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.entity.Entity
Entity.Pose
-
Method Summary
Modifier and TypeMethodDescription@NotNull Display.Constraint
float
int
int
float
float
float
float
getWidth()
void
setConstraint
(@NotNull Display.Constraint constraint) void
setHeight
(float height) void
setInterpolationDelay
(int interpolationDelay) void
setInterpolationDuration
(int interpolationDuration) void
setShadowRange
(float shadowRange) void
setShadowStrength
(float shadowStrength) void
setViewRange
(float viewRange) void
setWidth
(float width) Methods inherited from interface eu.sculkpowered.server.entity.Entity
crouching, customName, customName, customNameVisible, customNameVisible, glowing, glowing, gravity, hasGravity, id, invisible, invisible, onFire, pose, pose, position, silent, silent, sprinting, swimming, teleport, type, uniqueId, velocity, velocity, world, world
Methods inherited from interface eu.sculkpowered.server.Viewable
addViewer, removeViewer, viewers
-
Method Details
-
getInterpolationDelay
int getInterpolationDelay()- Since:
- 1.0.0
-
setInterpolationDelay
void setInterpolationDelay(int interpolationDelay) - Since:
- 1.0.0
-
getInterpolationDuration
int getInterpolationDuration()- Since:
- 1.0.0
-
setInterpolationDuration
void setInterpolationDuration(int interpolationDuration) - Since:
- 1.0.0
-
getConstraint
- Since:
- 1.0.0
-
setConstraint
- Since:
- 1.0.0
-
getViewRange
float getViewRange()- Since:
- 1.0.0
-
setViewRange
void setViewRange(float viewRange) - Since:
- 1.0.0
-
getShadowRange
float getShadowRange()- Since:
- 1.0.0
-
setShadowRange
void setShadowRange(float shadowRange) - Since:
- 1.0.0
-
getShadowStrength
float getShadowStrength()- Since:
- 1.0.0
-
setShadowStrength
void setShadowStrength(float shadowStrength) - Since:
- 1.0.0
-
getWidth
float getWidth()- Since:
- 1.0.0
-
setWidth
void setWidth(float width) - Since:
- 1.0.0
-
getHeight
float getHeight()- Since:
- 1.0.0
-
setHeight
void setHeight(float height) - Since:
- 1.0.0
-