LiquidBounce
Toggle table of contents
0.38.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.collection
Package-level
declarations
Types
Functions
Types
Expiring
List
Link copied to clipboard
class
ExpiringList
<
E
>
:
Collection
<
ExpiringList.TickedValue
<
E
>
>
Filter
Link copied to clipboard
enum
Filter
:
Tagged
,
Enum
<
Filter
>
Generic
Pools
Link copied to clipboard
class
GenericPools
This should only be used in render thread!
Lru
Cache
Link copied to clipboard
class
LruCache
<
K
,
V
>
(
maxSize
:
Int
)
:
LinkedHashMap
<
K
,
V
>
Pools
Link copied to clipboard
object
Pools
Functions
as
Comparator
Link copied to clipboard
fun
<
T
:
Any
>
Registry
<
T
>
.
asComparator
(
)
:
Comparator
<
T
>
block
Sorted
Set
Of
Link copied to clipboard
fun
blockSortedSetOf
(
)
:
SortedSet
<
Block
>
fun
blockSortedSetOf
(
vararg
blocks
:
Block
)
:
SortedSet
<
Block
>
get
Slot
Link copied to clipboard
fun
Filter
.
getSlot
(
blocks
:
Set
<
Block
>
,
offhand
:
Boolean
=
true
)
:
HotbarItemSlot
?
item
Sorted
Set
Of
Link copied to clipboard
fun
itemSortedSetOf
(
)
:
SortedSet
<
Item
>
fun
itemSortedSetOf
(
vararg
items
:
Item
)
:
SortedSet
<
Item
>