Uses of Class
net.minecraft.entity.mob.MobEntity
-
Uses of MobEntity in net.minecraft
Methods in net.minecraft with parameters of type MobEntity Modifier and Type Method Description protected void
class_6029. finishRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
class_6030. keepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
private Optional<Vec3d>
class_6030. method_35078(MobEntity mobEntity, Vec3d vec3d)
private Optional<Vec3d>
class_6030. method_35079(MobEntity mobEntity, Vec3d vec3d, int int2)
private boolean
class_6030. method_35080(MobEntity mobEntity, Vec3d vec3d, Vec3d vec3d2)
protected void
class_6029. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
class_6030. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
class_6029. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
class_6030. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
class_6030. shouldRun(ServerWorld serverWorld, MobEntity mobEntity)
-
Uses of MobEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type MobEntity Modifier and Type Class Description class
BipedEntityRenderer<T extends MobEntity,M extends BipedEntityModel<T>>
class
MobEntityRenderer<T extends MobEntity,M extends EntityModel<T>>
Methods in net.minecraft.client.render.entity that return types with arguments of type MobEntity Modifier and Type Method Description private static PiglinEntityModel<MobEntity>
PiglinEntityRenderer. getPiglinModel(EntityModelLoader modelLoader, EntityModelLayer layer, boolean zombie)
Methods in net.minecraft.client.render.entity with parameters of type MobEntity Modifier and Type Method Description Identifier
PiglinEntityRenderer. getTexture(MobEntity mobEntity)
protected boolean
PiglinEntityRenderer. isShaking(MobEntity mobEntity)
-
Uses of MobEntity in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type MobEntity Modifier and Type Class Description class
StrayOverlayFeatureRenderer<T extends MobEntity & RangedAttackMob,M extends EntityModel<T>>
-
Uses of MobEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type MobEntity Modifier and Type Class Description class
HoglinEntityModel<T extends MobEntity & Hoglin>
class
PiglinEntityModel<T extends MobEntity>
class
SkeletonEntityModel<T extends MobEntity & RangedAttackMob>
Methods in net.minecraft.client.render.entity.model with type parameters of type MobEntity Modifier and Type Method Description static <T extends MobEntity>
voidCrossbowPosing. meleeAttack(ModelPart leftArm, ModelPart rightArm, T actor, float swingProgress, float animationProgress)
-
Uses of MobEntity in net.minecraft.entity
Methods in net.minecraft.entity with type parameters of type MobEntity Modifier and Type Method Description private static <T extends MobEntity>
voidSpawnRestriction. register(EntityType<T> type, SpawnRestriction.Location location, Heightmap.Type heightmapType, SpawnRestriction.SpawnPredicate<T> predicate)
Methods in net.minecraft.entity with parameters of type MobEntity Modifier and Type Method Description static void
Bucketable. copyDataFromNbt(MobEntity entity, NbtCompound nbt)
static void
Bucketable. copyDataToStack(MobEntity entity, ItemStack stack)
default boolean
ItemSteerable. travel(MobEntity entity, SaddledComponent saddledEntity, Vec3d movementInput)
-
Uses of MobEntity in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai with parameters of type MobEntity Modifier and Type Method Description static boolean
NavigationConditions. hasMobNavigation(MobEntity entity)
-
Uses of MobEntity in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type MobEntity Modifier and Type Field Description static MemoryModuleType<MobEntity>
MemoryModuleType. NEAREST_VISIBLE_NEMESIS
-
Uses of MobEntity in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor with parameters of type MobEntity Modifier and Type Method Description protected void
NearestBedSensor. sense(ServerWorld serverWorld, MobEntity mobEntity)
protected void
NearestItemsSensor. sense(ServerWorld serverWorld, MobEntity mobEntity)
-
Uses of MobEntity in net.minecraft.entity.ai.brain.task
Classes in net.minecraft.entity.ai.brain.task with type parameters of type MobEntity Modifier and Type Class Description class
AttackTask<E extends MobEntity>
class
CrossbowAttackTask<E extends MobEntity & CrossbowUser,T extends LivingEntity>
class
ForgetAngryAtTargetTask<E extends MobEntity>
class
ForgetAttackTargetTask<E extends MobEntity>
class
GoToCelebrateTask<E extends MobEntity>
class
MemoryTransferTask<E extends MobEntity,T>
class
UpdateAttackTargetTask<E extends MobEntity>
Methods in net.minecraft.entity.ai.brain.task with parameters of type MobEntity Modifier and Type Method Description protected void
JumpInBedTask. finishRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
LookAroundTask. finishRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
WanderAroundTask. finishRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
private static BlockPos
GoToCelebrateTask. fuzz(MobEntity mob, BlockPos pos)
private LivingEntity
MeleeAttackTask. getAttackTarget(MobEntity entity)
private static BlockPos
GoToCelebrateTask. getCelebrateLocation(MobEntity entity)
private Optional<BlockPos>
JumpInBedTask. getNearestBed(MobEntity mob)
private boolean
WanderAroundTask. hasFinishedPath(MobEntity entity, WalkTarget walkTarget, long time)
private boolean
WanderAroundTask. hasReached(MobEntity entity, WalkTarget walkTarget)
private boolean
JumpInBedTask. isAboveBed(ServerWorld world, MobEntity mob)
private boolean
JumpInBedTask. isBedGoneTooLong(ServerWorld world, MobEntity mob)
private boolean
JumpInBedTask. isDoneJumping(ServerWorld world, MobEntity mob)
private boolean
MeleeAttackTask. isHoldingUsableRangedWeapon(MobEntity entity)
private boolean
JumpInBedTask. isOnBed(ServerWorld world, MobEntity mob)
protected void
JumpInBedTask. keepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
LookAroundTask. keepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
StayAboveWaterTask. keepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
WanderAroundTask. keepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
static boolean
LookTargetUtil. method_25940(MobEntity mobEntity, LivingEntity livingEntity, int int2)
static boolean
LookTargetUtil. method_25941(MobEntity mobEntity, LivingEntity livingEntity)
protected void
GoToCelebrateTask. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
JumpInBedTask. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
MeleeAttackTask. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
RangedApproachTask. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected void
WanderAroundTask. run(ServerWorld serverWorld, MobEntity mobEntity, long long2)
private void
CrossbowAttackTask. setLookTarget(MobEntity entity, LivingEntity target)
private void
JumpInBedTask. setWalkTarget(MobEntity mob, BlockPos pos)
protected boolean
JumpInBedTask. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
LookAroundTask. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
StayAboveWaterTask. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
WanderAroundTask. shouldKeepRunning(ServerWorld serverWorld, MobEntity mobEntity, long long2)
protected boolean
JumpInBedTask. shouldRun(ServerWorld serverWorld, MobEntity mobEntity)
protected boolean
MeleeAttackTask. shouldRun(ServerWorld serverWorld, MobEntity mobEntity)
protected boolean
StayAboveWaterTask. shouldRun(ServerWorld serverWorld, MobEntity mobEntity)
protected boolean
WanderAroundTask. shouldRun(ServerWorld serverWorld, MobEntity mobEntity)
private boolean
JumpInBedTask. shouldStartJumping(ServerWorld world, MobEntity mob)
-
Uses of MobEntity in net.minecraft.entity.ai.control
Fields in net.minecraft.entity.ai.control declared as MobEntity Modifier and Type Field Description private MobEntity
BodyControl. entity
private MobEntity
JumpControl. entity
protected MobEntity
LookControl. entity
protected MobEntity
MoveControl. entity
Constructors in net.minecraft.entity.ai.control with parameters of type MobEntity Constructor Description AquaticLookControl(MobEntity entity, int maxYawDifference)
AquaticMoveControl(MobEntity entity, int int2, int int3, float float2, float float3, boolean bool)
BodyControl(MobEntity entity)
FlightMoveControl(MobEntity entity, int maxPitchChange, boolean noGravity)
JumpControl(MobEntity entity)
LookControl(MobEntity entity)
MoveControl(MobEntity entity)
-
Uses of MobEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type MobEntity Modifier and Type Class Description class
HoldInHandsGoal<T extends MobEntity>
class
UniversalAngerGoal<T extends MobEntity & Angerable>
Fields in net.minecraft.entity.ai.goal declared as MobEntity Modifier and Type Field Description private T
HoldInHandsGoal. actor
private MobEntity
AttackGoal. mob
protected MobEntity
DoorInteractGoal. mob
private MobEntity
EatGrassGoal. mob
private MobEntity
FollowMobGoal. mob
private MobEntity
LookAroundGoal. mob
protected MobEntity
LookAtEntityGoal. mob
private MobEntity
PounceAtTargetGoal. mob
private MobEntity
ProjectileAttackGoal. mob
private MobEntity
SwimGoal. mob
protected MobEntity
TrackTargetGoal. mob
private T
UniversalAngerGoal. mob
private MobEntity
StepAndDestroyBlockGoal. stepAndDestroyMob
private MobEntity
FollowMobGoal. target
Fields in net.minecraft.entity.ai.goal with type parameters of type MobEntity Modifier and Type Field Description private Predicate<MobEntity>
FollowMobGoal. targetPredicate
Methods in net.minecraft.entity.ai.goal that return types with arguments of type MobEntity Modifier and Type Method Description private List<? extends MobEntity>
UniversalAngerGoal. getOthersInRange()
Methods in net.minecraft.entity.ai.goal with parameters of type MobEntity Modifier and Type Method Description protected void
RevengeGoal. setMobEntityTarget(MobEntity mob, LivingEntity target)
Constructors in net.minecraft.entity.ai.goal with parameters of type MobEntity Constructor Description AttackGoal(MobEntity mob)
BreakDoorGoal(MobEntity mob, int maxProgress, Predicate<Difficulty> difficultySufficientPredicate)
BreakDoorGoal(MobEntity mob, Predicate<Difficulty> difficultySufficientPredicate)
DoorInteractGoal(MobEntity mob)
EatGrassGoal(MobEntity mob)
FollowMobGoal(MobEntity mob, double speed, float minDistance, float maxDistance)
FollowTargetGoal(MobEntity mob, Class<T> targetClass, boolean checkVisibility)
FollowTargetGoal(MobEntity mob, Class<T> targetClass, boolean checkVisibility, boolean checkCanNavigate)
FollowTargetGoal(MobEntity mob, Class<T> targetClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable Predicate<LivingEntity> targetPredicate)
LongDoorInteractGoal(MobEntity mob, boolean delayedClose)
LookAroundGoal(MobEntity mob)
LookAtEntityGoal(MobEntity mob, Class<? extends LivingEntity> targetType, float range)
LookAtEntityGoal(MobEntity mob, Class<? extends LivingEntity> targetType, float range, float chance)
PounceAtTargetGoal(MobEntity mob, float velocity)
StopAndLookAtEntityGoal(MobEntity mob, Class<? extends LivingEntity> targetType, float range)
StopAndLookAtEntityGoal(MobEntity mob, Class<? extends LivingEntity> targetType, float range, float chance)
SwimGoal(MobEntity mob)
TrackTargetGoal(MobEntity mob, boolean checkVisibility)
TrackTargetGoal(MobEntity mob, boolean checkVisibility, boolean checkNavigable)
-
Uses of MobEntity in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as MobEntity Modifier and Type Field Description protected MobEntity
EntityNavigation. entity
protected MobEntity
PathNodeMaker. entity
Methods in net.minecraft.entity.ai.pathing with parameters of type MobEntity Modifier and Type Method Description @Nullable Path
PathNodeNavigator. findPathToAny(ChunkCache world, MobEntity mob, Set<BlockPos> positions, float followRange, int distance, float rangeMultiplier)
PathNodeType
BirdPathNodeMaker. getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
private PathNodeType
LandPathNodeMaker. getNodeType(MobEntity entity, int x, int y, int z)
private PathNodeType
LandPathNodeMaker. getNodeType(MobEntity entity, BlockPos pos)
PathNodeType
LandPathNodeMaker. getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
abstract PathNodeType
PathNodeMaker. getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
PathNodeType
WaterPathNodeMaker. getNodeType(BlockView world, int x, int y, int z, MobEntity mob, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors)
void
AmphibiousPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
BirdPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
LandPathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
void
PathNodeMaker. init(ChunkCache cachedWorld, MobEntity entity)
Constructors in net.minecraft.entity.ai.pathing with parameters of type MobEntity Constructor Description BirdNavigation(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 Modifier and Type Class Description class
WitherEntity
-
Uses of MobEntity in net.minecraft.entity.boss.dragon
Subclasses of MobEntity in net.minecraft.entity.boss.dragon Modifier and Type Class Description class
EnderDragonEntity
-
Uses of MobEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as MobEntity Modifier and Type Field Description private MobEntity
MobVisibilityCache. owner
private MobEntity
VexEntity. owner
Methods in net.minecraft.entity.mob with type parameters of type MobEntity Modifier and Type Method Description <T extends MobEntity>
TMobEntity. convertTo(EntityType<T> entityType, boolean keepEquipment)
Converts this entity to the providedentityType
.Methods in net.minecraft.entity.mob that return MobEntity Modifier and Type Method Description MobEntity
VexEntity. getOwner()
Methods in net.minecraft.entity.mob with parameters of type MobEntity Modifier and Type Method Description protected void
MobEntity. onPlayerSpawnedChild(PlayerEntity player, MobEntity child)
void
VexEntity. setOwner(MobEntity owner)
Method parameters in net.minecraft.entity.mob with type arguments of type MobEntity Modifier and Type Method Description static boolean
MobEntity. canMobSpawn(EntityType<? extends MobEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.mob with parameters of type MobEntity Constructor Description BreakDoorGoal(MobEntity mob)
MobVisibilityCache(MobEntity owner)
Navigation(MobEntity mob, World world)
PhantomBodyControl(MobEntity entity)
PhantomLookControl(MobEntity entity)
PhantomMoveControl(MobEntity owner)
ShulkerBodyControl(MobEntity entity)
Constructor parameters in net.minecraft.entity.mob with type arguments of type MobEntity Constructor Description MobEntity(EntityType<? extends MobEntity> type, World world)
-
Uses of MobEntity in net.minecraft.entity.passive
Subclasses of MobEntity in net.minecraft.entity.passive Modifier and Type Class Description class
AbstractDonkeyEntity
class
AnimalEntity
class
AxolotlEntity
class
BatEntity
class
BeeEntity
class
CatEntity
Meow.class
ChickenEntity
class
CodEntity
class
CowEntity
class
DolphinEntity
class
DonkeyEntity
class
FishEntity
class
FoxEntity
class
GlowSquidEntity
class
GoatEntity
class
GolemEntity
class
HorseBaseEntity
class
HorseEntity
class
IronGolemEntity
class
LlamaEntity
class
MerchantEntity
class
MooshroomEntity
class
MuleEntity
class
OcelotEntity
class
PandaEntity
class
ParrotEntity
class
PassiveEntity
class
PigEntity
class
PolarBearEntity
class
PufferfishEntity
class
RabbitEntity
class
SalmonEntity
class
SchoolingFishEntity
class
SheepEntity
class
SnowGolemEntity
class
SquidEntity
class
StriderEntity
class
TameableEntity
class
TameableShoulderEntity
class
TraderLlamaEntity
class
TropicalFishEntity
class
TurtleEntity
class
VillagerEntity
class
WanderingTraderEntity
class
WolfEntity
Fields in net.minecraft.entity.passive with type parameters of type MobEntity Modifier and Type Field Description private static Predicate<MobEntity>
ParrotEntity. CAN_IMITATE
Methods in net.minecraft.entity.passive with parameters of type MobEntity Modifier and Type Method Description private EntityData
StriderEntity. method_30336(ServerWorldAccess serverWorldAccess, LocalDifficulty localDifficulty, MobEntity mobEntity, @Nullable EntityData entityData)
protected void
FoxEntity. onPlayerSpawnedChild(PlayerEntity player, MobEntity child)
protected void
BeeEntity.BeeRevengeGoal. setMobEntityTarget(MobEntity mob, LivingEntity target)
protected void
PandaEntity.PandaRevengeGoal. setMobEntityTarget(MobEntity mob, LivingEntity target)
protected void
PolarBearEntity.PolarBearRevengeGoal. setMobEntityTarget(MobEntity mob, LivingEntity target)
private void
PufferfishEntity. sting(MobEntity mob)
Constructors in net.minecraft.entity.passive with parameters of type MobEntity Constructor Description BeeLookControl(MobEntity entity)
LookAtEntityGoal(MobEntity fox, Class<? extends LivingEntity> targetType, float range)
-
Uses of MobEntity in net.minecraft.entity.raid
Subclasses of MobEntity in net.minecraft.entity.raid Modifier and Type Class Description class
RaiderEntity
-
Uses of MobEntity in net.minecraft.item
Fields in net.minecraft.item with type parameters of type MobEntity Modifier and Type Field Description private static Map<EntityType<? extends MobEntity>,SpawnEggItem>
SpawnEggItem. SPAWN_EGGS
Methods in net.minecraft.item that return types with arguments of type MobEntity Modifier and Type Method Description Optional<MobEntity>
SpawnEggItem. spawnBaby(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack)
Methods in net.minecraft.item with parameters of type MobEntity Modifier and Type Method Description Optional<MobEntity>
SpawnEggItem. spawnBaby(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack)
Method parameters in net.minecraft.item with type arguments of type MobEntity Modifier and Type Method Description Optional<MobEntity>
SpawnEggItem. spawnBaby(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack)
Constructor parameters in net.minecraft.item with type arguments of type MobEntity Constructor Description SpawnEggItem(EntityType<? extends MobEntity> type, int primaryColor, int secondaryColor, Item.Settings settings)
-
Uses of MobEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type MobEntity Modifier and Type Method Description static void
DebugInfoSender. sendGoalSelector(World world, MobEntity mob, GoalSelector goalSelector)
static void
DebugInfoSender. sendPathfindingData(World world, MobEntity mob, @Nullable Path path, float nodeReachProximity)
-
Uses of MobEntity in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type MobEntity Modifier and Type Field Description private Set<MobEntity>
ServerWorld. loadedMobs
-
Uses of MobEntity in net.minecraft.test
Methods in net.minecraft.test with type parameters of type MobEntity Modifier and Type Method Description <E extends MobEntity>
EStartupParameter. method_36006(EntityType<E> entityType, float float2, float float3, float float4)
<E extends MobEntity>
EStartupParameter. method_36007(EntityType<E> entityType, int int2, int int3, int int4)
<E extends MobEntity>
EStartupParameter. method_36008(EntityType<E> entityType, Vec3d vec3d)
<E extends MobEntity>
EStartupParameter. method_36009(EntityType<E> entityType, BlockPos blockPos)
Methods in net.minecraft.test with parameters of type MobEntity Modifier and Type Method Description TimedTaskRunner
StartupParameter. method_35967(MobEntity mobEntity, BlockPos blockPos, float float2)
-
Uses of MobEntity in net.minecraft.world
Methods in net.minecraft.world that return MobEntity Modifier and Type Method Description private static @Nullable MobEntity
SpawnHelper. createMob(ServerWorld world, EntityType<?> type)
Methods in net.minecraft.world with parameters of type MobEntity Modifier and Type Method Description private static boolean
SpawnHelper. isValidSpawn(ServerWorld world, MobEntity entity, double squaredDistance)
private void
SpawnHelper.Info. run(MobEntity entity, Chunk chunk)
void
SpawnHelper.Runner. run(MobEntity entity, Chunk chunk)