Uses of Class
net.minecraft.entity.mob.MobEntity
Packages that use MobEntity
Package
Description
-
Uses of MobEntity in net.minecraft
Subclasses of MobEntity in net.minecraftModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.minecraft with parameters of type MobEntityModifier and TypeMethodDescriptionclass_3250.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) voidclass_3250.method_11915(BlockView blockView, MobEntity mobEntity) private LandTypeclass_3250.method_14444(MobEntity mobEntity, int int2, int int3, int int4) private LandTypeclass_3250.method_14445(MobEntity mobEntity, BlockPos blockPos) Constructors in net.minecraft with parameters of type MobEntity -
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.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity declared as MobEntityFields in net.minecraft.entity with type parameters of type MobEntityMethods in net.minecraft.entity that return MobEntityMethods in net.minecraft.entity with parameters of type MobEntity -
Uses of MobEntity in net.minecraft.entity.ai.control
Fields in net.minecraft.entity.ai.control declared as MobEntityModifier and TypeFieldDescriptionprivate final MobEntityLookControl.entityprotected final MobEntityMoveControl.entityprivate final 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.entityprivate final MobEntityclass_3373.field_16525private MobEntityclass_3373.field_16527protected MobEntityDoorInteractGoal.mobprivate final MobEntityEatGrassGoal.mobprivate final MobEntityFindNearestEntityGoal.mobprivate final MobEntityFindPlayerGoal.mobprivate final MobEntityLookAroundGoal.mobprotected MobEntityLookAtEntityGoal.mob(package private) MobEntityPounceAtTargetGoal.mobprivate final MobEntitySwimGoal.mobFields in net.minecraft.entity.ai.goal with type parameters of type MobEntityMethods 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) class_3373(MobEntity mobEntity, double double2, float float2, float float3) 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) 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 MobEntityModifier and TypeFieldDescriptionprotected MobEntityclass_2771.field_13076protected MobEntityEntityNavigation.mobMethods in net.minecraft.entity.ai.pathing with parameters of type MobEntityModifier and TypeMethodDescriptionabstract LandTypeclass_2771.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) LandPathNodeMaker.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) WaterPathNodeMaker.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) voidclass_2771.method_11915(BlockView blockView, MobEntity mobEntity) voidLandPathNodeMaker.method_11915(BlockView blockView, MobEntity mobEntity) private PathMinHeapPathNodeNavigator.method_11939(BlockView blockView, MobEntity mobEntity, double double2, double double3, double double4, float float2) PathNodeNavigator.method_11940(BlockView blockView, MobEntity mobEntity, BlockPos blockPos, float float2) PathNodeNavigator.method_11941(BlockView blockView, MobEntity mobEntity, Entity entity, float float2) private LandTypeLandPathNodeMaker.method_11947(MobEntity mobEntity, int int2, int int3, int int4) private LandTypeLandPathNodeMaker.method_11948(MobEntity mobEntity, BlockPos blockPos) Constructors in net.minecraft.entity.ai.pathing with parameters of type MobEntityModifierConstructorDescriptionclass_3383(MobEntity mob, World world) EntityNavigation(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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields 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)