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 classBipedRenderer<T extends MobEntity,M extends BipedModel<T>>classMobRenderer<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 ResourceLocationPiglinRenderer. getTextureLocation(MobEntity p_110775_1_)protected booleanPiglinRenderer. 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 classStayClothingLayer<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 classBoarModel<T extends MobEntity & IFlinging>classPiglinModel<T extends MobEntity>classSkeletonModel<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 classAgeableEntityclassCreatureEntityclassFlyingEntityMethods 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 voidMobEntity. onOffspringSpawnedFromEgg(PlayerEntity p_213406_1_, MobEntity p_213406_2_)default booleanIRideable. 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 booleanMobEntity. 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.PlacementTypeEntitySpawnPlacementRegistry.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 MobEntityEntitySenses. mobConstructors 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 booleanBrainUtil. 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 voidNearestBedSensor. doTick(ServerWorld p_212872_1_, MobEntity p_212872_2_)protected voidWantedItemsSensor. 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 classAttackStrafingTask<E extends MobEntity>classFindNewAttackTargetTask<E extends MobEntity>classForgetAttackTargetTask<E extends MobEntity>classGetAngryTask<E extends MobEntity>classHuntCelebrationTask<E extends MobEntity>classPiglinIdleActivityTask<E extends MobEntity,T>classShootTargetTask<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 booleanJumpOnBedTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)protected booleanLookTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)protected booleanSwimTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)protected booleanWalkToTargetTask. canStillUse(ServerWorld p_212834_1_, MobEntity p_212834_2_, long p_212834_3_)protected booleanAttackTargetTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)protected booleanJumpOnBedTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)protected booleanSwimTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)protected booleanWalkToTargetTask. checkExtraStartConditions(ServerWorld p_212832_1_, MobEntity p_212832_2_)private LivingEntityAttackTargetTask. getAttackTarget(MobEntity p_233923_1_)private static BlockPosHuntCelebrationTask. getCelebrateLocation(MobEntity p_233899_0_)private static BlockPosHuntCelebrationTask. getNearbyPos(MobEntity p_233900_0_, BlockPos p_233900_1_)private java.util.Optional<BlockPos>JumpOnBedTask. getNearestBed(MobEntity p_220463_1_)private booleanAttackTargetTask. isHoldingUsableProjectileWeapon(MobEntity p_233921_1_)private voidShootTargetTask. lookAtTarget(MobEntity p_233889_1_, LivingEntity p_233889_2_)private booleanJumpOnBedTask. nearBed(ServerWorld p_220469_1_, MobEntity p_220469_2_)private booleanJumpOnBedTask. onBedSurface(ServerWorld p_220465_1_, MobEntity p_220465_2_)private booleanJumpOnBedTask. onOrOverBed(ServerWorld p_220468_1_, MobEntity p_220468_2_)private booleanWalkToTargetTask. reachedTarget(MobEntity p_220486_1_, WalkTarget p_220486_2_)protected voidAttackTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)protected voidHuntCelebrationTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)protected voidJumpOnBedTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)protected voidMoveToTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)protected voidWalkToTargetTask. start(ServerWorld p_212831_1_, MobEntity p_212831_2_, long p_212831_3_)private voidJumpOnBedTask. startWalkingTowardsBed(MobEntity p_220467_1_, BlockPos p_220467_2_)protected voidJumpOnBedTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)protected voidLookTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)protected voidWalkToTargetTask. stop(ServerWorld p_212835_1_, MobEntity p_212835_2_, long p_212835_3_)protected voidJumpOnBedTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)protected voidLookTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)protected voidSwimTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)protected voidWalkToTargetTask. tick(ServerWorld p_212833_1_, MobEntity p_212833_2_, long p_212833_3_)private booleanJumpOnBedTask. tiredOfJumping(ServerWorld p_220462_1_, MobEntity p_220462_2_)private booleanJumpOnBedTask. tiredOfWalking(ServerWorld p_220464_1_, MobEntity p_220464_2_)private booleanWalkToTargetTask. 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 MobEntityBodyController. mobprivate MobEntityJumpController. mobprotected MobEntityLookController. mobprotected MobEntityMovementController. mobConstructors 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 classResetAngerGoal<T extends MobEntity & IAngerable>classUseItemGoal<T extends MobEntity>Fields in net.minecraft.entity.ai.goal declared as MobEntity Modifier and Type Field Description private MobEntityFollowMobGoal. followingMobprivate MobEntityEatGrassGoal. mobprivate MobEntityFollowMobGoal. mobprotected MobEntityInteractDoorGoal. mobprivate MobEntityLeapAtTargetGoal. mobprotected MobEntityLookAtGoal. mobprivate MobEntityLookRandomlyGoal. mobprivate MobEntityOcelotAttackGoal. mobprivate MobEntityRangedAttackGoal. mobprivate TResetAngerGoal. mobprivate MobEntitySwimGoal. mobprotected MobEntityTargetGoal. mobprivate TUseItemGoal. mobprivate MobEntityBreakBlockGoal. removerMobFields in net.minecraft.entity.ai.goal with type parameters of type MobEntity Modifier and Type Field Description private java.util.function.Predicate<MobEntity>FollowMobGoal. followPredicateMethods 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 voidHurtByTargetGoal. 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 classWitherEntity -
Uses of MobEntity in net.minecraft.entity.boss.dragon
Subclasses of MobEntity in net.minecraft.entity.boss.dragon Modifier and Type Class Description classEnderDragonEntity -
Uses of MobEntity in net.minecraft.entity.merchant.villager
Subclasses of MobEntity in net.minecraft.entity.merchant.villager Modifier and Type Class Description classAbstractVillagerEntityclassVillagerEntityclassWanderingTraderEntity -
Uses of MobEntity in net.minecraft.entity.monster
Subclasses of MobEntity in net.minecraft.entity.monster Modifier and Type Class Description classAbstractIllagerEntityclassAbstractRaiderEntityclassAbstractSkeletonEntityclassBlazeEntityclassCaveSpiderEntityclassCreeperEntityclassDrownedEntityclassElderGuardianEntityclassEndermanEntityclassEndermiteEntityclassEvokerEntityclassGhastEntityclassGiantEntityclassGuardianEntityclassHoglinEntityclassHuskEntityclassIllusionerEntityclassMagmaCubeEntityclassMonsterEntityclassPatrollerEntityclassPhantomEntityclassPillagerEntityclassRavagerEntityclassShulkerEntityclassSilverfishEntityclassSkeletonEntityclassSlimeEntityclassSpellcastingIllagerEntityclassSpiderEntityclassStrayEntityclassVexEntityclassVindicatorEntityclassWitchEntityclassWitherSkeletonEntityclassZoglinEntityclassZombieEntityclassZombieVillagerEntityclassZombifiedPiglinEntityFields in net.minecraft.entity.monster declared as MobEntity Modifier and Type Field Description private MobEntityVexEntity. ownerMethods in net.minecraft.entity.monster that return MobEntity Modifier and Type Method Description MobEntityVexEntity. getOwner()Methods in net.minecraft.entity.monster with parameters of type MobEntity Modifier and Type Method Description voidVexEntity. 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 classAbstractPiglinEntityclassPiglinBruteEntityclassPiglinEntity -
Uses of MobEntity in net.minecraft.entity.passive
Subclasses of MobEntity in net.minecraft.entity.passive Modifier and Type Class Description classAmbientEntityclassAnimalEntityclassBatEntityclassBeeEntityclassCatEntityclassChickenEntityclassCowEntityclassDolphinEntityclassFoxEntityclassGolemEntityclassIronGolemEntityclassMooshroomEntityclassOcelotEntityclassPandaEntityclassParrotEntityclassPigEntityclassPolarBearEntityclassRabbitEntityclassSheepEntityclassShoulderRidingEntityclassSnowGolemEntityclassSquidEntityclassStriderEntityclassTameableEntityclassTurtleEntityclassWaterMobEntityclassWolfEntityFields 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_PREDICATEMethods in net.minecraft.entity.passive with parameters of type MobEntity Modifier and Type Method Description protected voidBeeEntity.AngerGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)protected voidPandaEntity.RevengeGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)protected voidPolarBearEntity.HurtByTargetGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)protected voidFoxEntity. onOffspringSpawnedFromEgg(PlayerEntity p_213406_1_, MobEntity p_213406_2_)private ILivingEntityDataStriderEntity. 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 classAbstractFishEntityclassAbstractGroupFishEntityclassCodEntityclassPufferfishEntityclassSalmonEntityclassTropicalFishEntityMethods in net.minecraft.entity.passive.fish with parameters of type MobEntity Modifier and Type Method Description private voidPufferfishEntity. 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 classAbstractChestedHorseEntityclassAbstractHorseEntityclassDonkeyEntityclassHorseEntityclassLlamaEntityclassMuleEntityclassSkeletonHorseEntityclassTraderLlamaEntityclassZombieHorseEntity -
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 voidDebugPacketSender. sendGoalSelector(World p_218800_0_, MobEntity p_218800_1_, GoalSelector p_218800_2_)static voidDebugPacketSender. 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 MobEntityNodeProcessor. mobprotected MobEntityPathNavigator. mobMethods in net.minecraft.pathfinding with parameters of type MobEntity Modifier and Type Method Description PathPathFinder. 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 PathNodeTypeFlyingNodeProcessor. getBlockPathType(MobEntity p_192558_1_, int p_192558_2_, int p_192558_3_, int p_192558_4_)private PathNodeTypeFlyingNodeProcessor. getBlockPathType(MobEntity p_192559_1_, BlockPos p_192559_2_)PathNodeTypeFlyingNodeProcessor. 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 PathNodeTypeNodeProcessor. 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_)PathNodeTypeSwimNodeProcessor. 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 PathNodeTypeWalkNodeProcessor. getBlockPathType(MobEntity p_186329_1_, BlockPos p_186329_2_)PathNodeTypeWalkNodeProcessor. 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 PathNodeTypeWalkNodeProcessor. getCachedBlockType(MobEntity p_237230_1_, int p_237230_2_, int p_237230_3_, int p_237230_4_)voidFlyingNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)voidNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)voidWalkAndSwimNodeProcessor. prepare(Region p_225578_1_, MobEntity p_225578_2_)voidWalkNodeProcessor. 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 booleanGroundPathHelper. 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 MobEntityWorldEntitySpawner. 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 voidWorldEntitySpawner.EntityDensityManager. afterSpawn(MobEntity p_234990_1_, IChunk p_234990_2_)private static booleanWorldEntitySpawner. isValidPositionForMob(ServerWorld p_234974_0_, MobEntity p_234974_1_, double p_234974_2_)voidWorldEntitySpawner.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 intForgeHooks. 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 PathNodeTypeIForgeBlock. getAiPathNodeType(BlockState state, IBlockReader world, BlockPos pos, MobEntity entity)Get thePathNodeTypefor this block.default PathNodeTypeIForgeBlockState. getAiPathNodeType(IBlockReader world, BlockPos pos, MobEntity entity)Get thePathNodeTypefor this block.default voidIForgeItem. onHorseArmorTick(ItemStack stack, World world, MobEntity horse)Called every tick fromEntityHorse#onUpdate()on the item in the armor slot.default voidIForgeItemStack. 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.ResultForgeEventFactory. canEntityDespawn(MobEntity entity)static net.minecraftforge.eventbus.api.Event.ResultForgeEventFactory. canEntitySpawn(MobEntity entity, IWorld world, double x, double y, double z, AbstractSpawner spawner, SpawnReason spawnReason)static booleanForgeEventFactory. canEntitySpawnSpawner(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner)static booleanForgeEventFactory. doSpecialSpawn(MobEntity entity, World world, float x, float y, float z, AbstractSpawner spawner, SpawnReason spawnReason)static intForgeEventFactory. 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 MobEntityBabyEntitySpawnEvent. parentAprivate MobEntityBabyEntitySpawnEvent. parentBMethods in net.minecraftforge.event.entity.living that return MobEntity Modifier and Type Method Description MobEntityBabyEntitySpawnEvent. getParentA()MobEntityBabyEntitySpawnEvent. 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)
-