Package eu.sculkpowered.server.entity
Interface ItemFrame
- All Superinterfaces:
Entity
,Sound.Emitter
,Viewable
- All Known Subinterfaces:
GlowItemFrame
Represents an item frame entity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.entity.Entity
Entity.Pose
-
Method Summary
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
-
item
- Since:
- 1.0.0
-
item
- Since:
- 1.0.0
-
rotation
int rotation()- Since:
- 1.0.0
-
rotation
void rotation(int rotation) - Since:
- 1.0.0
-