public interface ItemComponentBuilder<Self extends ItemComponentBuilder<Self,Context>,Context extends IFContext> extends ComponentBuilder<Self,Context>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContainedWithin(int position) |
Self |
withSlot(int slot)
Sets the slot that the item will be positioned.
|
Self |
withSlot(int row,
int column) |
cancelOnClick, closeOnClick, copy, displayIf, displayIf, hideIf, hideIf, referencedBy, updateOnClick, updateOnStateChange, updateOnStateChange, watch, withData, withExternallyManagedSelf withSlot(int slot)
slot - The item slot.@ApiStatus.Experimental Self withSlot(int row, int column)
@ApiStatus.Internal boolean isContainedWithin(int position)