Class EntityUtil.ItemFrameResult

  • Enclosing class:
    EntityUtil

    public static class EntityUtil.ItemFrameResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemFrameResult​(java.util.List<org.bukkit.entity.ItemFrame> frames, int width, int height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.bukkit.entity.ItemFrame> getFrames()  
      int getHeight()  
      int getWidth()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemFrameResult

        public ItemFrameResult​(java.util.List<org.bukkit.entity.ItemFrame> frames,
                               int width,
                               int height)
    • Method Detail

      • getFrames

        public java.util.List<org.bukkit.entity.ItemFrame> getFrames()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()