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 classStayClothingLayer<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 classSkeletonModel<T extends MobEntity & IRangedAttackMob> -
Uses of IRangedAttackMob in net.minecraft.entity
Subinterfaces of IRangedAttackMob in net.minecraft.entity Modifier and Type Interface Description interfaceICrossbowUser -
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 classRangedBowAttackGoal<T extends MonsterEntity & IRangedAttackMob>classRangedCrossbowAttackGoal<T extends MonsterEntity & IRangedAttackMob & ICrossbowUser>Fields in net.minecraft.entity.ai.goal declared as IRangedAttackMob Modifier and Type Field Description private IRangedAttackMobRangedAttackGoal. rangedAttackMobConstructors 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 classWitherEntity -
Uses of IRangedAttackMob in net.minecraft.entity.monster
Classes in net.minecraft.entity.monster that implement IRangedAttackMob Modifier and Type Class Description classAbstractSkeletonEntityclassDrownedEntityclassIllusionerEntityclassPillagerEntityclassSkeletonEntityclassStrayEntityclassWitchEntityclassWitherSkeletonEntityConstructors 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 classPiglinEntity -
Uses of IRangedAttackMob in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement IRangedAttackMob Modifier and Type Class Description classSnowGolemEntity -
Uses of IRangedAttackMob in net.minecraft.entity.passive.horse
Classes in net.minecraft.entity.passive.horse that implement IRangedAttackMob Modifier and Type Class Description classLlamaEntityclassTraderLlamaEntity
-