Uses of Interface
net.minecraft.entity.ai.RangedAttackMob
-
Uses of RangedAttackMob in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type RangedAttackMob Modifier and Type Class Description classStrayOverlayFeatureRenderer<T extends MobEntity & RangedAttackMob,M extends EntityModel<T>> -
Uses of RangedAttackMob in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type RangedAttackMob Modifier and Type Class Description classSkeletonEntityModel<T extends MobEntity & RangedAttackMob> -
Uses of RangedAttackMob in net.minecraft.entity
Subinterfaces of RangedAttackMob in net.minecraft.entity Modifier and Type Interface Description interfaceCrossbowUser -
Uses of RangedAttackMob in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type RangedAttackMob Modifier and Type Class Description classBowAttackGoal<T extends HostileEntity & RangedAttackMob>classCrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>Fields in net.minecraft.entity.ai.goal declared as RangedAttackMob Modifier and Type Field Description private RangedAttackMobProjectileAttackGoal. ownerConstructors in net.minecraft.entity.ai.goal with parameters of type RangedAttackMob Constructor Description ProjectileAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange)ProjectileAttackGoal(RangedAttackMob mob, double mobSpeed, int minIntervalTicks, int maxIntervalTicks, float maxShootRange) -
Uses of RangedAttackMob in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement RangedAttackMob Modifier and Type Class Description classWitherEntity -
Uses of RangedAttackMob in net.minecraft.entity.mob
Classes in net.minecraft.entity.mob that implement RangedAttackMob Modifier and Type Class Description classAbstractSkeletonEntityclassDrownedEntityclassIllusionerEntityclassPiglinEntityclassPillagerEntityclassSkeletonEntityclassStrayEntityclassWitchEntityclassWitherSkeletonEntityConstructors in net.minecraft.entity.mob with parameters of type RangedAttackMob Constructor Description TridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) -
Uses of RangedAttackMob in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement RangedAttackMob Modifier and Type Class Description classLlamaEntityclassSnowGolemEntityclassTraderLlamaEntity