LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.item
/
WeaponType
/
SPEAR
SPEAR
SPEAR
Members
Properties
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
tag
Link copied to clipboard
open
override
val
tag
:
String
tag
Aliases
Link copied to clipboard
open
val
tagAliases
:
List
<
String
>
Functions
and
Link copied to clipboard
open
fun
and
(
other
:
Predicate
<
in
ItemStack
?
>
?
)
:
Predicate
<
ItemStack
?
>
?
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
ItemStack
?
>
?
or
Link copied to clipboard
open
fun
or
(
other
:
Predicate
<
in
ItemStack
?
>
?
)
:
Predicate
<
ItemStack
?
>
?
test
Link copied to clipboard
open
override
fun
test
(
p0
:
ItemStack
)
:
Boolean