Uses of Class
net.minecraft.entity.MobEntity
-
-
Uses of MobEntity in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type MobEntity Modifier and Type Class Description class
BipedRenderer<T extends MobEntity,M extends BipedModel<T>>
class
MobRenderer<T extends MobEntity,M extends EntityModel<T>>
Methods in net.minecraft.client.renderer.entity that return types with arguments of type MobEntity Modifier and Type Method Description private static PiglinModel<MobEntity>
PiglinRenderer. createModel(boolean p_239395_0_)
Methods in net.minecraft.client.renderer.entity with parameters of type MobEntity Modifier and Type Method Description ResourceLocation
PiglinRenderer. getTextureLocation(MobEntity p_110775_1_)
protected boolean
PiglinRenderer. isShaking(MobEntity p_230495_1_)
-
Uses of MobEntity in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type MobEntity Modifier and Type Class Description class
StayClothingLayer<T extends MobEntity & IRangedAttackMob,M extends EntityModel<T>>
-
Uses of MobEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type MobEntity Modifier and Type Class Description class
BoarModel<T extends MobEntity & IFlinging>
class
PiglinModel<T extends MobEntity>
class
SkeletonModel<T extends MobEntity & IRangedAttackMob>
-
Uses of MobEntity in net.minecraft.client.renderer.model
Methods in net.minecraft.client.renderer.model with type parameters of type MobEntity Modifier and Type Method Description static <T extends MobEntity>
voidModelHelper. swingWeaponDown(ModelRenderer p_239103_0_, ModelRenderer p_239103_1_, T p_239103_2_, float p_239103_3_, float p_239103_4_)
-
Uses of MobEntity in net.minecraft.entity
Subclasses of MobEntity in net.minecraft.entity Modifier and Type Class Description class
AgeableEntity
class
CreatureEntity
class
FlyingEntity
Methods in net.minecraft.entity with type parameters of type MobEntity Modifier and Type Method Description <T extends MobEntity>
TMobEntity. convertTo(EntityType<T> p_233656_1_, boolean p_233656_2_)
static <T extends MobEntity>
voidEntitySpawnPlacementRegistry. register(EntityType<T> p_209343_0_, EntitySpawnPlacementRegistry.PlacementType p_209343_1_, Heightmap.Type p_209343_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<T> p_209343_3_)
Methods in net.minecraft.entity with parameters of type MobEntity Modifier and Type Method Description protected void
MobEntity. onOffspringSpawnedFromEgg(PlayerEntity p_213406_1_, MobEntity p_213406_2_)
default boolean
IRideable. travel(MobEntity p_233622_1_, BoostHelper p_233622_2_, Vector3d p_233622_3_)
Method parameters in net.minecraft.entity with type arguments of type MobEntity Modifier and Type Method Description static boolean
MobEntity. checkMobSpawnRules(EntityType<? extends MobEntity> p_223315_0_, IWorld p_223315_1_, SpawnReason p_223315_2_, BlockPos p_223315_3_, java.util.Random p_223315_4_)
static EntitySpawnPlacementRegistry.PlacementType
EntitySpawnPlacementRegistry.PlacementType. create(java.lang.String name, TriPredicate<IWorldReader,BlockPos,EntityType<? extends MobEntity>> predicate)
Constructor parameters in net.minecraft.entity with type arguments of type MobEntity Constructor Description MobEntity(EntityType<? extends MobEntity> p_i48576_1_, World p_i48576_2_)
-
Uses of MobEntity in net.minecraft.entity.ai
Fields in net.minecraft.entity.ai declared as MobEntity Modifier and Type Field Description private MobEntity
EntitySenses. mob
Constructors in net.minecraft.entity.ai with parameters of type MobEntity Constructor Description EntitySenses(MobEntity p_i1672_1_)
-
Uses of MobEntity in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain with parameters of type MobEntity Modifier and Type Method Description static boolean
BrainUtil. isWithinAttackRange(MobEntity p_233869_0_, LivingEntity p_233869_1_, int p_233869_2_)
-
Uses of MobEntity in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory 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. doTick(ServerWorld p_212872_1_, MobEntity p_212872_2_)
protected void
WantedItemsSensor. doTick(ServerWorld p_212872_1_, MobEntity p_212872_2_)
-
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
AttackStrafingTask<E extends MobEntity>
class
FindNewAttackTargetTask<E extends MobEntity>
class
ForgetAttackTargetTask<E extends MobEntity>
class
GetAngryTask<E extends MobEntity>
class
HuntCelebrationTask<E extends MobEntity>
class
PiglinIdleActivityTask<E extends MobEntity,T>
class
ShootTargetTask<E extends MobEntity & ICrossbowUser,T extends LivingEntity>
Methods in net.minecraft.entity.ai.brain.task with parameters of type MobEntity Modifier and Type Method Description protected boolean
JumpOnBedTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)
protected boolean
LookTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)
protected boolean
SwimTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)
protected boolean
WalkToTargetTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)
protected boolean
AttackTargetTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)
protected boolean
JumpOnBedTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)
protected boolean
SwimTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)
protected boolean
WalkToTargetTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)
private LivingEntity
AttackTargetTask. getAttackTarget(MobEntity p_233923_1_)
private static BlockPos
HuntCelebrationTask. getCelebrateLocation(MobEntity p_233899_0_)
private static BlockPos
HuntCelebrationTask. getNearbyPos(MobEntity p_233900_0_, BlockPos p_233900_1_)
private java.util.Optional<BlockPos>
JumpOnBedTask. getNearestBed(MobEntity p_220463_1_)
private boolean
AttackTargetTask. isHoldingUsableProjectileWeapon(MobEntity p_233921_1_)
private void
ShootTargetTask. lookAtTarget(MobEntity p_233889_1_, LivingEntity p_233889_2_)
private boolean
JumpOnBedTask. nearBed(ServerWorld p_220469_1_, MobEntity p_220469_2_)
private boolean
JumpOnBedTask. onBedSurface(ServerWorld p_220465_1_, MobEntity p_220465_2_)
private boolean
JumpOnBedTask. onOrOverBed(ServerWorld p_220468_1_, MobEntity p_220468_2_)
private boolean
WalkToTargetTask. reachedTarget(MobEntity p_220486_1_, WalkTarget p_220486_2_)
protected void
AttackTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)
protected void
HuntCelebrationTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)
protected void
JumpOnBedTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)
protected void
MoveToTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)
protected void
WalkToTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)
private void
JumpOnBedTask. startWalkingTowardsBed(MobEntity p_220467_1_, BlockPos p_220467_2_)
protected void
JumpOnBedTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)
protected void
LookTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)
protected void
WalkToTargetTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)
protected void
JumpOnBedTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)
protected void
LookTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)
protected void
SwimTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)
protected void
WalkToTargetTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)
private boolean
JumpOnBedTask. tiredOfJumping(ServerWorld p_220462_1_, MobEntity p_220462_2_)
private boolean
JumpOnBedTask. tiredOfWalking(ServerWorld p_220464_1_, MobEntity p_220464_2_)
private boolean
WalkToTargetTask. tryComputePath(MobEntity p_220487_1_, WalkTarget p_220487_2_, long p_220487_3_)
-
Uses of MobEntity in net.minecraft.entity.ai.controller
Fields in net.minecraft.entity.ai.controller declared as MobEntity Modifier and Type Field Description private MobEntity
BodyController. mob
private MobEntity
JumpController. mob
protected MobEntity
LookController. mob
protected MobEntity
MovementController. mob
Constructors in net.minecraft.entity.ai.controller with parameters of type MobEntity Constructor Description BodyController(MobEntity p_i50334_1_)
DolphinLookController(MobEntity p_i48942_1_, int p_i48942_2_)
FlyingMovementController(MobEntity p_i225710_1_, int p_i225710_2_, boolean p_i225710_3_)
JumpController(MobEntity p_i1612_1_)
LookController(MobEntity p_i1613_1_)
MovementController(MobEntity p_i1614_1_)
-
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
ResetAngerGoal<T extends MobEntity & IAngerable>
class
UseItemGoal<T extends MobEntity>
Fields in net.minecraft.entity.ai.goal declared as MobEntity Modifier and Type Field Description private MobEntity
FollowMobGoal. followingMob
private MobEntity
EatGrassGoal. mob
private MobEntity
FollowMobGoal. mob
protected MobEntity
InteractDoorGoal. mob
private MobEntity
LeapAtTargetGoal. mob
protected MobEntity
LookAtGoal. mob
private MobEntity
LookRandomlyGoal. mob
private MobEntity
OcelotAttackGoal. mob
private MobEntity
RangedAttackGoal. mob
private T
ResetAngerGoal. mob
private MobEntity
SwimGoal. mob
protected MobEntity
TargetGoal. mob
private T
UseItemGoal. mob
private MobEntity
BreakBlockGoal. removerMob
Fields in net.minecraft.entity.ai.goal with type parameters of type MobEntity Modifier and Type Field Description private java.util.function.Predicate<MobEntity>
FollowMobGoal. followPredicate
Methods in net.minecraft.entity.ai.goal that return types with arguments of type MobEntity Modifier and Type Method Description private java.util.List<MobEntity>
ResetAngerGoal. getNearbyMobsOfSameType()
Methods in net.minecraft.entity.ai.goal with parameters of type MobEntity Modifier and Type Method Description protected void
HurtByTargetGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)
Constructors in net.minecraft.entity.ai.goal with parameters of type MobEntity Constructor Description BreakDoorGoal(MobEntity p_i50333_1_, int p_i50333_2_, java.util.function.Predicate<Difficulty> p_i50333_3_)
BreakDoorGoal(MobEntity p_i50332_1_, java.util.function.Predicate<Difficulty> p_i50332_2_)
EatGrassGoal(MobEntity p_i45314_1_)
FollowMobGoal(MobEntity p_i47417_1_, double p_i47417_2_, float p_i47417_4_, float p_i47417_5_)
InteractDoorGoal(MobEntity p_i1621_1_)
LeapAtTargetGoal(MobEntity p_i1630_1_, float p_i1630_2_)
LookAtGoal(MobEntity p_i1631_1_, java.lang.Class<? extends LivingEntity> p_i1631_2_, float p_i1631_3_)
LookAtGoal(MobEntity p_i1632_1_, java.lang.Class<? extends LivingEntity> p_i1632_2_, float p_i1632_3_, float p_i1632_4_)
LookAtWithoutMovingGoal(MobEntity p_i1629_1_, java.lang.Class<? extends LivingEntity> p_i1629_2_, float p_i1629_3_, float p_i1629_4_)
LookRandomlyGoal(MobEntity p_i1647_1_)
NearestAttackableTargetGoal(MobEntity p_i50313_1_, java.lang.Class<T> p_i50313_2_, boolean p_i50313_3_)
NearestAttackableTargetGoal(MobEntity p_i50314_1_, java.lang.Class<T> p_i50314_2_, boolean p_i50314_3_, boolean p_i50314_4_)
NearestAttackableTargetGoal(MobEntity p_i50315_1_, java.lang.Class<T> p_i50315_2_, int p_i50315_3_, boolean p_i50315_4_, boolean p_i50315_5_, java.util.function.Predicate<LivingEntity> p_i50315_6_)
OcelotAttackGoal(MobEntity p_i1641_1_)
OpenDoorGoal(MobEntity p_i1644_1_, boolean p_i1644_2_)
SwimGoal(MobEntity p_i1624_1_)
TargetGoal(MobEntity p_i50308_1_, boolean p_i50308_2_)
TargetGoal(MobEntity p_i50309_1_, boolean p_i50309_2_, boolean p_i50309_3_)
-
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.merchant.villager
Subclasses of MobEntity in net.minecraft.entity.merchant.villager Modifier and Type Class Description class
AbstractVillagerEntity
class
VillagerEntity
class
WanderingTraderEntity
-
Uses of MobEntity in net.minecraft.entity.monster
Subclasses of MobEntity in net.minecraft.entity.monster Modifier and Type Class Description class
AbstractIllagerEntity
class
AbstractRaiderEntity
class
AbstractSkeletonEntity
class
BlazeEntity
class
CaveSpiderEntity
class
CreeperEntity
class
DrownedEntity
class
ElderGuardianEntity
class
EndermanEntity
class
EndermiteEntity
class
EvokerEntity
class
GhastEntity
class
GiantEntity
class
GuardianEntity
class
HoglinEntity
class
HuskEntity
class
IllusionerEntity
class
MagmaCubeEntity
class
MonsterEntity
class
PatrollerEntity
class
PhantomEntity
class
PillagerEntity
class
RavagerEntity
class
ShulkerEntity
class
SilverfishEntity
class
SkeletonEntity
class
SlimeEntity
class
SpellcastingIllagerEntity
class
SpiderEntity
class
StrayEntity
class
VexEntity
class
VindicatorEntity
class
WitchEntity
class
WitherSkeletonEntity
class
ZoglinEntity
class
ZombieEntity
class
ZombieVillagerEntity
class
ZombifiedPiglinEntity
Fields in net.minecraft.entity.monster declared as MobEntity Modifier and Type Field Description private MobEntity
VexEntity. owner
Methods in net.minecraft.entity.monster that return MobEntity Modifier and Type Method Description MobEntity
VexEntity. getOwner()
Methods in net.minecraft.entity.monster with parameters of type MobEntity Modifier and Type Method Description void
VexEntity. setOwner(MobEntity p_190658_1_)
Constructors in net.minecraft.entity.monster with parameters of type MobEntity Constructor Description BodyHelperController(MobEntity p_i49925_2_)
BodyHelperController(MobEntity p_i50612_2_)
BreakDoorGoal(MobEntity p_i50578_1_)
LookHelperController(MobEntity p_i48802_2_)
MoveHelperController(MobEntity p_i48801_2_)
Navigator(MobEntity p_i50754_1_, World p_i50754_2_)
-
Uses of MobEntity in net.minecraft.entity.monster.piglin
Subclasses of MobEntity in net.minecraft.entity.monster.piglin Modifier and Type Class Description class
AbstractPiglinEntity
class
PiglinBruteEntity
class
PiglinEntity
-
Uses of MobEntity in net.minecraft.entity.passive
Subclasses of MobEntity in net.minecraft.entity.passive Modifier and Type Class Description class
AmbientEntity
class
AnimalEntity
class
BatEntity
class
BeeEntity
class
CatEntity
class
ChickenEntity
class
CowEntity
class
DolphinEntity
class
FoxEntity
class
GolemEntity
class
IronGolemEntity
class
MooshroomEntity
class
OcelotEntity
class
PandaEntity
class
ParrotEntity
class
PigEntity
class
PolarBearEntity
class
RabbitEntity
class
SheepEntity
class
ShoulderRidingEntity
class
SnowGolemEntity
class
SquidEntity
class
StriderEntity
class
TameableEntity
class
TurtleEntity
class
WaterMobEntity
class
WolfEntity
Fields in net.minecraft.entity.passive with type parameters of type MobEntity Modifier and Type Field Description private static java.util.function.Predicate<MobEntity>
ParrotEntity. NOT_PARROT_PREDICATE
Methods in net.minecraft.entity.passive with parameters of type MobEntity Modifier and Type Method Description protected void
BeeEntity.AngerGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)
protected void
PandaEntity.RevengeGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)
protected void
PolarBearEntity.HurtByTargetGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)
protected void
FoxEntity. onOffspringSpawnedFromEgg(PlayerEntity p_213406_1_, MobEntity p_213406_2_)
private ILivingEntityData
StriderEntity. spawnJockey(IServerWorld p_242331_1_, DifficultyInstance p_242331_2_, MobEntity p_242331_3_, ILivingEntityData p_242331_4_)
Constructors in net.minecraft.entity.passive with parameters of type MobEntity Constructor Description BeeLookController(MobEntity p_i225729_2_)
WatchGoal(MobEntity p_i50733_2_, java.lang.Class<? extends LivingEntity> p_i50733_3_, float p_i50733_4_)
-
Uses of MobEntity in net.minecraft.entity.passive.fish
Subclasses of MobEntity in net.minecraft.entity.passive.fish Modifier and Type Class Description class
AbstractFishEntity
class
AbstractGroupFishEntity
class
CodEntity
class
PufferfishEntity
class
SalmonEntity
class
TropicalFishEntity
Methods in net.minecraft.entity.passive.fish with parameters of type MobEntity Modifier and Type Method Description private void
PufferfishEntity. touch(MobEntity p_205719_1_)
-
Uses of MobEntity in net.minecraft.entity.passive.horse
Subclasses of MobEntity in net.minecraft.entity.passive.horse Modifier and Type Class Description class
AbstractChestedHorseEntity
class
AbstractHorseEntity
class
DonkeyEntity
class
HorseEntity
class
LlamaEntity
class
MuleEntity
class
SkeletonHorseEntity
class
TraderLlamaEntity
class
ZombieHorseEntity
-
Uses of MobEntity in net.minecraft.item
Methods in net.minecraft.item that return types with arguments of type MobEntity Modifier and Type Method Description java.util.Optional<MobEntity>
SpawnEggItem. spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_)
Methods in net.minecraft.item with parameters of type MobEntity Modifier and Type Method Description java.util.Optional<MobEntity>
SpawnEggItem. spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_)
Method parameters in net.minecraft.item with type arguments of type MobEntity Modifier and Type Method Description java.util.Optional<MobEntity>
SpawnEggItem. spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_)
-
Uses of MobEntity in net.minecraft.network
Methods in net.minecraft.network with parameters of type MobEntity Modifier and Type Method Description static void
DebugPacketSender. sendGoalSelector(World p_218800_0_, MobEntity p_218800_1_, GoalSelector p_218800_2_)
static void
DebugPacketSender. sendPathFindingPacket(World p_218803_0_, MobEntity p_218803_1_, Path p_218803_2_, float p_218803_3_)
-
Uses of MobEntity in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding declared as MobEntity Modifier and Type Field Description protected MobEntity
NodeProcessor. mob
protected MobEntity
PathNavigator. mob
Methods in net.minecraft.pathfinding with parameters of type MobEntity Modifier and Type Method Description Path
PathFinder. findPath(Region p_227478_1_, MobEntity p_227478_2_, java.util.Set<BlockPos> p_227478_3_, float p_227478_4_, int p_227478_5_, float p_227478_6_)
private PathNodeType
FlyingNodeProcessor. getBlockPathType(MobEntity p_192558_1_, int p_192558_2_, int p_192558_3_, int p_192558_4_)
private PathNodeType
FlyingNodeProcessor. getBlockPathType(MobEntity p_192559_1_, BlockPos p_192559_2_)
PathNodeType
FlyingNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)
abstract PathNodeType
NodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)
PathNodeType
SwimNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)
private PathNodeType
WalkNodeProcessor. getBlockPathType(MobEntity p_186329_1_, BlockPos p_186329_2_)
PathNodeType
WalkNodeProcessor. getBlockPathType(IBlockReader p_186319_1_, int p_186319_2_, int p_186319_3_, int p_186319_4_, MobEntity p_186319_5_, int p_186319_6_, int p_186319_7_, int p_186319_8_, boolean p_186319_9_, boolean p_186319_10_)
private PathNodeType
WalkNodeProcessor. getCachedBlockType(MobEntity p_237230_1_, int p_237230_2_, int p_237230_3_, int p_237230_4_)
void
FlyingNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)
void
NodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)
void
WalkAndSwimNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)
void
WalkNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)
Constructors in net.minecraft.pathfinding with parameters of type MobEntity Constructor Description ClimberPathNavigator(MobEntity p_i45874_1_, World p_i45874_2_)
FlyingPathNavigator(MobEntity p_i47412_1_, World p_i47412_2_)
GroundPathNavigator(MobEntity p_i45875_1_, World p_i45875_2_)
PathNavigator(MobEntity p_i1671_1_, World p_i1671_2_)
SwimmerPathNavigator(MobEntity p_i45873_1_, World p_i45873_2_)
-
Uses of MobEntity in net.minecraft.util
Methods in net.minecraft.util with parameters of type MobEntity Modifier and Type Method Description static boolean
GroundPathHelper. hasGroundPathNavigation(MobEntity p_242319_0_)
-
Uses of MobEntity in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner that return MobEntity Modifier and Type Method Description private static MobEntity
WorldEntitySpawner. getMobForSpawn(ServerWorld p_234973_0_, EntityType<?> p_234973_1_)
Methods in net.minecraft.world.spawner with parameters of type MobEntity Modifier and Type Method Description private void
WorldEntitySpawner.EntityDensityManager. afterSpawn(MobEntity p_234990_1_, IChunk p_234990_2_)
private static boolean
WorldEntitySpawner. isValidPositionForMob(ServerWorld p_234974_0_, MobEntity p_234974_1_, double p_234974_2_)
void
WorldEntitySpawner.IOnSpawnDensityAdder. run(MobEntity p_run_1_, IChunk p_run_2_)
-
Uses of MobEntity in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type MobEntity Modifier and Type Method Description static int
ForgeHooks. canEntitySpawn(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)
-
Uses of MobEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type MobEntity Modifier and Type Method Description default PathNodeType
IForgeBlock. getAiPathNodeType(BlockState state, IBlockReader world, BlockPos pos, MobEntity entity)
Get thePathNodeType
for this block.default PathNodeType
IForgeBlockState. getAiPathNodeType(IBlockReader world, BlockPos pos, MobEntity entity)
Get thePathNodeType
for this block.default void
IForgeItem. onHorseArmorTick(ItemStack stack, World world, MobEntity horse)
Called every tick fromEntityHorse#onUpdate()
on the item in the armor slot.default void
IForgeItemStack. onHorseArmorTick(World world, MobEntity horse)
Called every tick fromHorseEntity#onUpdate()
on the item in the armor slot. -
Uses of MobEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type MobEntity Modifier and Type Method Description static net.minecraftforge.eventbus.api.Event.Result
ForgeEventFactory. canEntityDespawn(MobEntity entity)
static net.minecraftforge.eventbus.api.Event.Result
ForgeEventFactory. canEntitySpawn(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)
static boolean
ForgeEventFactory. canEntitySpawnSpawner(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner)
static boolean
ForgeEventFactory. doSpecialSpawn(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner, SpawnReason spawnReason)
static int
ForgeEventFactory. getMaxSpawnPackSize(MobEntity entity)
-
Uses of MobEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as MobEntity Modifier and Type Field Description private MobEntity
BabyEntitySpawnEvent. parentA
private MobEntity
BabyEntitySpawnEvent. parentB
Methods in net.minecraftforge.event.entity.living that return MobEntity Modifier and Type Method Description MobEntity
BabyEntitySpawnEvent. getParentA()
MobEntity
BabyEntitySpawnEvent. getParentB()
Constructors in net.minecraftforge.event.entity.living with parameters of type MobEntity Constructor Description AllowDespawn(MobEntity entity)
BabyEntitySpawnEvent(MobEntity parentA, MobEntity parentB, AgeableEntity proposedChild)
CheckSpawn(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)
CheckSpawn is fired when an Entity is about to be spawned.LivingPackSizeEvent(MobEntity entity)
LivingSpawnEvent(MobEntity entity, IWorld world, double x, double y, double z)
SpecialSpawn(MobEntity entity, World world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)
-