Package dev.cerus.maps.util
Class EntityUtil.ItemFrameResult
java.lang.Object
dev.cerus.maps.util.EntityUtil.ItemFrameResult
- Enclosing class:
- EntityUtil
-
Constructor Summary
ConstructorDescriptionItemFrameResult(org.bukkit.entity.ItemFrame[][] frames, int width, int height)
-
Method Summary
-
Constructor Details
-
ItemFrameResult
public ItemFrameResult(org.bukkit.entity.ItemFrame[][] frames, int width, int height)
-
-
Method Details
-
getFrames
public org.bukkit.entity.ItemFrame[][] getFrames() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-