Uses of Interface
net.minecraft.entity.ai.RangedAttackMob
Packages that use RangedAttackMob
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of RangedAttackMob in net.minecraft.entitySubinterfaces of RangedAttackMob in net.minecraft.entity
- 
Uses of RangedAttackMob in net.minecraft.entity.ai.goalClasses in net.minecraft.entity.ai.goal with type parameters of type RangedAttackMobModifier and TypeClassDescriptionclassBowAttackGoal<T extends HostileEntity & RangedAttackMob>classCrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>Fields in net.minecraft.entity.ai.goal declared as RangedAttackMobConstructors in net.minecraft.entity.ai.goal with parameters of type RangedAttackMobModifierConstructorDescriptionProjectileAttackGoal(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.bossClasses in net.minecraft.entity.boss that implement RangedAttackMob
- 
Uses of RangedAttackMob in net.minecraft.entity.mobClasses in net.minecraft.entity.mob that implement RangedAttackMobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassConstructors in net.minecraft.entity.mob with parameters of type RangedAttackMobModifierConstructorDescriptionTridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) 
- 
Uses of RangedAttackMob in net.minecraft.entity.passiveClasses in net.minecraft.entity.passive that implement RangedAttackMob