Uses of Class
net.minecraft.item.ShootableItem
-
Packages that use ShootableItem Package Description net.minecraft.entity net.minecraft.entity.monster net.minecraft.entity.monster.piglin net.minecraft.item -
-
Uses of ShootableItem in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ShootableItem Modifier and Type Method Description boolean
MobEntity. canFireProjectileWeapon(ShootableItem p_230280_1_)
-
Uses of ShootableItem in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ShootableItem Modifier and Type Method Description boolean
AbstractSkeletonEntity. canFireProjectileWeapon(ShootableItem p_230280_1_)
boolean
PillagerEntity. canFireProjectileWeapon(ShootableItem p_230280_1_)
-
Uses of ShootableItem in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type ShootableItem Modifier and Type Method Description boolean
PiglinEntity. canFireProjectileWeapon(ShootableItem p_230280_1_)
-
Uses of ShootableItem in net.minecraft.item
Subclasses of ShootableItem in net.minecraft.item Modifier and Type Class Description class
BowItem
class
CrossbowItem
-