Uses of Class
net.minecraft.entity.MobEntity
Packages that use MobEntity
Package
Description
-
Uses of MobEntity in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type MobEntityModifier and TypeClassDescriptionclass
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 MobEntityModifier and TypeMethodDescriptionprivate static PiglinModel<MobEntity>
PiglinRenderer.createModel
(boolean p_239395_0_) Methods in net.minecraft.client.renderer.entity with parameters of type MobEntityModifier and TypeMethodDescriptionPiglinRenderer.getTextureLocation
(MobEntity p_110775_1_) protected boolean
-
Uses of MobEntity in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type MobEntityModifier and TypeClassDescriptionclass
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 MobEntityModifier and TypeClassDescriptionclass
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 MobEntityModifier and TypeMethodDescriptionstatic <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.entityMethods in net.minecraft.entity with type parameters of type MobEntityModifier and TypeMethodDescription<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 MobEntityModifier and TypeMethodDescriptionprotected 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 MobEntityModifier and TypeMethodDescriptionstatic boolean
MobEntity.checkMobSpawnRules
(EntityType<? extends MobEntity> p_223315_0_, IWorld p_223315_1_, SpawnReason p_223315_2_, BlockPos p_223315_3_, Random p_223315_4_) EntitySpawnPlacementRegistry.PlacementType.create
(String name, TriPredicate<IWorldReader, BlockPos, EntityType<? extends MobEntity>> predicate) Constructor parameters in net.minecraft.entity with type arguments of type MobEntityModifierConstructorDescriptionprotected
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 MobEntityConstructors in net.minecraft.entity.ai with parameters of type MobEntity -
Uses of MobEntity in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain with parameters of type MobEntityModifier and TypeMethodDescriptionstatic 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 MobEntityModifier and TypeFieldDescriptionstatic final 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 MobEntityModifier and TypeMethodDescriptionprotected 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 MobEntityModifier and TypeClassDescriptionclass
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 MobEntityModifier and TypeMethodDescriptionprotected 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_) 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 MobEntityModifier and TypeFieldDescriptionprivate final MobEntity
BodyController.mob
private final MobEntity
JumpController.mob
protected final MobEntity
LookController.mob
protected final MobEntity
MovementController.mob
Constructors in net.minecraft.entity.ai.controller with parameters of type MobEntityModifierConstructorDescriptionBodyController
(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 MobEntityModifier and TypeClassDescriptionclass
ResetAngerGoal<T extends MobEntity & IAngerable>
class
UseItemGoal<T extends MobEntity>
Fields in net.minecraft.entity.ai.goal declared as MobEntityModifier and TypeFieldDescriptionprivate MobEntity
FollowMobGoal.followingMob
private final MobEntity
EatGrassGoal.mob
private final MobEntity
FollowMobGoal.mob
protected MobEntity
InteractDoorGoal.mob
private final MobEntity
LeapAtTargetGoal.mob
protected final MobEntity
LookAtGoal.mob
private final MobEntity
LookRandomlyGoal.mob
private final MobEntity
OcelotAttackGoal.mob
private final MobEntity
RangedAttackGoal.mob
private final T
ResetAngerGoal.mob
private final MobEntity
SwimGoal.mob
protected final MobEntity
TargetGoal.mob
private final T
UseItemGoal.mob
private final MobEntity
BreakBlockGoal.removerMob
Fields in net.minecraft.entity.ai.goal with type parameters of type MobEntityMethods in net.minecraft.entity.ai.goal that return types with arguments of type MobEntityMethods in net.minecraft.entity.ai.goal with parameters of type MobEntityModifier and TypeMethodDescriptionprotected void
HurtByTargetGoal.alertOther
(MobEntity p_220793_1_, LivingEntity p_220793_2_) Constructors in net.minecraft.entity.ai.goal with parameters of type MobEntityModifierConstructorDescriptionBreakDoorGoal
(MobEntity p_i50333_1_, int p_i50333_2_, Predicate<Difficulty> p_i50333_3_) BreakDoorGoal
(MobEntity p_i50332_1_, 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_, Class<? extends LivingEntity> p_i1631_2_, float p_i1631_3_) LookAtGoal
(MobEntity p_i1632_1_, Class<? extends LivingEntity> p_i1632_2_, float p_i1632_3_, float p_i1632_4_) LookAtWithoutMovingGoal
(MobEntity p_i1629_1_, Class<? extends LivingEntity> p_i1629_2_, float p_i1629_3_, float p_i1629_4_) LookRandomlyGoal
(MobEntity p_i1647_1_) NearestAttackableTargetGoal
(MobEntity p_i50313_1_, Class<T> p_i50313_2_, boolean p_i50313_3_) NearestAttackableTargetGoal
(MobEntity p_i50314_1_, Class<T> p_i50314_2_, boolean p_i50314_3_, boolean p_i50314_4_) NearestAttackableTargetGoal
(MobEntity p_i50315_1_, Class<T> p_i50315_2_, int p_i50315_3_, boolean p_i50315_4_, boolean p_i50315_5_, Predicate<LivingEntity> p_i50315_6_) OcelotAttackGoal
(MobEntity p_i1641_1_) OpenDoorGoal
(MobEntity p_i1644_1_, boolean p_i1644_2_) 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 -
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.merchant.villager
Subclasses of MobEntity in net.minecraft.entity.merchant.villagerModifier and TypeClassDescriptionclass
class
class
-
Uses of MobEntity in net.minecraft.entity.monster
Subclasses of MobEntity in net.minecraft.entity.monsterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.entity.monster declared as MobEntityMethods in net.minecraft.entity.monster that return MobEntityMethods in net.minecraft.entity.monster with parameters of type MobEntityConstructors in net.minecraft.entity.monster with parameters of type MobEntityModifierConstructorDescriptionBodyHelperController
(MobEntity p_i49925_2_) BodyHelperController
(MobEntity p_i50612_2_) BreakDoorGoal
(MobEntity p_i50578_1_) LookHelperController
(MobEntity p_i48802_2_) MoveHelperController
(MobEntity p_i48801_2_) -
Uses of MobEntity in net.minecraft.entity.monster.piglin
Subclasses of MobEntity in net.minecraft.entity.monster.piglinModifier and TypeClassDescriptionclass
class
class
-
Uses of MobEntity in net.minecraft.entity.passive
Subclasses of MobEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.entity.passive with type parameters of type MobEntityMethods in net.minecraft.entity.passive with parameters of type MobEntityModifier and TypeMethodDescriptionprotected 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 MobEntityModifierConstructorDescription(package private)
BeeLookController
(MobEntity p_i225729_2_) WatchGoal
(MobEntity p_i50733_2_, 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.fishModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.minecraft.entity.passive.fish with parameters of type MobEntity -
Uses of MobEntity in net.minecraft.entity.passive.horse
Subclasses of MobEntity in net.minecraft.entity.passive.horseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of MobEntity in net.minecraft.item
Methods in net.minecraft.item that return types with arguments of type MobEntityModifier and TypeMethodDescriptionSpawnEggItem.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 MobEntityModifier and TypeMethodDescriptionSpawnEggItem.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 MobEntityModifier and TypeMethodDescriptionSpawnEggItem.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 MobEntityModifier and TypeMethodDescriptionstatic 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 MobEntityModifier and TypeFieldDescriptionprotected MobEntity
NodeProcessor.mob
protected final MobEntity
PathNavigator.mob
Methods in net.minecraft.pathfinding with parameters of type MobEntityModifier and TypeMethodDescriptionPathFinder.findPath
(Region p_227478_1_, MobEntity p_227478_2_, 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_) 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_) 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_) 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
void
void
void
Constructors in net.minecraft.pathfinding with parameters of type MobEntityModifierConstructorDescriptionClimberPathNavigator
(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 MobEntityModifier and TypeMethodDescriptionstatic boolean
GroundPathHelper.hasGroundPathNavigation
(MobEntity p_242319_0_) -
Uses of MobEntity in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner that return MobEntityModifier and TypeMethodDescriptionprivate static MobEntity
WorldEntitySpawner.getMobForSpawn
(ServerWorld p_234973_0_, EntityType<?> p_234973_1_) Methods in net.minecraft.world.spawner with parameters of type MobEntityModifier and TypeMethodDescriptionprivate 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
-
Uses of MobEntity in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type MobEntityModifier and TypeMethodDescriptionstatic 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 MobEntityModifier and TypeMethodDescriptiondefault 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 MobEntityModifier and TypeMethodDescriptionstatic 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 MobEntityModifier and TypeFieldDescriptionprivate final MobEntity
BabyEntitySpawnEvent.parentA
private final MobEntity
BabyEntitySpawnEvent.parentB
Methods in net.minecraftforge.event.entity.living that return MobEntityModifier and TypeMethodDescriptionBabyEntitySpawnEvent.getParentA()
BabyEntitySpawnEvent.getParentB()
Constructors in net.minecraftforge.event.entity.living with parameters of type MobEntityModifierConstructorDescriptionAllowDespawn
(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)