Uses of Class
net.minecraft.entity.mob.MobEntity
Packages that use MobEntity
Package
Description
-
Uses of MobEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type MobEntityModifier and TypeClassDescriptionclassBipedEntityRenderer<T extends MobEntity>classMobEntityRenderer<T extends MobEntity> -
Uses of MobEntity in net.minecraft.entity
Subclasses of MobEntity in net.minecraft.entity -
Uses of MobEntity in net.minecraft.entity.ai.control
Fields in net.minecraft.entity.ai.control declared as MobEntityModifier and TypeFieldDescriptionprivate MobEntityLookControl.entityprotected MobEntityMoveControl.entityprivate MobEntityJumpControl.mobConstructors in net.minecraft.entity.ai.control with parameters of type MobEntityModifierConstructorDescriptionJumpControl(MobEntity mob) LookControl(MobEntity entity) MoveControl(MobEntity entity) -
Uses of MobEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as MobEntityModifier and TypeFieldDescription(package private) MobEntityAttackGoal.entityprivate final MobEntityProjectileAttackGoal.entityprotected MobEntityDoorInteractGoal.mobprivate MobEntityEatGrassGoal.mobprivate MobEntityFindNearestEntityGoal.mobprivate MobEntityFindPlayerGoal.mobprivate MobEntityLookAroundGoal.mobprotected MobEntityLookAtEntityGoal.mobprivate final MobEntityPlayerControlGoal.mob(package private) MobEntityPounceAtTargetGoal.mobprivate MobEntitySwimGoal.mobMethods in net.minecraft.entity.ai.goal with parameters of type MobEntityModifier and TypeMethodDescriptionstatic booleanTrackTargetGoal.method_11025(MobEntity mob, LivingEntity target, boolean bool, boolean bool2) Constructors in net.minecraft.entity.ai.goal with parameters of type MobEntityModifierConstructorDescriptionAttackGoal(MobEntity entity) BreakDoorGoal(MobEntity entity) DoorInteractGoal(MobEntity entity) EatGrassGoal(MobEntity mob) FindNearestEntityGoal(MobEntity mob, Class<? extends LivingEntity> targetClass) FindPlayerGoal(MobEntity mob) LongDoorInteractGoal(MobEntity mob, boolean delayedClose) LookAroundGoal(MobEntity mob) LookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range) LookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range, float chance) PlayerControlGoal(MobEntity mob, float speed) PounceAtTargetGoal(MobEntity mob, float speed) StopAndLookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range, float chance) -
Uses of MobEntity in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as MobEntityConstructors in net.minecraft.entity.ai.pathing with parameters of type MobEntityModifierConstructorDescriptionEntityNavigation(MobEntity mob, World world) MobNavigation(MobEntity mob, World world) SpiderNavigation(MobEntity mob, World world) SwimNavigation(MobEntity mob, World world) -
Uses of MobEntity in net.minecraft.entity.boss
Subclasses of MobEntity in net.minecraft.entity.boss -
Uses of MobEntity in net.minecraft.entity.boss.dragon
Subclasses of MobEntity in net.minecraft.entity.boss.dragon -
Uses of MobEntity in net.minecraft.entity.mob
Subclasses of MobEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob declared as MobEntityConstructors in net.minecraft.entity.mob with parameters of type MobEntity -
Uses of MobEntity in net.minecraft.entity.passive
Subclasses of MobEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of MobEntity in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type MobEntityConstructor parameters in net.minecraft.world.biome with type arguments of type MobEntityModifierConstructorDescriptionSpawnEntry(Class<? extends MobEntity> entity, int weight, int minGroupSize, int maxGroupSize)