Class ExprItemFrameSlot

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,​Slot>, Debuggable, Expression<Slot>, SyntaxElement

@Name("Item of an Entity") @Description("An item associated with an entity. For dropped item entities, it gets, obviously, the item that was dropped. For item frames, the item inside the frame is returned. For throwable projectiles (snowballs, enderpearls etc.),it gets the displayed item. Other entities do not have items associated with them.") @Examples("") @Since("2.2-dev35, 2.2-dev36 (improved), 2.5.2 (throwable projectiles)") @RequiredPlugins("Minecraft 1.15.2+ (throwable projectiles)") public class ExprItemFrameSlot extends SimplePropertyExpression<org.bukkit.entity.Entity,​Slot>
  • Constructor Details

    • ExprItemFrameSlot

      public ExprItemFrameSlot()
  • Method Details