Package info.u_team.u_team_core.menu
Interface FluidContainerMenu.FluidSlotHandlerFunction
- Enclosing class:
- FluidContainerMenu
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used as a function to customize fluid slots with the append methods
-
Method Summary
Modifier and TypeMethodDescriptiongetSlot
(FluidHandlerModifiable fluidHandler, int index, int xPosition, int yPosition) Should return a slot with the applied parameters.
-
Method Details
-
getSlot
Should return a slot with the applied parameters.- Parameters:
fluidHandler
- A fluid handlerindex
- Index for this fluid handlerxPosition
- x coordinateyPosition
- y coordinate- Returns:
- A Slot instance
-