Interface ItemFrame

All Superinterfaces:
Entity, Sound.Emitter, Viewable
All Known Subinterfaces:
GlowItemFrame

public interface ItemFrame extends Entity
Represents an item frame entity.
  • Method Details

    • item

      @NotNull @NotNull ItemStack item()
      Since:
      1.0.0
    • item

      void item(@NotNull @NotNull ItemStack item)
      Since:
      1.0.0
    • rotation

      int rotation()
      Since:
      1.0.0
    • rotation

      void rotation(int rotation)
      Since:
      1.0.0