Class RestrictedSlotContainer
java.lang.Object
de.ellpeck.rockbottom.api.gui.container.SlotContainer
de.ellpeck.rockbottom.api.gui.container.RestrictedSlotContainer
-
Field Summary
Fields inherited from class de.ellpeck.rockbottom.api.gui.container.SlotContainer
inventory, slot, x, y -
Constructor Summary
ConstructorsConstructorDescriptionRestrictedSlotContainer(IInventory inventory, int slot, int x, int y, Predicate<ItemInstance> test) -
Method Summary
Methods inherited from class de.ellpeck.rockbottom.api.gui.container.SlotContainer
canRemove, disableSlotBackgroundRender, get, getGraphicalSlot, set, setSlotColorOverride
-
Constructor Details
-
RestrictedSlotContainer
public RestrictedSlotContainer(IInventory inventory, int slot, int x, int y, Predicate<ItemInstance> test)
-
-
Method Details
-
canPlace
- Overrides:
canPlacein classSlotContainer
-