toggle menu
silk
1.10.4
jvm
switch theme
search in API
silk-igui
/
net.silkmc.silk.igui
/
GuiSlotCompound
/
SlotRange
/
Line
Line
class
Line
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
:
GuiSlotCompound.SlotRange
(
source
)
Members
Constructors
Line
Link copied to clipboard
constructor
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
Properties
end
Inclusive
Link copied to clipboard
override
val
endInclusive
:
GuiSlot
start
Link copied to clipboard
override
val
start
:
GuiSlot
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
value
:
GuiSlot
)
:
Boolean
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
with
Dimensions
Link copied to clipboard
open
override
fun
withDimensions
(
dimensions
:
GuiDimensions
)
:
ArrayList
<
GuiSlot
>