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.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type RangedAttackMobModifier and TypeClassDescriptionclass
SkeletonOverlayFeatureRenderer<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 RangedAttackMobModifier and TypeClassDescriptionclass
SkeletonEntityModel<T extends MobEntity & RangedAttackMob>
-
Uses of RangedAttackMob in net.minecraft.entity
Subinterfaces of RangedAttackMob in net.minecraft.entity -
Uses of RangedAttackMob in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type RangedAttackMobModifier and TypeClassDescriptionclass
BowAttackGoal<T extends HostileEntity & RangedAttackMob>
class
CrossbowAttackGoal<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.boss
Classes in net.minecraft.entity.boss that implement RangedAttackMob -
Uses of RangedAttackMob in net.minecraft.entity.mob
Classes in net.minecraft.entity.mob that implement RangedAttackMobModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Constructors 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.passive
Classes in net.minecraft.entity.passive that implement RangedAttackMob