Uses of Interface
net.minecraft.entity.IRangedAttackMob
-
-
Uses of IRangedAttackMob in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type IRangedAttackMob Modifier and Type Class Description class
StayClothingLayer<T extends MobEntity & IRangedAttackMob,M extends EntityModel<T>>
-
Uses of IRangedAttackMob in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type IRangedAttackMob Modifier and Type Class Description class
SkeletonModel<T extends MobEntity & IRangedAttackMob>
-
Uses of IRangedAttackMob in net.minecraft.entity
Subinterfaces of IRangedAttackMob in net.minecraft.entity Modifier and Type Interface Description interface
ICrossbowUser
-
Uses of IRangedAttackMob in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type IRangedAttackMob Modifier and Type Class Description class
RangedBowAttackGoal<T extends MonsterEntity & IRangedAttackMob>
class
RangedCrossbowAttackGoal<T extends MonsterEntity & IRangedAttackMob & ICrossbowUser>
Fields in net.minecraft.entity.ai.goal declared as IRangedAttackMob Modifier and Type Field Description private IRangedAttackMob
RangedAttackGoal. rangedAttackMob
Constructors in net.minecraft.entity.ai.goal with parameters of type IRangedAttackMob Constructor Description RangedAttackGoal(IRangedAttackMob p_i1649_1_, double p_i1649_2_, int p_i1649_4_, float p_i1649_5_)
RangedAttackGoal(IRangedAttackMob p_i1650_1_, double p_i1650_2_, int p_i1650_4_, int p_i1650_5_, float p_i1650_6_)
-
Uses of IRangedAttackMob in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement IRangedAttackMob Modifier and Type Class Description class
WitherEntity
-
Uses of IRangedAttackMob in net.minecraft.entity.monster
Classes in net.minecraft.entity.monster that implement IRangedAttackMob Modifier and Type Class Description class
AbstractSkeletonEntity
class
DrownedEntity
class
IllusionerEntity
class
PillagerEntity
class
SkeletonEntity
class
StrayEntity
class
WitchEntity
class
WitherSkeletonEntity
Constructors in net.minecraft.entity.monster with parameters of type IRangedAttackMob Constructor Description TridentAttackGoal(IRangedAttackMob p_i48907_1_, double p_i48907_2_, int p_i48907_4_, float p_i48907_5_)
-
Uses of IRangedAttackMob in net.minecraft.entity.monster.piglin
Classes in net.minecraft.entity.monster.piglin that implement IRangedAttackMob Modifier and Type Class Description class
PiglinEntity
-
Uses of IRangedAttackMob in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement IRangedAttackMob Modifier and Type Class Description class
SnowGolemEntity
-
Uses of IRangedAttackMob in net.minecraft.entity.passive.horse
Classes in net.minecraft.entity.passive.horse that implement IRangedAttackMob Modifier and Type Class Description class
LlamaEntity
class
TraderLlamaEntity
-