toggle menu
silk
1.10.4
jvm
switch theme
search in API
silk-igui
/
net.silkmc.silk.igui
/
GuiSlotCompound
/
SlotRange
Slot
Range
abstract
class
SlotRange
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
:
GuiSlotCompound
,
ClosedRange
<
GuiSlot
>
(
source
)
Inheritors
Rectangle
HollowRectangle
Line
Members
Constructors
Slot
Range
Link copied to clipboard
constructor
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
Types
Hollow
Rectangle
Link copied to clipboard
class
HollowRectangle
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
:
GuiSlotCompound.SlotRange
Line
Link copied to clipboard
class
Line
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
:
GuiSlotCompound.SlotRange
Rectangle
Link copied to clipboard
class
Rectangle
(
startSlot
:
GuiSlot
,
endSlot
:
GuiSlot
)
:
GuiSlotCompound.SlotRange
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
abstract
fun
withDimensions
(
dimensions
:
GuiDimensions
)
:
Collection
<
GuiSlot
>