Uses of Interface
net.minecraft.entity.ai.RangedAttackMob
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of RangedAttackMob in net.minecraft.entity
-
Uses of RangedAttackMob in net.minecraft.entity.ai.goal
Modifier and TypeClassDescriptionclass
BowAttackGoal<T extends HostileEntity & RangedAttackMob>
class
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>
ModifierConstructorDescriptionProjectileAttackGoal
(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
-
Uses of RangedAttackMob in net.minecraft.entity.mob
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
ModifierConstructorDescriptionTridentAttackGoal
(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) -
Uses of RangedAttackMob in net.minecraft.entity.passive