Uses of Class
net.minecraft.entity.LivingEntity
-
-
Uses of LivingEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type LivingEntity Modifier and Type Method Description booleanMobEffectsPredicate. matches(LivingEntity p_193472_1_) -
Uses of LivingEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type LivingEntity Modifier and Type Method Description voidTNTBlock. catchFire(BlockState state, World world, BlockPos pos, Direction face, LivingEntity igniter)private static voidTNTBlock. explode(World p_196535_0_, BlockPos p_196535_1_, LivingEntity p_196535_2_)Deprecated.booleanTrapDoorBlock. isLadder(BlockState state, IWorldReader world, BlockPos pos, LivingEntity entity)voidAbstractBannerBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidAbstractFurnaceBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidBarrelBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidBeaconBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidBedBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidBrewingStandBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidChestBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidCommandBlockBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidConduitBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidDispenserBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidDoorBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidDoublePlantBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidEnchantingTableBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidHopperBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidJukeboxBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidPistonBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidRedstoneDiodeBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidShulkerBoxBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidSkullPlayerBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidSkullWallPlayerBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidStructureBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidTripWireHookBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidWitherSkeletonSkullBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_)voidWitherSkeletonWallSkullBlock. setPlacedBy(World p_180633_1_, BlockPos p_180633_2_, BlockState p_180633_3_, LivingEntity p_180633_4_, ItemStack p_180633_5_) -
Uses of LivingEntity in net.minecraft.client.entity.player
Subclasses of LivingEntity in net.minecraft.client.entity.player Modifier and Type Class Description classAbstractClientPlayerEntityclassClientPlayerEntityclassRemoteClientPlayerEntity -
Uses of LivingEntity in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return LivingEntity Modifier and Type Method Description private LivingEntityIngameGui. getPlayerVehicleWithHealth()Methods in net.minecraft.client.gui with parameters of type LivingEntity Modifier and Type Method Description private intIngameGui. getVehicleMaxHearts(LivingEntity p_212306_1_) -
Uses of LivingEntity in net.minecraft.client.gui.screen.inventory
Methods in net.minecraft.client.gui.screen.inventory with parameters of type LivingEntity Modifier and Type Method Description static voidInventoryScreen. renderEntityInInventory(int p_228187_0_, int p_228187_1_, int p_228187_2_, float p_228187_3_, float p_228187_4_, LivingEntity p_228187_5_) -
Uses of LivingEntity in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type LivingEntity Modifier and Type Method Description IBakedModelItemRenderer. getModel(ItemStack p_184393_1_, World p_184393_2_, LivingEntity p_184393_3_)static floatGameRenderer. getNightVisionScale(LivingEntity p_180438_0_, float p_180438_1_)voidItemRenderer. renderAndDecorateItem(LivingEntity p_184391_1_, ItemStack p_184391_2_, int p_184391_3_, int p_184391_4_)voidFirstPersonRenderer. renderItem(LivingEntity p_228397_1_, ItemStack p_228397_2_, ItemCameraTransforms.TransformType p_228397_3_, boolean p_228397_4_, MatrixStack p_228397_5_, IRenderTypeBuffer p_228397_6_, int p_228397_7_)voidItemRenderer. renderStatic(LivingEntity p_229109_1_, ItemStack p_229109_2_, ItemCameraTransforms.TransformType p_229109_3_, boolean p_229109_4_, MatrixStack p_229109_5_, IRenderTypeBuffer p_229109_6_, World p_229109_7_, int p_229109_8_, int p_229109_9_)private voidItemRenderer. tryRenderGuiItem(LivingEntity p_239387_1_, ItemStack p_239387_2_, int p_239387_3_, int p_239387_4_) -
Uses of LivingEntity in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type LivingEntity Modifier and Type Class Description classLivingRenderer<T extends LivingEntity,M extends EntityModel<T>>Methods in net.minecraft.client.renderer.entity with parameters of type LivingEntity Modifier and Type Method Description static intLivingRenderer. getOverlayCoords(LivingEntity p_229117_0_, float p_229117_1_)private Vector3dGuardianRenderer. getPosition(LivingEntity p_177110_1_, double p_177110_2_, float p_177110_4_) -
Uses of LivingEntity in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with type parameters of type LivingEntity Modifier and Type Method Description protected static <T extends LivingEntity>
voidLayerRenderer. coloredCutoutModelCopyLayerRender(EntityModel<T> p_229140_0_, EntityModel<T> p_229140_1_, ResourceLocation p_229140_2_, MatrixStack p_229140_3_, IRenderTypeBuffer p_229140_4_, int p_229140_5_, T p_229140_6_, float p_229140_7_, float p_229140_8_, float p_229140_9_, float p_229140_10_, float p_229140_11_, float p_229140_12_, float p_229140_13_, float p_229140_14_, float p_229140_15_)protected static <T extends LivingEntity>
voidLayerRenderer. renderColoredCutoutModel(EntityModel<T> p_229141_0_, ResourceLocation p_229141_1_, MatrixStack p_229141_2_, IRenderTypeBuffer p_229141_3_, int p_229141_4_, T p_229141_5_, float p_229141_6_, float p_229141_7_, float p_229141_8_)Methods in net.minecraft.client.renderer.entity.layers with parameters of type LivingEntity Modifier and Type Method Description private voidHeldItemLayer. renderArmWithItem(LivingEntity p_229135_1_, ItemStack p_229135_2_, ItemCameraTransforms.TransformType p_229135_3_, HandSide p_229135_4_, MatrixStack p_229135_5_, IRenderTypeBuffer p_229135_6_, int p_229135_7_) -
Uses of LivingEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type LivingEntity Modifier and Type Class Description classBipedModel<T extends LivingEntity>classElytraModel<T extends LivingEntity>classEndermanModel<T extends LivingEntity>classPlayerModel<T extends LivingEntity> -
Uses of LivingEntity in net.minecraft.client.renderer.model
Methods in net.minecraft.client.renderer.model with parameters of type LivingEntity Modifier and Type Method Description static voidModelHelper. animateCrossbowCharge(ModelRenderer p_239102_0_, ModelRenderer p_239102_1_, LivingEntity p_239102_2_, boolean p_239102_3_)IBakedModelItemOverrideList. resolve(IBakedModel p_239290_1_, ItemStack p_239290_2_, ClientWorld p_239290_3_, LivingEntity p_239290_4_)(package private) booleanItemOverride. test(ItemStack p_239289_1_, ClientWorld p_239289_2_, LivingEntity p_239289_3_) -
Uses of LivingEntity in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return LivingEntity Modifier and Type Method Description private static LivingEntityAttributeCommand. getEntityWithAttribute(Entity p_241014_0_, Attribute p_241014_1_)private static LivingEntityAttributeCommand. getLivingEntity(Entity p_241001_0_) -
Uses of LivingEntity in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type LivingEntity Modifier and Type Method Description voidDamageEnchantment. doPostAttack(LivingEntity p_151368_1_, Entity p_151368_2_, int p_151368_3_)voidEnchantment. doPostAttack(LivingEntity p_151368_1_, Entity p_151368_2_, int p_151368_3_)static voidEnchantmentHelper. doPostDamageEffects(LivingEntity p_151385_0_, Entity p_151385_1_)voidEnchantment. doPostHurt(LivingEntity p_151367_1_, Entity p_151367_2_, int p_151367_3_)voidThornsEnchantment. doPostHurt(LivingEntity p_151367_1_, Entity p_151367_2_, int p_151367_3_)static voidEnchantmentHelper. doPostHurtEffects(LivingEntity p_151384_0_, Entity p_151384_1_)static intEnchantmentHelper. getBlockEfficiency(LivingEntity p_185293_0_)static intEnchantmentHelper. getDepthStrider(LivingEntity p_185294_0_)static intEnchantmentHelper. getEnchantmentLevel(Enchantment p_185284_0_, LivingEntity p_185284_1_)static doubleProtectionEnchantment. getExplosionKnockbackAfterDampener(LivingEntity p_92092_0_, double p_92092_1_)static intProtectionEnchantment. getFireAfterDampener(LivingEntity p_92093_0_, int p_92093_1_)static intEnchantmentHelper. getFireAspect(LivingEntity p_90036_0_)static intEnchantmentHelper. getKnockbackBonus(LivingEntity p_77501_0_)static intEnchantmentHelper. getMobLooting(LivingEntity p_185283_0_)static java.util.Map.Entry<EquipmentSlotType,ItemStack>EnchantmentHelper. getRandomItemWith(Enchantment p_222189_0_, LivingEntity p_222189_1_)static java.util.Map.Entry<EquipmentSlotType,ItemStack>EnchantmentHelper. getRandomItemWith(Enchantment p_234844_0_, LivingEntity p_234844_1_, java.util.function.Predicate<ItemStack> p_234844_2_)static intEnchantmentHelper. getRespiration(LivingEntity p_185292_0_)java.util.Map<EquipmentSlotType,ItemStack>Enchantment. getSlotItems(LivingEntity p_222181_1_)static floatEnchantmentHelper. getSweepingDamageRatio(LivingEntity p_191527_0_)static booleanEnchantmentHelper. hasAquaAffinity(LivingEntity p_185287_0_)static booleanEnchantmentHelper. hasFrostWalker(LivingEntity p_189869_0_)static booleanEnchantmentHelper. hasSoulSpeed(LivingEntity p_234846_0_)static voidFrostWalkerEnchantment. onEntityMoved(LivingEntity p_185266_0_, World p_185266_1_, BlockPos p_185266_2_, int p_185266_3_) -
Uses of LivingEntity in net.minecraft.entity
Subclasses of LivingEntity in net.minecraft.entity Modifier and Type Class Description classAgeableEntityclassCreatureEntityclassFlyingEntityclassMobEntityFields in net.minecraft.entity declared as LivingEntity Modifier and Type Field Description private LivingEntityLivingEntity. lastHurtByMobprivate LivingEntityLivingEntity. lastHurtMobprivate LivingEntityAreaEffectCloudEntity. ownerprivate LivingEntityMobEntity. targetFields in net.minecraft.entity with type parameters of type LivingEntity Modifier and Type Field Description private java.util.function.Predicate<LivingEntity>EntityPredicate. selectorMethods in net.minecraft.entity that return LivingEntity Modifier and Type Method Description LivingEntityLivingEntity. getKillCredit()LivingEntityLivingEntity. getLastHurtByMob()LivingEntityLivingEntity. getLastHurtMob()LivingEntityAreaEffectCloudEntity. getOwner()LivingEntityIAngerable. getTarget()LivingEntityICrossbowUser. getTarget()LivingEntityMobEntity. getTarget()Methods in net.minecraft.entity with parameters of type LivingEntity Modifier and Type Method Description private voidLivingEntity. addEatEffect(ItemStack p_213349_1_, World p_213349_2_, LivingEntity p_213349_3_)protected voidLivingEntity. blockedByShield(LivingEntity p_213371_1_)protected voidLivingEntity. blockUsingShield(LivingEntity p_190629_1_)voidLivingEntity. calculateEntityAnimation(LivingEntity p_233629_1_, boolean p_233629_2_)booleanLivingEntity. canAttack(LivingEntity p_213336_1_)booleanLivingEntity. canAttack(LivingEntity p_213344_1_, EntityPredicate p_213344_2_)booleanMobEntity. canAttack(LivingEntity p_213336_1_)protected voidLivingEntity. createWitherRose(LivingEntity p_226298_1_)protected voidLivingEntity. doAutoAttackOnTouch(LivingEntity p_204804_1_)voidEntity. doEnchantDamageEffects(LivingEntity p_174815_1_, Entity p_174815_2_)Vector3dEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)default Vector3fICrossbowUser. getProjectileShotVector(LivingEntity p_234280_1_, Vector3d p_234280_2_, float p_234280_3_)default booleanIAngerable. isAngryAt(LivingEntity p_233680_1_)voidEntity. killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_)default voidICrossbowUser. performCrossbowAttack(LivingEntity p_234281_1_, float p_234281_2_)voidIRangedAttackMob. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidIAngerable. setLastHurtByMob(LivingEntity p_70604_1_)voidLivingEntity. setLastHurtByMob(LivingEntity p_70604_1_)voidAreaEffectCloudEntity. setOwner(LivingEntity p_184481_1_)voidIAngerable. setTarget(LivingEntity p_70624_1_)voidMobEntity. setTarget(LivingEntity p_70624_1_)default voidICrossbowUser. shootCrossbowProjectile(LivingEntity p_234279_1_, LivingEntity p_234279_2_, ProjectileEntity p_234279_3_, float p_234279_4_, float p_234279_5_)voidICrossbowUser. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)booleanEntityPredicate. test(LivingEntity p_221015_1_, LivingEntity p_221015_2_)Method parameters in net.minecraft.entity with type arguments of type LivingEntity Modifier and Type Method Description EntityPredicateEntityPredicate. selector(java.util.function.Predicate<LivingEntity> p_221012_1_)Constructor parameters in net.minecraft.entity with type arguments of type LivingEntity Constructor Description LivingEntity(EntityType<? extends LivingEntity> p_i48577_1_, World p_i48577_2_) -
Uses of LivingEntity in net.minecraft.entity.ai.attributes
Fields in net.minecraft.entity.ai.attributes with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>GlobalEntityTypeAttributes. FORGE_ATTRIBUTESDeprecated.private static java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>GlobalEntityTypeAttributes. SUPPLIERSMethod parameters in net.minecraft.entity.ai.attributes with type arguments of type LivingEntity Modifier and Type Method Description static AttributeModifierMapGlobalEntityTypeAttributes. getSupplier(EntityType<? extends LivingEntity> p_233835_0_)static AttributeModifierMapGlobalEntityTypeAttributes. put(EntityType<? extends LivingEntity> type, AttributeModifierMap map)Deprecated. -
Uses of LivingEntity in net.minecraft.entity.ai.brain
Classes in net.minecraft.entity.ai.brain with type parameters of type LivingEntity Modifier and Type Class Description classBrain<E extends LivingEntity>static classBrain.BrainCodec<E extends LivingEntity>Methods in net.minecraft.entity.ai.brain with type parameters of type LivingEntity Modifier and Type Method Description static <E extends LivingEntity>
com.mojang.serialization.Codec<Brain<E>>Brain. codec(java.util.Collection<? extends MemoryModuleType<?>> p_233710_0_, java.util.Collection<? extends SensorType<? extends Sensor<? super E>>> p_233710_1_)static <E extends LivingEntity>
Brain.BrainCodec<E>Brain. provider(java.util.Collection<? extends MemoryModuleType<?>> p_233705_0_, java.util.Collection<? extends SensorType<? extends Sensor<? super E>>> p_233705_1_)Methods in net.minecraft.entity.ai.brain that return LivingEntity Modifier and Type Method Description static LivingEntityBrainUtil. getNearestTarget(LivingEntity p_233867_0_, java.util.Optional<LivingEntity> p_233867_1_, LivingEntity p_233867_2_)static LivingEntityBrainUtil. getTargetNearestMe(LivingEntity p_233863_0_, LivingEntity p_233863_1_, LivingEntity p_233863_2_)Methods in net.minecraft.entity.ai.brain that return types with arguments of type LivingEntity Modifier and Type Method Description static java.util.Optional<LivingEntity>BrainUtil. getLivingEntityFromUUIDMemory(LivingEntity p_233864_0_, MemoryModuleType<java.util.UUID> p_233864_1_)Methods in net.minecraft.entity.ai.brain with parameters of type LivingEntity Modifier and Type Method Description static booleanBrainUtil. canSee(LivingEntity p_233876_0_, LivingEntity p_233876_1_)static booleanBrainUtil. entityIsVisible(Brain<?> p_220619_0_, LivingEntity p_220619_1_)static java.util.Optional<LivingEntity>BrainUtil. getLivingEntityFromUUIDMemory(LivingEntity p_233864_0_, MemoryModuleType<java.util.UUID> p_233864_1_)static LivingEntityBrainUtil. getNearestTarget(LivingEntity p_233867_0_, java.util.Optional<LivingEntity> p_233867_1_, LivingEntity p_233867_2_)static LivingEntityBrainUtil. getTargetNearestMe(LivingEntity p_233863_0_, LivingEntity p_233863_1_, LivingEntity p_233863_2_)static booleanBrainUtil. isOtherTargetMuchFurtherAwayThanCurrentAttackTarget(LivingEntity p_233861_0_, LivingEntity p_233861_1_, double p_233861_2_)static booleanBrainUtil. isWithinAttackRange(MobEntity p_233869_0_, LivingEntity p_233869_1_, int p_233869_2_)static booleanBrainUtil. isWithinMeleeAttackRange(LivingEntity p_233874_0_, LivingEntity p_233874_1_)static voidBrainUtil. lockGazeAndWalkToEachOther(LivingEntity p_220618_0_, LivingEntity p_220618_1_, float p_220618_2_)private static voidBrainUtil. lookAtEachOther(LivingEntity p_220616_0_, LivingEntity p_220616_1_)static voidBrainUtil. lookAtEntity(LivingEntity p_220625_0_, LivingEntity p_220625_1_)static voidBrainUtil. setWalkAndLookTargetMemories(LivingEntity p_233860_0_, Entity p_233860_1_, float p_233860_2_, int p_233860_3_)static voidBrainUtil. setWalkAndLookTargetMemories(LivingEntity p_233866_0_, BlockPos p_233866_1_, float p_233866_2_, int p_233866_3_)private static voidBrainUtil. setWalkAndLookTargetMemoriesToEachOther(LivingEntity p_220626_0_, LivingEntity p_220626_1_, float p_220626_2_)static voidBrainUtil. throwItem(LivingEntity p_233865_0_, ItemStack p_233865_1_, Vector3d p_233865_2_)Method parameters in net.minecraft.entity.ai.brain with type arguments of type LivingEntity Modifier and Type Method Description static LivingEntityBrainUtil. getNearestTarget(LivingEntity p_233867_0_, java.util.Optional<LivingEntity> p_233867_1_, LivingEntity p_233867_2_)private static booleanBrainUtil. targetIsValid(Brain<?> p_233870_0_, MemoryModuleType<? extends LivingEntity> p_233870_1_, java.util.function.Predicate<LivingEntity> p_233870_2_)private static booleanBrainUtil. targetIsValid(Brain<?> p_233870_0_, MemoryModuleType<? extends LivingEntity> p_233870_1_, java.util.function.Predicate<LivingEntity> p_233870_2_)static booleanBrainUtil. targetIsValid(Brain<?> p_220623_0_, MemoryModuleType<? extends LivingEntity> p_220623_1_, EntityType<?> p_220623_2_) -
Uses of LivingEntity in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type LivingEntity Modifier and Type Field Description static MemoryModuleType<LivingEntity>MemoryModuleType. ATTACK_TARGETstatic MemoryModuleType<LivingEntity>MemoryModuleType. AVOID_TARGETstatic MemoryModuleType<LivingEntity>MemoryModuleType. HURT_BY_ENTITYstatic MemoryModuleType<LivingEntity>MemoryModuleType. INTERACTION_TARGETstatic MemoryModuleType<java.util.List<LivingEntity>>MemoryModuleType. LIVING_ENTITIESstatic MemoryModuleType<LivingEntity>MemoryModuleType. NEAREST_HOSTILEstatic MemoryModuleType<LivingEntity>MemoryModuleType. NEAREST_VISIBLE_ZOMBIFIEDstatic MemoryModuleType<java.util.List<LivingEntity>>MemoryModuleType. VISIBLE_LIVING_ENTITIESstatic MemoryModuleType<java.util.List<LivingEntity>>MemoryModuleType. VISIBLE_VILLAGER_BABIES -
Uses of LivingEntity in net.minecraft.entity.ai.brain.sensor
Classes in net.minecraft.entity.ai.brain.sensor with type parameters of type LivingEntity Modifier and Type Class Description classSensor<E extends LivingEntity>Methods in net.minecraft.entity.ai.brain.sensor that return types with arguments of type LivingEntity Modifier and Type Method Description private java.util.Optional<LivingEntity>VillagerHostilesSensor. getNearestHostile(LivingEntity p_220989_1_)private java.util.List<LivingEntity>VillagerBabiesSensor. getNearestVillagerBabies(LivingEntity p_220994_1_)private java.util.List<LivingEntity>VillagerBabiesSensor. getVisibleEntities(LivingEntity p_220992_1_)private java.util.Optional<java.util.List<LivingEntity>>VillagerHostilesSensor. getVisibleEntities(LivingEntity p_220990_1_)Methods in net.minecraft.entity.ai.brain.sensor with parameters of type LivingEntity Modifier and Type Method Description static voidGolemLastSeenSensor. checkForNearbyGolem(LivingEntity p_242312_0_)private intVillagerHostilesSensor. compareMobDistance(LivingEntity p_220983_1_, LivingEntity p_220983_2_, LivingEntity p_220983_3_)protected voidDummySensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidGolemLastSeenSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidHurtBySensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidNearestLivingEntitiesSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidNearestPlayersSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidPiglinBruteSpecificSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidPiglinMobsSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidVillagerBabiesSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)protected voidVillagerHostilesSensor. doTick(ServerWorld p_212872_1_, LivingEntity p_212872_2_)private static java.util.Optional<BlockPos>PiglinMobsSensor. findNearestRepellent(ServerWorld p_234126_0_, LivingEntity p_234126_1_)private java.util.Optional<LivingEntity>VillagerHostilesSensor. getNearestHostile(LivingEntity p_220989_1_)private java.util.List<LivingEntity>VillagerBabiesSensor. getNearestVillagerBabies(LivingEntity p_220994_1_)private java.util.List<LivingEntity>VillagerBabiesSensor. getVisibleEntities(LivingEntity p_220992_1_)private java.util.Optional<java.util.List<LivingEntity>>VillagerHostilesSensor. getVisibleEntities(LivingEntity p_220990_1_)static voidGolemLastSeenSensor. golemDetected(LivingEntity p_242313_0_)private booleanVillagerHostilesSensor. isClose(LivingEntity p_220987_1_, LivingEntity p_220987_2_)protected static booleanSensor. isEntityTargetable(LivingEntity p_242316_0_, LivingEntity p_242316_1_)private booleanVillagerHostilesSensor. isHostile(LivingEntity p_220988_1_)private booleanVillagerBabiesSensor. isVillagerBaby(LivingEntity p_220993_1_)Method parameters in net.minecraft.entity.ai.brain.sensor with type arguments of type LivingEntity Modifier and Type Method Description private voidMateSensor. setNearestVisibleAdult(AgeableEntity p_234116_1_, java.util.List<LivingEntity> p_234116_2_) -
Uses of LivingEntity in net.minecraft.entity.ai.brain.task
Classes in net.minecraft.entity.ai.brain.task with type parameters of type LivingEntity Modifier and Type Class Description classFirstShuffledTask<E extends LivingEntity>classInteractWithEntityTask<E extends LivingEntity,T extends LivingEntity>classInteractWithEntityTask<E extends LivingEntity,T extends LivingEntity>classMultiTask<E extends LivingEntity>classPickupWantedItemTask<E extends LivingEntity>classPredicateTask<E extends LivingEntity>classRideEntityTask<E extends LivingEntity>classRunSometimesTask<E extends LivingEntity>classShootTargetTask<E extends MobEntity & ICrossbowUser,T extends LivingEntity>classStopRidingEntityTask<E extends LivingEntity,T extends Entity>classSupplementedTask<E extends LivingEntity>classTask<E extends LivingEntity>Fields in net.minecraft.entity.ai.brain.task with type parameters of type LivingEntity Modifier and Type Field Description private java.util.function.BiPredicate<LivingEntity,LivingEntity>EndAttackTask. dancePredicateprivate java.util.function.BiPredicate<LivingEntity,LivingEntity>EndAttackTask. dancePredicateprivate java.util.function.Predicate<LivingEntity>LookAtEntityTask. predicateprivate java.util.function.Predicate<LivingEntity>FindInteractionAndLookTargetTask. selfFilterprivate java.util.function.Predicate<LivingEntity>FindNewAttackTargetTask. stopAttackingWhenprivate java.util.function.Predicate<LivingEntity>FindInteractionAndLookTargetTask. targetFilterprivate java.util.function.Function<E,java.util.Optional<? extends LivingEntity>>ForgetAttackTargetTask. targetFinderFunctionMethods in net.minecraft.entity.ai.brain.task with type parameters of type LivingEntity Modifier and Type Method Description abstract <E extends LivingEntity>
voidMultiTask.RunType. apply(WeightedList<Task<? super E>> p_220630_1_, ServerWorld p_220630_2_, E p_220630_3_, long p_220630_4_)private static <E extends LivingEntity>
booleanFindNewAttackTargetTask. isTiredOfTryingToReachTarget(E p_233982_0_)static <T extends LivingEntity>
InteractWithEntityTask<LivingEntity,T>InteractWithEntityTask. of(EntityType<? extends T> p_220445_0_, int p_220445_1_, MemoryModuleType<T> p_220445_2_, float p_220445_3_, int p_220445_4_)Methods in net.minecraft.entity.ai.brain.task that return LivingEntity Modifier and Type Method Description private LivingEntityAttackTargetTask. getAttackTarget(MobEntity p_233923_1_)private LivingEntityEndAttackTask. getAttackTarget(LivingEntity p_233980_1_)private LivingEntityFindNewAttackTargetTask. getAttackTarget(E p_233985_1_)private static LivingEntityShootTargetTask. getAttackTarget(LivingEntity p_233887_0_)private LivingEntityAttackStrafingTask. getTarget(E p_233857_1_)private LivingEntityShowWaresTask. lookAtTarget(VillagerEntity p_220557_1_)private LivingEntityWalkToVillagerBabiesTask. seeIfSomeoneIsChasingMe(LivingEntity p_220500_1_)private LivingEntityWalkToVillagerBabiesTask. whoAreYouChasing(LivingEntity p_220495_1_)Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type LivingEntity Modifier and Type Method Description private java.util.Map<LivingEntity,java.lang.Integer>WalkToVillagerBabiesTask. checkHowManyChasersEachFriendHas(CreatureEntity p_220505_1_)private java.util.Optional<LivingEntity>WalkToVillagerBabiesTask. findSomeoneBeingChased(CreatureEntity p_220497_1_)private java.util.Optional<LivingEntity>WalkToVillagerBabiesTask. findSomeoneToChase(CreatureEntity p_220510_1_)private java.util.List<LivingEntity>WalkToVillagerBabiesTask. getFriendsNearby(CreatureEntity p_220503_1_)private static com.mojang.datafixers.util.Pair<java.lang.Integer,Task<LivingEntity>>VillagerTasks. getFullLookBehavior()private static com.mojang.datafixers.util.Pair<java.lang.Integer,Task<LivingEntity>>VillagerTasks. getMinimalLookBehavior()private java.util.List<LivingEntity>FindInteractionAndLookTargetTask. getVisibleEntities(LivingEntity p_220530_1_)static <T extends LivingEntity>
InteractWithEntityTask<LivingEntity,T>InteractWithEntityTask. of(EntityType<? extends T> p_220445_0_, int p_220445_1_, MemoryModuleType<T> p_220445_2_, float p_220445_3_, int p_220445_4_)Methods in net.minecraft.entity.ai.brain.task with parameters of type LivingEntity Modifier and Type Method Description private static booleanInteractWithDoorTask. areOtherMobsComingThroughDoor(ServerWorld p_242295_0_, LivingEntity p_242295_1_, BlockPos p_242295_2_)private booleanExpirePOITask. bedIsOccupied(ServerWorld p_223019_1_, BlockPos p_223019_2_, LivingEntity p_223019_3_)protected booleanDummyTask. canStillUse(ServerWorld p_212834_1_, LivingEntity p_212834_2_, long p_212834_3_)protected booleanSleepAtHomeTask. canStillUse(ServerWorld p_212834_1_, LivingEntity p_212834_2_, long p_212834_3_)private static voidWalkToVillagerBabiesTask. chaseKid(CreatureEntity p_220498_0_, LivingEntity p_220498_1_)protected booleanBeginRaidTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanCongregateTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanEndAttackTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanExpirePOITask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanFindHidingPlaceDuringRaidTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanFindHidingPlaceTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)booleanFindInteractionAndLookTargetTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanForgetRaidTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanGoOutsideAfterRaidTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanInteractWithDoorTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanLookAtEntityTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanMoveToSkylightTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanRingBellTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanSleepAtHomeTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanWakeUpTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)protected booleanWalkToHouseTask. checkExtraStartConditions(ServerWorld p_212832_1_, LivingEntity p_212832_2_)private voidMoveToTargetTask. clearWalkTarget(LivingEntity p_233967_1_)static voidInteractWithDoorTask. closeDoorsThatIHaveOpenedOrPassedThrough(ServerWorld p_242294_0_, LivingEntity p_242294_1_, PathPoint p_242294_2_, PathPoint p_242294_3_)private voidShootTargetTask. crossbowAttack(E p_233888_1_, LivingEntity p_233888_2_)private voidShowWaresTask. findItemsToDisplay(LivingEntity p_220556_1_, VillagerEntity p_220556_2_)private voidWalkToVillagerBabiesTask. fleeFromChaser(ServerWorld p_220508_1_, CreatureEntity p_220508_2_, LivingEntity p_220508_3_)private LivingEntityEndAttackTask. getAttackTarget(LivingEntity p_233980_1_)private static LivingEntityShootTargetTask. getAttackTarget(LivingEntity p_233887_0_)private Vector3dMoveToSkylightTask. getOutdoorPosition(ServerWorld p_220493_1_, LivingEntity p_220493_2_)private java.util.List<LivingEntity>FindInteractionAndLookTargetTask. getVisibleEntities(LivingEntity p_220530_1_)static booleanPanicTask. hasHostile(LivingEntity p_220513_0_)static booleanMoveToSkylightTask. hasNoBlocksAbove(ServerWorld p_226306_0_, LivingEntity p_226306_1_, BlockPos p_226306_2_)private booleanWalkToVillagerBabiesTask. isChasingSomeone(LivingEntity p_220502_1_)private static booleanInteractWithDoorTask. isDoorTooFarAway(ServerWorld p_242296_0_, LivingEntity p_242296_1_, GlobalPos p_242296_2_)private booleanWalkToVillagerBabiesTask. isFriendChasingMe(LivingEntity p_220499_1_, LivingEntity p_220499_2_)static booleanPanicTask. isHurt(LivingEntity p_220512_0_)private booleanFindInteractionAndLookTargetTask. isMatchingTarget(LivingEntity p_220532_1_)private static booleanInteractWithDoorTask. isMobComingThroughDoor(ServerWorld p_242300_0_, LivingEntity p_242300_1_, BlockPos p_242300_2_)private booleanInteractWithEntityTask. isTargetValid(LivingEntity p_233914_1_)private voidShootTargetTask. lookAtTarget(MobEntity p_233889_1_, LivingEntity p_233889_2_)private voidInteractWithDoorTask. rememberDoorToClose(ServerWorld p_242301_1_, LivingEntity p_242301_2_, BlockPos p_242301_3_)private LivingEntityWalkToVillagerBabiesTask. seeIfSomeoneIsChasingMe(LivingEntity p_220500_1_)private voidForgetAttackTargetTask. setAttackTarget(E p_233976_1_, LivingEntity p_233976_2_)private voidMoveToTargetTask. setWalkAndLookTarget(LivingEntity p_233968_1_, LivingEntity p_233968_2_)protected voidBeginRaidTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidCongregateTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidEndAttackTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidExpireHidingTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidExpirePOITask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidFindHidingPlaceTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)voidFindInteractionAndLookTargetTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidForgetRaidTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidHideFromRaidOnBellRingTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidInteractWithDoorTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidLookAtEntityTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidMoveToSkylightTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidRandomlyStopAttackingTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidRingBellTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidSleepAtHomeTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidUpdateActivityTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidWakeUpTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidWalkToHouseTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidWalkTowardsLookTargetTask. start(ServerWorld p_212831_1_, LivingEntity p_212831_2_, long p_212831_3_)protected voidSleepAtHomeTask. stop(ServerWorld p_212835_1_, LivingEntity p_212835_2_, long p_212835_3_)private voidGiveHeroGiftsTask. throwGift(VillagerEntity p_220398_1_, LivingEntity p_220398_2_)private static voidShareItemsTask. throwHalfStack(VillagerEntity p_220586_0_, java.util.Set<Item> p_220586_1_, LivingEntity p_220586_2_)private LivingEntityWalkToVillagerBabiesTask. whoAreYouChasing(LivingEntity p_220495_1_)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type LivingEntity Constructor Description EndAttackTask(int p_i231538_1_, java.util.function.BiPredicate<LivingEntity,LivingEntity> p_i231538_2_)EndAttackTask(int p_i231538_1_, java.util.function.BiPredicate<LivingEntity,LivingEntity> p_i231538_2_)FindInteractionAndLookTargetTask(EntityType<?> p_i50347_1_, int p_i50347_2_, java.util.function.Predicate<LivingEntity> p_i50347_3_, java.util.function.Predicate<LivingEntity> p_i50347_4_)FindNewAttackTargetTask(java.util.function.Predicate<LivingEntity> p_i231539_1_)ForgetAttackTargetTask(java.util.function.Function<E,java.util.Optional<? extends LivingEntity>> p_i231536_1_)ForgetAttackTargetTask(java.util.function.Predicate<E> p_i231537_1_, java.util.function.Function<E,java.util.Optional<? extends LivingEntity>> p_i231537_2_)LookAtEntityTask(java.util.function.Predicate<LivingEntity> p_i50352_1_, float p_i50352_2_) -
Uses of LivingEntity in net.minecraft.entity.ai.goal
Classes in net.minecraft.entity.ai.goal with type parameters of type LivingEntity Modifier and Type Class Description classAvoidEntityGoal<T extends LivingEntity>classNearestAttackableTargetExpiringGoal<T extends LivingEntity>classNearestAttackableTargetGoal<T extends LivingEntity>classNonTamedTargetGoal<T extends LivingEntity>classToggleableNearestAttackableTargetGoal<T extends LivingEntity>Fields in net.minecraft.entity.ai.goal declared as LivingEntity Modifier and Type Field Description private LivingEntityFollowOwnerGoal. ownerprivate LivingEntityOwnerHurtTargetGoal. ownerLastHurtprivate LivingEntityOwnerHurtByTargetGoal. ownerLastHurtByprivate LivingEntityDefendVillageTargetGoal. potentialTargetprivate LivingEntityCreeperSwellGoal. targetprivate LivingEntityLeapAtTargetGoal. targetprivate LivingEntityMoveTowardsTargetGoal. targetprotected LivingEntityNearestAttackableTargetGoal. targetprivate LivingEntityOcelotAttackGoal. targetprivate LivingEntityRangedAttackGoal. targetprotected LivingEntityTargetGoal. targetMobprotected TAvoidEntityGoal. toAvoidFields in net.minecraft.entity.ai.goal with type parameters of type LivingEntity Modifier and Type Field Description protected java.util.function.Predicate<LivingEntity>AvoidEntityGoal. avoidPredicateprotected java.lang.Class<? extends LivingEntity>LookAtGoal. lookAtTypeprotected java.util.function.Predicate<LivingEntity>AvoidEntityGoal. predicateOnAvoidEntityMethods in net.minecraft.entity.ai.goal with parameters of type LivingEntity Modifier and Type Method Description protected voidHurtByTargetGoal. alertOther(MobEntity p_220793_1_, LivingEntity p_220793_2_)protected booleanTargetGoal. canAttack(LivingEntity p_220777_1_, EntityPredicate p_220777_2_)private booleanTargetGoal. canReach(LivingEntity p_75295_1_)protected voidMeleeAttackGoal. checkAndPerformAttack(LivingEntity p_190102_1_, double p_190102_2_)protected doubleMeleeAttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)voidNearestAttackableTargetGoal. setTarget(LivingEntity p_234054_1_)Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type LivingEntity Constructor Description AvoidEntityGoal(CreatureEntity p_i48860_1_, java.lang.Class<T> p_i48860_2_, float p_i48860_3_, double p_i48860_4_, double p_i48860_6_, java.util.function.Predicate<LivingEntity> p_i48860_8_)AvoidEntityGoal(CreatureEntity p_i48859_1_, java.lang.Class<T> p_i48859_2_, java.util.function.Predicate<LivingEntity> p_i48859_3_, float p_i48859_4_, double p_i48859_5_, double p_i48859_7_, java.util.function.Predicate<LivingEntity> p_i48859_9_)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_)NearestAttackableTargetExpiringGoal(AbstractRaiderEntity p_i50311_1_, java.lang.Class<T> p_i50311_2_, boolean p_i50311_3_, java.util.function.Predicate<LivingEntity> p_i50311_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_)NonTamedTargetGoal(TameableEntity p_i48571_1_, java.lang.Class<T> p_i48571_2_, boolean p_i48571_3_, java.util.function.Predicate<LivingEntity> p_i48571_4_)ToggleableNearestAttackableTargetGoal(AbstractRaiderEntity p_i50312_1_, java.lang.Class<T> p_i50312_2_, int p_i50312_3_, boolean p_i50312_4_, boolean p_i50312_5_, java.util.function.Predicate<LivingEntity> p_i50312_6_) -
Uses of LivingEntity in net.minecraft.entity.boss
Subclasses of LivingEntity in net.minecraft.entity.boss Modifier and Type Class Description classWitherEntityFields in net.minecraft.entity.boss with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.function.Predicate<LivingEntity>WitherEntity. LIVING_ENTITY_SELECTORMethods in net.minecraft.entity.boss with parameters of type LivingEntity Modifier and Type Method Description private voidWitherEntity. performRangedAttack(int p_82216_1_, LivingEntity p_82216_2_)voidWitherEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_) -
Uses of LivingEntity in net.minecraft.entity.boss.dragon
Subclasses of LivingEntity in net.minecraft.entity.boss.dragon Modifier and Type Class Description classEnderDragonEntity -
Uses of LivingEntity in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as LivingEntity Modifier and Type Field Description private LivingEntityStrafePlayerPhase. attackTargetMethods in net.minecraft.entity.boss.dragon.phase with parameters of type LivingEntity Modifier and Type Method Description voidStrafePlayerPhase. setTarget(LivingEntity p_188686_1_) -
Uses of LivingEntity in net.minecraft.entity.item
Subclasses of LivingEntity in net.minecraft.entity.item Modifier and Type Class Description classArmorStandEntityFields in net.minecraft.entity.item declared as LivingEntity Modifier and Type Field Description private LivingEntityTNTEntity. ownerMethods in net.minecraft.entity.item that return LivingEntity Modifier and Type Method Description LivingEntityTNTEntity. getOwner()Methods in net.minecraft.entity.item with parameters of type LivingEntity Modifier and Type Method Description Vector3dBoatEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)Constructors in net.minecraft.entity.item with parameters of type LivingEntity Constructor Description EnderPearlEntity(World p_i1783_1_, LivingEntity p_i1783_2_)ExperienceBottleEntity(World p_i1786_1_, LivingEntity p_i1786_2_)TNTEntity(World p_i1730_1_, double p_i1730_2_, double p_i1730_4_, double p_i1730_6_, LivingEntity p_i1730_8_) -
Uses of LivingEntity in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type LivingEntity Modifier and Type Method Description Vector3dAbstractMinecartEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_) -
Uses of LivingEntity in net.minecraft.entity.merchant.villager
Subclasses of LivingEntity in net.minecraft.entity.merchant.villager Modifier and Type Class Description classAbstractVillagerEntityclassVillagerEntityclassWanderingTraderEntityMethods in net.minecraft.entity.merchant.villager with parameters of type LivingEntity Modifier and Type Method Description voidVillagerEntity. setLastHurtByMob(LivingEntity p_70604_1_) -
Uses of LivingEntity in net.minecraft.entity.monster
Classes in net.minecraft.entity.monster with type parameters of type LivingEntity Modifier and Type Class Description (package private) static classSpiderEntity.TargetGoal<T extends LivingEntity>Subclasses of LivingEntity in net.minecraft.entity.monster Modifier and Type Class Description classAbstractIllagerEntityclassAbstractRaiderEntityclassAbstractSkeletonEntityclassBlazeEntityclassCaveSpiderEntityclassCreeperEntityclassDrownedEntityclassElderGuardianEntityclassEndermanEntityclassEndermiteEntityclassEvokerEntityclassGhastEntityclassGiantEntityclassGuardianEntityclassHoglinEntityclassHuskEntityclassIllusionerEntityclassMagmaCubeEntityclassMonsterEntityclassPatrollerEntityclassPhantomEntityclassPillagerEntityclassRavagerEntityclassShulkerEntityclassSilverfishEntityclassSkeletonEntityclassSlimeEntityclassSpellcastingIllagerEntityclassSpiderEntityclassStrayEntityclassVexEntityclassVindicatorEntityclassWitchEntityclassWitherSkeletonEntityclassZoglinEntityclassZombieEntityclassZombieVillagerEntityclassZombifiedPiglinEntityFields in net.minecraft.entity.monster declared as LivingEntity Modifier and Type Field Description private LivingEntityGuardianEntity. clientSideCachedAttackTargetprivate LivingEntityEndermanEntity.StareGoal. targetFields in net.minecraft.entity.monster with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.function.Predicate<LivingEntity>EndermanEntity. ENDERMITE_SELECTORMethods in net.minecraft.entity.monster that return LivingEntity Modifier and Type Method Description LivingEntityGuardianEntity. getActiveAttackTarget()Methods in net.minecraft.entity.monster that return types with arguments of type LivingEntity Modifier and Type Method Description private static java.util.Optional<? extends LivingEntity>HoglinTasks. findNearestValidAttackTarget(HoglinEntity p_234392_0_)private java.util.Optional<? extends LivingEntity>ZoglinEntity. findNearestValidAttackTarget()Methods in net.minecraft.entity.monster with parameters of type LivingEntity Modifier and Type Method Description protected voidHoglinEntity. blockedByShield(LivingEntity p_213371_1_)protected voidRavagerEntity. blockedByShield(LivingEntity p_213371_1_)protected voidZoglinEntity. blockedByShield(LivingEntity p_213371_1_)private static voidHoglinTasks. broadcastAttackTarget(HoglinEntity p_234399_0_, LivingEntity p_234399_1_)private static voidHoglinTasks. broadcastRetreat(HoglinEntity p_234387_0_, LivingEntity p_234387_1_)protected voidSlimeEntity. dealDamage(LivingEntity p_175451_1_)protected doubleRavagerEntity.AttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)protected doubleSpiderEntity.AttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)protected doubleVindicatorEntity.AttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)static booleanIFlinging. hurtAndThrowTarget(LivingEntity p_234403_0_, LivingEntity p_234403_1_)private static booleanZoglinEntity. isTargetable(LivingEntity p_234337_0_)voidZombieEntity. killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_)private static voidHoglinTasks. maybeRetaliate(HoglinEntity p_234395_0_, LivingEntity p_234395_1_)booleanDrownedEntity. okTarget(LivingEntity p_204714_1_)protected static voidHoglinTasks. onHitTarget(HoglinEntity p_234378_0_, LivingEntity p_234378_1_)voidAbstractSkeletonEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidDrownedEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidIllusionerEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidPillagerEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidWitchEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)private static voidHoglinTasks. retreatFromNearestTarget(HoglinEntity p_234390_0_, LivingEntity p_234390_1_)private static voidHoglinTasks. setAttackTarget(HoglinEntity p_234397_0_, LivingEntity p_234397_1_)private voidZoglinEntity. setAttackTarget(LivingEntity p_234338_1_)private static voidHoglinTasks. setAttackTargetIfCloserThanCurrent(HoglinEntity p_234401_0_, LivingEntity p_234401_1_)private static voidHoglinTasks. setAvoidTarget(HoglinEntity p_234393_0_, LivingEntity p_234393_1_)voidEndermanEntity. setTarget(LivingEntity p_70624_1_)voidZombifiedPiglinEntity. setTarget(LivingEntity p_70624_1_)voidPillagerEntity. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)booleanGuardianEntity.TargetPredicate. test(LivingEntity p_test_1_)static voidIFlinging. throwTarget(LivingEntity p_234404_0_, LivingEntity p_234404_1_)protected static voidHoglinTasks. wasHurtBy(HoglinEntity p_234384_0_, LivingEntity p_234384_1_)Constructor parameters in net.minecraft.entity.monster with type arguments of type LivingEntity Constructor Description FindPlayerGoal(EndermanEntity p_i241912_1_, java.util.function.Predicate<LivingEntity> p_i241912_2_) -
Uses of LivingEntity in net.minecraft.entity.monster.piglin
Subclasses of LivingEntity in net.minecraft.entity.monster.piglin Modifier and Type Class Description classAbstractPiglinEntityclassPiglinBruteEntityclassPiglinEntityMethods in net.minecraft.entity.monster.piglin that return LivingEntity Modifier and Type Method Description LivingEntityAbstractPiglinEntity. getTarget()Methods in net.minecraft.entity.monster.piglin that return types with arguments of type LivingEntity Modifier and Type Method Description private static PiglinIdleActivityTask<PiglinEntity,LivingEntity>PiglinTasks. avoidZombified()private static PiglinIdleActivityTask<PiglinEntity,LivingEntity>PiglinTasks. babyAvoidNemesis()private static java.util.Optional<? extends LivingEntity>PiglinBruteBrain. findNearestValidAttackTarget(AbstractPiglinEntity p_242349_0_)private static java.util.Optional<? extends LivingEntity>PiglinTasks. findNearestValidAttackTarget(PiglinEntity p_234526_0_)private static java.util.Optional<LivingEntity>PiglinTasks. getAngerTarget(AbstractPiglinEntity p_234532_0_)static java.util.Optional<LivingEntity>PiglinTasks. getAvoidTarget(PiglinEntity p_234515_0_)private static java.util.Optional<? extends LivingEntity>PiglinBruteBrain. getTargetIfWithinRange(AbstractPiglinEntity p_242351_0_, MemoryModuleType<? extends LivingEntity> p_242351_1_)Methods in net.minecraft.entity.monster.piglin with parameters of type LivingEntity Modifier and Type Method Description private static voidPiglinTasks. admireGoldItem(LivingEntity p_234501_0_)protected static voidPiglinTasks. broadcastAngerTarget(AbstractPiglinEntity p_234487_0_, LivingEntity p_234487_1_)private static voidPiglinTasks. broadcastRetreat(PiglinEntity p_234516_0_, LivingEntity p_234516_1_)private static booleanPiglinTasks. doesntSeeAnyPlayerHoldingLovedItem(LivingEntity p_234514_0_)private static booleanPiglinTasks. hasCrossbow(LivingEntity p_234494_0_)private static booleanPiglinBruteBrain. isAttackAllowed(LivingEntity p_242347_0_)private static booleanPiglinTasks. isAttackAllowed(LivingEntity p_234506_0_)private static booleanPiglinBruteBrain. isNearestValidAttackTarget(AbstractPiglinEntity p_242350_0_, LivingEntity p_242350_1_)private static booleanPiglinTasks. isNearestValidAttackTarget(PiglinEntity p_234504_0_, LivingEntity p_234504_1_)static booleanPiglinTasks. isPlayerHoldingLovedItem(LivingEntity p_234482_0_)static booleanPiglinTasks. isWearingGold(LivingEntity p_234460_0_)protected static voidPiglinTasks. maybeRetaliate(AbstractPiglinEntity p_234509_0_, LivingEntity p_234509_1_)voidPiglinEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)private static voidPiglinTasks. retreatFromNearestTarget(PiglinEntity p_234519_0_, LivingEntity p_234519_1_)private static booleanPiglinTasks. seesPlayerHoldingLovedItem(LivingEntity p_234510_0_)protected static voidPiglinTasks. setAngerTarget(AbstractPiglinEntity p_234497_0_, LivingEntity p_234497_1_)private static voidPiglinTasks. setAngerTargetIfCloserThanCurrent(AbstractPiglinEntity p_234513_0_, LivingEntity p_234513_1_)private static voidPiglinTasks. setAngerTargetToNearestTargetablePlayerIfFound(AbstractPiglinEntity p_241431_0_, LivingEntity p_241431_1_)private static voidPiglinTasks. setAvoidTargetAndDontHuntForAWhile(PiglinEntity p_234521_0_, LivingEntity p_234521_1_)voidPiglinEntity. shootCrossbowProjectile(LivingEntity p_230284_1_, ItemStack p_230284_2_, ProjectileEntity p_230284_3_, float p_230284_4_)private static booleanPiglinTasks. wantsToDance(LivingEntity p_234461_0_, LivingEntity p_234461_1_)protected static voidPiglinBruteBrain. wasHurtBy(PiglinBruteEntity p_242353_0_, LivingEntity p_242353_1_)protected static voidPiglinTasks. wasHurtBy(PiglinEntity p_234468_0_, LivingEntity p_234468_1_)private static booleanPiglinTasks. wasHurtRecently(LivingEntity p_234517_0_)Method parameters in net.minecraft.entity.monster.piglin with type arguments of type LivingEntity Modifier and Type Method Description private static java.util.Optional<? extends LivingEntity>PiglinBruteBrain. getTargetIfWithinRange(AbstractPiglinEntity p_242351_0_, MemoryModuleType<? extends LivingEntity> p_242351_1_) -
Uses of LivingEntity in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive with type parameters of type LivingEntity Modifier and Type Class Description (package private) static classCatEntity.AvoidPlayerGoal<T extends LivingEntity>(package private) static classOcelotEntity.AvoidEntityGoal<T extends LivingEntity>(package private) static classPandaEntity.AvoidGoal<T extends LivingEntity>(package private) static classRabbitEntity.AvoidEntityGoal<T extends LivingEntity>(package private) classWolfEntity.AvoidEntityGoal<T extends LivingEntity>Subclasses of LivingEntity in net.minecraft.entity.passive Modifier and Type Class Description classAmbientEntityclassAnimalEntityclassBatEntityclassBeeEntityclassCatEntityclassChickenEntityclassCowEntityclassDolphinEntityclassFoxEntityclassGolemEntityclassIronGolemEntityclassMooshroomEntityclassOcelotEntityclassPandaEntityclassParrotEntityclassPigEntityclassPolarBearEntityclassRabbitEntityclassSheepEntityclassShoulderRidingEntityclassSnowGolemEntityclassSquidEntityclassStriderEntityclassTameableEntityclassTurtleEntityclassWaterMobEntityclassWolfEntityFields in net.minecraft.entity.passive declared as LivingEntity Modifier and Type Field Description private LivingEntityFoxEntity.RevengeGoal. trustedLastHurtprivate LivingEntityFoxEntity.RevengeGoal. trustedLastHurtByFields in net.minecraft.entity.passive with type parameters of type LivingEntity Modifier and Type Field Description static java.util.function.Predicate<LivingEntity>TurtleEntity. BABY_ON_LAND_SELECTORstatic java.util.function.Predicate<LivingEntity>WolfEntity. PREY_SELECTORMethods in net.minecraft.entity.passive that return LivingEntity Modifier and Type Method Description LivingEntityTameableEntity. getOwner()Methods in net.minecraft.entity.passive with parameters of type LivingEntity 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_)booleanTameableEntity. canAttack(LivingEntity p_213336_1_)protected voidFoxEntity.BiteGoal. checkAndPerformAttack(LivingEntity p_190102_1_, double p_190102_2_)protected voidPolarBearEntity.MeleeAttackGoal. checkAndPerformAttack(LivingEntity p_190102_1_, double p_190102_2_)protected doublePolarBearEntity.MeleeAttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)protected doubleRabbitEntity.EvilAttackGoal. getAttackReachSqr(LivingEntity p_179512_1_)Vector3dPigEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)Vector3dStriderEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)booleanTameableEntity. isOwnedBy(LivingEntity p_152114_1_)static booleanFoxEntity. isPathClear(FoxEntity p_213481_0_, LivingEntity p_213481_1_)voidSnowGolemEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)voidFoxEntity. setTarget(LivingEntity p_70624_1_)voidPandaEntity.WatchGoal. setTarget(LivingEntity p_229975_1_)booleanFoxEntity.AlertablePredicate. test(LivingEntity p_test_1_)booleanTameableEntity. wantsToAttack(LivingEntity p_142018_1_, LivingEntity p_142018_2_)booleanWolfEntity. wantsToAttack(LivingEntity p_142018_1_, LivingEntity p_142018_2_)Constructor parameters in net.minecraft.entity.passive with type arguments of type LivingEntity Constructor Description RevengeGoal(java.lang.Class<LivingEntity> p_i50743_2_, boolean p_i50743_3_, boolean p_i50743_4_, java.util.function.Predicate<LivingEntity> p_i50743_5_)RevengeGoal(java.lang.Class<LivingEntity> p_i50743_2_, boolean p_i50743_3_, boolean p_i50743_4_, java.util.function.Predicate<LivingEntity> p_i50743_5_)WatchGoal(MobEntity p_i50733_2_, java.lang.Class<? extends LivingEntity> p_i50733_3_, float p_i50733_4_)WatchGoal(PandaEntity p_i51458_1_, java.lang.Class<? extends LivingEntity> p_i51458_2_, float p_i51458_3_) -
Uses of LivingEntity in net.minecraft.entity.passive.fish
Subclasses of LivingEntity in net.minecraft.entity.passive.fish Modifier and Type Class Description classAbstractFishEntityclassAbstractGroupFishEntityclassCodEntityclassPufferfishEntityclassSalmonEntityclassTropicalFishEntityFields in net.minecraft.entity.passive.fish with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.function.Predicate<LivingEntity>PufferfishEntity. NO_SPECTATORS_AND_NO_WATER_MOB -
Uses of LivingEntity in net.minecraft.entity.passive.horse
Subclasses of LivingEntity in net.minecraft.entity.passive.horse Modifier and Type Class Description classAbstractChestedHorseEntityclassAbstractHorseEntityclassDonkeyEntityclassHorseEntityclassLlamaEntityclassMuleEntityclassSkeletonHorseEntityclassTraderLlamaEntityclassZombieHorseEntityFields in net.minecraft.entity.passive.horse declared as LivingEntity Modifier and Type Field Description private LivingEntityTraderLlamaEntity.FollowTraderGoal. ownerLastHurtByFields in net.minecraft.entity.passive.horse with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.function.Predicate<LivingEntity>AbstractHorseEntity. PARENT_HORSE_SELECTORMethods in net.minecraft.entity.passive.horse with parameters of type LivingEntity Modifier and Type Method Description Vector3dAbstractHorseEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)private Vector3dAbstractHorseEntity. getDismountLocationInDirection(Vector3d p_234236_1_, LivingEntity p_234236_2_)voidLlamaEntity. performRangedAttack(LivingEntity p_82196_1_, float p_82196_2_)private voidLlamaEntity. spit(LivingEntity p_190713_1_) -
Uses of LivingEntity in net.minecraft.entity.player
Subclasses of LivingEntity in net.minecraft.entity.player Modifier and Type Class Description classPlayerEntityclassServerPlayerEntityMethods in net.minecraft.entity.player with parameters of type LivingEntity Modifier and Type Method Description protected voidPlayerEntity. blockUsingShield(LivingEntity p_190629_1_)protected voidPlayerEntity. doAutoAttackOnTouch(LivingEntity p_204804_1_)voidPlayerEntity. killed(ServerWorld p_241847_1_, LivingEntity p_241847_2_) -
Uses of LivingEntity in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as LivingEntity Modifier and Type Field Description private LivingEntityFireworkRocketEntity. attachedToEntityprivate LivingEntityEvokerFangsEntity. ownerFields in net.minecraft.entity.projectile with type parameters of type LivingEntity Modifier and Type Field Description static java.util.function.Predicate<LivingEntity>PotionEntity. WATER_SENSITIVEMethods in net.minecraft.entity.projectile that return LivingEntity Modifier and Type Method Description LivingEntityEvokerFangsEntity. getOwner()Methods in net.minecraft.entity.projectile with parameters of type LivingEntity Modifier and Type Method Description private voidEvokerFangsEntity. dealDamageTo(LivingEntity p_190551_1_)protected voidAbstractArrowEntity. doPostHurtEffects(LivingEntity p_184548_1_)protected voidArrowEntity. doPostHurtEffects(LivingEntity p_184548_1_)protected voidSpectralArrowEntity. doPostHurtEffects(LivingEntity p_184548_1_)static AbstractArrowEntityProjectileHelper. getMobArrow(LivingEntity p_221272_0_, ItemStack p_221272_1_, float p_221272_2_)static HandProjectileHelper. getWeaponHoldingHand(LivingEntity livingEntity, java.util.function.Predicate<Item> itemPredicate)static HandProjectileHelper. getWeaponHoldingHand(LivingEntity p_221274_0_, Item p_221274_1_)Deprecated.voidAbstractArrowEntity. setEnchantmentEffectsFromEntity(LivingEntity p_190547_1_, float p_190547_2_)voidEvokerFangsEntity. setOwner(LivingEntity p_190549_1_)Constructors in net.minecraft.entity.projectile with parameters of type LivingEntity Constructor Description AbstractArrowEntity(EntityType<? extends AbstractArrowEntity> p_i48548_1_, LivingEntity p_i48548_2_, World p_i48548_3_)AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> p_i50168_1_, LivingEntity p_i50168_2_, double p_i50168_3_, double p_i50168_5_, double p_i50168_7_, World p_i50168_9_)ArrowEntity(World p_i46758_1_, LivingEntity p_i46758_2_)DamagingProjectileEntity(EntityType<? extends DamagingProjectileEntity> p_i50175_1_, LivingEntity p_i50175_2_, double p_i50175_3_, double p_i50175_5_, double p_i50175_7_, World p_i50175_9_)DragonFireballEntity(World p_i46776_1_, LivingEntity p_i46776_2_, double p_i46776_3_, double p_i46776_5_, double p_i46776_7_)EggEntity(World p_i1780_1_, LivingEntity p_i1780_2_)EvokerFangsEntity(World p_i47276_1_, double p_i47276_2_, double p_i47276_4_, double p_i47276_6_, float p_i47276_8_, int p_i47276_9_, LivingEntity p_i47276_10_)FireballEntity(World p_i1769_1_, LivingEntity p_i1769_2_, double p_i1769_3_, double p_i1769_5_, double p_i1769_7_)FireworkRocketEntity(World p_i47367_1_, ItemStack p_i47367_2_, LivingEntity p_i47367_3_)PotionEntity(World p_i50150_1_, LivingEntity p_i50150_2_)ProjectileItemEntity(EntityType<? extends ProjectileItemEntity> p_i50157_1_, LivingEntity p_i50157_2_, World p_i50157_3_)ShulkerBulletEntity(World p_i46772_1_, LivingEntity p_i46772_2_, Entity p_i46772_3_, Direction.Axis p_i46772_4_)SmallFireballEntity(World p_i1771_1_, LivingEntity p_i1771_2_, double p_i1771_3_, double p_i1771_5_, double p_i1771_7_)SnowballEntity(World p_i1774_1_, LivingEntity p_i1774_2_)SpectralArrowEntity(World p_i46768_1_, LivingEntity p_i46768_2_)ThrowableEntity(EntityType<? extends ThrowableEntity> p_i48542_1_, LivingEntity p_i48542_2_, World p_i48542_3_)TridentEntity(World p_i48790_1_, LivingEntity p_i48790_2_, ItemStack p_i48790_3_)WitherSkullEntity(World p_i1794_1_, LivingEntity p_i1794_2_, double p_i1794_3_, double p_i1794_5_, double p_i1794_7_) -
Uses of LivingEntity in net.minecraft.item
Methods in net.minecraft.item with type parameters of type LivingEntity Modifier and Type Method Description <T extends LivingEntity>
voidItemStack. hurtAndBreak(int p_222118_1_, T p_222118_2_, java.util.function.Consumer<T> p_222118_3_)Methods in net.minecraft.item with parameters of type LivingEntity Modifier and Type Method Description floatIItemPropertyGetter. call(ItemStack p_call_1_, ClientWorld p_call_2_, LivingEntity p_call_3_)booleanElytraItem. canElytraFly(ItemStack stack, LivingEntity entity)AbstractArrowEntityArrowItem. createArrow(World p_200887_1_, ItemStack p_200887_2_, LivingEntity p_200887_3_)AbstractArrowEntitySpectralArrowItem. createArrow(World p_200887_1_, ItemStack p_200887_2_, LivingEntity p_200887_3_)booleanElytraItem. elytraFlightTick(ItemStack stack, LivingEntity entity, int flightTicks)ItemStackChorusFruitItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackHoneyBottleItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackItemStack. finishUsingItem(World p_77950_1_, LivingEntity p_77950_2_)ItemStackMilkBucketItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackPotionItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackSoupItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)ItemStackSuspiciousStewItem. finishUsingItem(ItemStack p_77654_1_, World p_77654_2_, LivingEntity p_77654_3_)private static AbstractArrowEntityCrossbowItem. getArrow(World p_220024_0_, LivingEntity p_220024_1_, ItemStack p_220024_2_, ItemStack p_220024_3_)static ItemStackShootableItem. getHeldProjectile(LivingEntity p_220005_0_, java.util.function.Predicate<ItemStack> p_220005_1_)booleanItem. hurtEnemy(ItemStack p_77644_1_, LivingEntity p_77644_2_, LivingEntity p_77644_3_)voidItemStack. hurtEnemy(LivingEntity p_77961_1_, PlayerEntity p_77961_2_)booleanSwordItem. hurtEnemy(ItemStack p_77644_1_, LivingEntity p_77644_2_, LivingEntity p_77644_3_)booleanToolItem. hurtEnemy(ItemStack p_77644_1_, LivingEntity p_77644_2_, LivingEntity p_77644_3_)booleanTridentItem. hurtEnemy(ItemStack p_77644_1_, LivingEntity p_77644_2_, LivingEntity p_77644_3_)ActionResultTypeDyeItem. interactLivingEntity(ItemStack p_111207_1_, PlayerEntity p_111207_2_, LivingEntity p_111207_3_, Hand p_111207_4_)ActionResultTypeItem. interactLivingEntity(ItemStack p_111207_1_, PlayerEntity p_111207_2_, LivingEntity p_111207_3_, Hand p_111207_4_)ActionResultTypeItemStack. interactLivingEntity(PlayerEntity p_111282_1_, LivingEntity p_111282_2_, Hand p_111282_3_)ActionResultTypeNameTagItem. interactLivingEntity(ItemStack p_111207_1_, PlayerEntity p_111207_2_, LivingEntity p_111207_3_, Hand p_111207_4_)ActionResultTypeSaddleItem. interactLivingEntity(ItemStack p_111207_1_, PlayerEntity p_111207_2_, LivingEntity p_111207_3_, Hand p_111207_4_)ActionResultTypeShearsItem. interactLivingEntity(ItemStack stack, PlayerEntity playerIn, LivingEntity entity, Hand hand)private static booleanCrossbowItem. loadProjectile(LivingEntity p_220023_0_, ItemStack p_220023_1_, ItemStack p_220023_2_, boolean p_220023_3_, boolean p_220023_4_)booleanItem. mineBlock(ItemStack p_179218_1_, World p_179218_2_, BlockState p_179218_3_, BlockPos p_179218_4_, LivingEntity p_179218_5_)booleanShearsItem. mineBlock(ItemStack p_179218_1_, World p_179218_2_, BlockState p_179218_3_, BlockPos p_179218_4_, LivingEntity p_179218_5_)booleanSwordItem. mineBlock(ItemStack p_179218_1_, World p_179218_2_, BlockState p_179218_3_, BlockPos p_179218_4_, LivingEntity p_179218_5_)booleanToolItem. mineBlock(ItemStack p_179218_1_, World p_179218_2_, BlockState p_179218_3_, BlockPos p_179218_4_, LivingEntity p_179218_5_)booleanTridentItem. mineBlock(ItemStack p_179218_1_, World p_179218_2_, BlockState p_179218_3_, BlockPos p_179218_4_, LivingEntity p_179218_5_)private static voidCrossbowItem. onCrossbowShot(World p_220015_0_, LivingEntity p_220015_1_, ItemStack p_220015_2_)voidCrossbowItem. onUseTick(World p_219972_1_, LivingEntity p_219972_2_, ItemStack p_219972_3_, int p_219972_4_)voidItem. onUseTick(World p_219972_1_, LivingEntity p_219972_2_, ItemStack p_219972_3_, int p_219972_4_)voidItemStack. onUseTick(World p_222121_1_, LivingEntity p_222121_2_, int p_222121_3_)static voidCrossbowItem. performShooting(World p_220014_0_, LivingEntity p_220014_1_, Hand p_220014_2_, ItemStack p_220014_3_, float p_220014_4_, float p_220014_5_)voidBowItem. releaseUsing(ItemStack p_77615_1_, World p_77615_2_, LivingEntity p_77615_3_, int p_77615_4_)voidCrossbowItem. releaseUsing(ItemStack p_77615_1_, World p_77615_2_, LivingEntity p_77615_3_, int p_77615_4_)voidItem. releaseUsing(ItemStack p_77615_1_, World p_77615_2_, LivingEntity p_77615_3_, int p_77615_4_)voidItemStack. releaseUsing(World p_77974_1_, LivingEntity p_77974_2_, int p_77974_3_)voidTridentItem. releaseUsing(ItemStack p_77615_1_, World p_77615_2_, LivingEntity p_77615_3_, int p_77615_4_)private static voidCrossbowItem. shootProjectile(World p_220016_0_, LivingEntity p_220016_1_, Hand p_220016_2_, ItemStack p_220016_3_, ItemStack p_220016_4_, float p_220016_5_, boolean p_220016_6_, float p_220016_7_, float p_220016_8_, float p_220016_9_)private static booleanCrossbowItem. tryLoadProjectiles(LivingEntity p_220021_0_, ItemStack p_220021_1_) -
Uses of LivingEntity in net.minecraft.network
Methods in net.minecraft.network with parameters of type LivingEntity Modifier and Type Method Description static voidDebugPacketSender. sendEntityBrain(LivingEntity p_218798_0_) -
Uses of LivingEntity in net.minecraft.network.play.server
Constructors in net.minecraft.network.play.server with parameters of type LivingEntity Constructor Description SSpawnMobPacket(LivingEntity p_i46973_1_) -
Uses of LivingEntity in net.minecraft.potion
Methods in net.minecraft.potion with parameters of type LivingEntity Modifier and Type Method Description voidAbsorptionEffect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)voidEffect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)voidEffectInstance. applyEffect(LivingEntity p_76457_1_)voidEffect. applyEffectTick(LivingEntity p_76394_1_, int p_76394_2_)voidEffect. applyInstantenousEffect(Entity p_180793_1_, Entity p_180793_2_, LivingEntity p_180793_3_, int p_180793_4_, double p_180793_5_)static intEffectUtils. getDigSpeedAmplification(LivingEntity p_205134_0_)static booleanEffectUtils. hasDigSpeed(LivingEntity p_205135_0_)static booleanEffectUtils. hasWaterBreathing(LivingEntity p_205133_0_)voidAbsorptionEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)voidEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)voidHealthBoostEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)booleanEffectInstance. tick(LivingEntity p_76455_1_, java.lang.Runnable p_76455_2_) -
Uses of LivingEntity in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as LivingEntity Modifier and Type Field Description private LivingEntityConduitTileEntity. destroyTargetFields in net.minecraft.tileentity with type parameters of type LivingEntity Modifier and Type Field Description private java.util.List<LivingEntity>BellTileEntity. nearbyEntitiesMethods in net.minecraft.tileentity that return LivingEntity Modifier and Type Method Description private LivingEntityConduitTileEntity. findDestroyTarget()Methods in net.minecraft.tileentity with parameters of type LivingEntity Modifier and Type Method Description voidStructureBlockTileEntity. createdBy(LivingEntity p_189720_1_)private voidBellTileEntity. glow(LivingEntity p_222827_1_)private booleanBellTileEntity. isRaiderWithinRange(LivingEntity p_222832_1_) -
Uses of LivingEntity in net.minecraft.util
Fields in net.minecraft.util declared as LivingEntity Modifier and Type Field Description private LivingEntityCombatTracker. mobFields in net.minecraft.util with type parameters of type LivingEntity Modifier and Type Field Description static java.util.function.Predicate<LivingEntity>EntityPredicates. LIVING_ENTITY_STILL_ALIVEMethods in net.minecraft.util that return LivingEntity Modifier and Type Method Description LivingEntityCombatTracker. getKiller()LivingEntityCombatTracker. getMob()Methods in net.minecraft.util with parameters of type LivingEntity Modifier and Type Method Description static booleanTransportationHelper. canDismountTo(ICollisionReader p_234631_0_, LivingEntity p_234631_1_, AxisAlignedBB p_234631_2_)static DamageSourceDamageSource. explosion(LivingEntity p_188405_0_)static Vector3dTransportationHelper. findDismountLocation(ICollisionReader p_242381_0_, double p_242381_1_, double p_242381_3_, double p_242381_5_, LivingEntity p_242381_7_, Pose p_242381_8_)ITextComponentBedExplosionDamageSource. getLocalizedDeathMessage(LivingEntity p_151519_1_)ITextComponentDamageSource. getLocalizedDeathMessage(LivingEntity p_151519_1_)ITextComponentEntityDamageSource. getLocalizedDeathMessage(LivingEntity p_151519_1_)ITextComponentIndirectEntityDamageSource. getLocalizedDeathMessage(LivingEntity p_151519_1_)static DamageSourceDamageSource. indirectMobAttack(Entity p_188403_0_, LivingEntity p_188403_1_)static DamageSourceDamageSource. mobAttack(LivingEntity p_76358_0_)static DamageSourceDamageSource. sting(LivingEntity p_226252_0_)Constructors in net.minecraft.util with parameters of type LivingEntity Constructor Description CombatTracker(LivingEntity p_i1565_1_) -
Uses of LivingEntity in net.minecraft.util.math
Methods in net.minecraft.util.math with parameters of type LivingEntity Modifier and Type Method Description booleanBlockPosWrapper. isVisibleBy(LivingEntity p_220610_1_)booleanEntityPosWrapper. isVisibleBy(LivingEntity p_220610_1_)booleanIPosWrapper. isVisibleBy(LivingEntity p_220610_1_) -
Uses of LivingEntity in net.minecraft.world
Methods in net.minecraft.world with type parameters of type LivingEntity Modifier and Type Method Description default <T extends LivingEntity>
java.util.List<T>IEntityReader. getNearbyEntities(java.lang.Class<? extends T> p_217374_1_, EntityPredicate p_217374_2_, LivingEntity p_217374_3_, AxisAlignedBB p_217374_4_)default <T extends LivingEntity>
TIEntityReader. getNearestEntity(java.lang.Class<? extends T> p_217360_1_, EntityPredicate p_217360_2_, LivingEntity p_217360_3_, double p_217360_4_, double p_217360_6_, double p_217360_8_, AxisAlignedBB p_217360_10_)default <T extends LivingEntity>
TIEntityReader. getNearestEntity(java.util.List<? extends T> p_217361_1_, EntityPredicate p_217361_2_, LivingEntity p_217361_3_, double p_217361_4_, double p_217361_6_, double p_217361_8_)default <T extends LivingEntity>
TIEntityReader. getNearestLoadedEntity(java.lang.Class<? extends T> p_225318_1_, EntityPredicate p_225318_2_, LivingEntity p_225318_3_, double p_225318_4_, double p_225318_6_, double p_225318_8_, AxisAlignedBB p_225318_10_)Methods in net.minecraft.world that return LivingEntity Modifier and Type Method Description LivingEntityExplosion. getSourceMob()Methods in net.minecraft.world with parameters of type LivingEntity Modifier and Type Method Description default <T extends LivingEntity>
java.util.List<T>IEntityReader. getNearbyEntities(java.lang.Class<? extends T> p_217374_1_, EntityPredicate p_217374_2_, LivingEntity p_217374_3_, AxisAlignedBB p_217374_4_)default java.util.List<PlayerEntity>IEntityReader. getNearbyPlayers(EntityPredicate p_217373_1_, LivingEntity p_217373_2_, AxisAlignedBB p_217373_3_)default <T extends LivingEntity>
TIEntityReader. getNearestEntity(java.lang.Class<? extends T> p_217360_1_, EntityPredicate p_217360_2_, LivingEntity p_217360_3_, double p_217360_4_, double p_217360_6_, double p_217360_8_, AxisAlignedBB p_217360_10_)default <T extends LivingEntity>
TIEntityReader. getNearestEntity(java.util.List<? extends T> p_217361_1_, EntityPredicate p_217361_2_, LivingEntity p_217361_3_, double p_217361_4_, double p_217361_6_, double p_217361_8_)default <T extends LivingEntity>
TIEntityReader. getNearestLoadedEntity(java.lang.Class<? extends T> p_225318_1_, EntityPredicate p_225318_2_, LivingEntity p_225318_3_, double p_225318_4_, double p_225318_6_, double p_225318_8_, AxisAlignedBB p_225318_10_)default PlayerEntityIEntityReader. getNearestPlayer(EntityPredicate p_217370_1_, LivingEntity p_217370_2_)default PlayerEntityIEntityReader. getNearestPlayer(EntityPredicate p_217372_1_, LivingEntity p_217372_2_, double p_217372_3_, double p_217372_5_, double p_217372_7_) -
Uses of LivingEntity in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type LivingEntity Modifier and Type Method Description static <A extends BipedModel<?>>
AForgeHooksClient. getArmorModel(LivingEntity entityLiving, ItemStack itemStack, EquipmentSlotType slot, A _default) -
Uses of LivingEntity in net.minecraftforge.client.event
Classes in net.minecraftforge.client.event with type parameters of type LivingEntity Modifier and Type Class Description classRenderLivingEvent<T extends LivingEntity,M extends EntityModel<T>>static classRenderLivingEvent.Post<T extends LivingEntity,M extends EntityModel<T>>static classRenderLivingEvent.Pre<T extends LivingEntity,M extends EntityModel<T>>Fields in net.minecraftforge.client.event declared as LivingEntity Modifier and Type Field Description private LivingEntityRenderLivingEvent. entityMethods in net.minecraftforge.client.event that return LivingEntity Modifier and Type Method Description LivingEntityRenderLivingEvent. getEntity()Constructors in net.minecraftforge.client.event with parameters of type LivingEntity Constructor Description Post(LivingEntity entity, LivingRenderer<T,M> renderer, float partialRenderTick, MatrixStack matrixStack, IRenderTypeBuffer buffers, int light)Pre(LivingEntity entity, LivingRenderer<T,M> renderer, float partialRenderTick, MatrixStack matrixStack, IRenderTypeBuffer buffers, int light)RenderLivingEvent(LivingEntity entity, LivingRenderer<T,M> renderer, float partialRenderTick, MatrixStack matrixStack, IRenderTypeBuffer buffers, int light) -
Uses of LivingEntity in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type LivingEntity Modifier and Type Method Description IBakedModelDynamicBucketModel.ContainedFluidOverrideHandler. resolve(IBakedModel originalModel, ItemStack stack, ClientWorld world, LivingEntity entity)IBakedModelPerspectiveMapWrapper.OverrideListWrapper. resolve(IBakedModel model, ItemStack stack, ClientWorld worldIn, LivingEntity entityIn) -
Uses of LivingEntity in net.minecraftforge.client.model.animation
Methods in net.minecraftforge.client.model.animation with parameters of type LivingEntity Modifier and Type Method Description IBakedModelAnimationItemOverrideList. resolve(IBakedModel originalModel, ItemStack stack, ClientWorld world, LivingEntity entity) -
Uses of LivingEntity in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type LivingEntity Modifier and Type Field Description private static java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>ForgeHooks. FORGE_ATTRIBUTESMethods in net.minecraftforge.common that return types with arguments of type LivingEntity Modifier and Type Method Description static java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>ForgeHooks. getAttributesView()Deprecated.Methods in net.minecraftforge.common with parameters of type LivingEntity Modifier and Type Method Description static booleanForgeHooks. canEntityDestroy(World world, BlockPos pos, LivingEntity entity)static doubleForgeHooks. getEntityVisibilityMultiplier(LivingEntity entity, Entity lookingEntity, double originalMultiplier)static intForgeHooks. getLootingLevel(LivingEntity target, DamageSource cause, int level)static booleanForgeHooks. isLivingOnLadder(BlockState state, World world, BlockPos pos, LivingEntity entity)Deprecated.UseForgeHooks.isLivingOnLadderPos(BlockState, World, BlockPos, LivingEntity)instead in 1.16.static java.util.Optional<BlockPos>ForgeHooks. isLivingOnLadderPos(BlockState state, World world, BlockPos pos, LivingEntity entity)static booleanForgeHooks. onLivingAttack(LivingEntity entity, DamageSource src, float amount)static floatForgeHooks. onLivingDamage(LivingEntity entity, DamageSource src, float amount)static booleanForgeHooks. onLivingDeath(LivingEntity entity, DamageSource src)static booleanForgeHooks. onLivingDrops(LivingEntity entity, DamageSource source, java.util.Collection<ItemEntity> drops, int lootingLevel, boolean recentlyHit)static float[]ForgeHooks. onLivingFall(LivingEntity entity, float distance, float damageMultiplier)static floatForgeHooks. onLivingHurt(LivingEntity entity, DamageSource src, float amount)static voidForgeHooks. onLivingJump(LivingEntity entity)static LivingKnockBackEventForgeHooks. onLivingKnockBack(LivingEntity target, float strength, double ratioX, double ratioZ)static voidForgeHooks. onLivingSetAttackTarget(LivingEntity entity, LivingEntity target)static booleanForgeHooks. onLivingUpdate(LivingEntity entity)static booleanForgeHooks. onPlayerAttack(LivingEntity entity, DamageSource src, float amount)Method parameters in net.minecraftforge.common with type arguments of type LivingEntity Modifier and Type Method Description static AttributeModifierMapForgeHooks. putAttributesOld(EntityType<? extends LivingEntity> type, AttributeModifierMap map)Deprecated. -
Uses of LivingEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with type parameters of type LivingEntity Modifier and Type Method Description default <T extends LivingEntity>
intIForgeItem. damageItem(ItemStack stack, int amount, T entity, java.util.function.Consumer<T> onBroken)Reduce the durability of this item by the amount given.Methods in net.minecraftforge.common.extensions with parameters of type LivingEntity Modifier and Type Method Description default booleanIForgeBlock. addLandingEffects(BlockState state1, ServerWorld worldserver, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles)Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle.default booleanIForgeBlockState. addLandingEffects(ServerWorld worldserver, BlockPos pos, BlockState state2, LivingEntity entity, int numberOfParticles)Allows a block to override the standard EntityLivingBase.updateFallState particles, this is a server side method that spawns particles with WorldServer.spawnParticle.default booleanIForgeItem. canDisableShield(ItemStack stack, ItemStack shield, LivingEntity entity, LivingEntity attacker)Can this Item disable a shielddefault booleanIForgeItemStack. canDisableShield(ItemStack shield, LivingEntity entity, LivingEntity attacker)Can this Item disable a shielddefault booleanIForgeItem. canElytraFly(ItemStack stack, LivingEntity entity)Used to determine if the player can use Elytra flight.default booleanIForgeItemStack. canElytraFly(LivingEntity entity)Used to determine if the player can use Elytra flight.default voidIForgeBlock. catchFire(BlockState state, World world, BlockPos pos, Direction face, LivingEntity igniter)If the block is flammable, this is called when it gets lit on fire.default voidIForgeBlockState. catchFire(World world, BlockPos pos, Direction face, LivingEntity igniter)If the block is flammable, this is called when it gets lit on fire.default booleanIForgeItem. elytraFlightTick(ItemStack stack, LivingEntity entity, int flightTicks)Used to determine if the player can continue Elytra flight, this is called each tick, and can be used to apply ItemStack damage, consume Energy, or what have you.default booleanIForgeItemStack. elytraFlightTick(LivingEntity entity, int flightTicks)Used to determine if the player can continue Elytra flight, this is called each tick, and can be used to apply ItemStack damage, consume Energy, or what have you.default <A extends BipedModel<?>>
AIForgeItem. getArmorModel(LivingEntity entityLiving, ItemStack itemStack, EquipmentSlotType armorSlot, A _default)Override this method to have an item handle its own armor rendering.default java.util.Optional<Vector3d>IForgeBlock. getBedSpawnPosition(EntityType<?> entityType, BlockState state, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper)default java.util.Optional<Vector3d>IForgeBlockState. getBedSpawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper)default java.util.Optional<Vector3d>IForgeBlock. getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)Returns the position that the entity is moved to upon respawning at this block.default java.util.Optional<Vector3d>IForgeBlockState. getRespawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)Returns the position that the entity is moved to upon respawning at this block.default booleanIForgeBlockState. isBed(IBlockReader world, BlockPos pos, LivingEntity sleeper)Determines if this block is classified as a Bed, Allowing players to sleep in it, though the block has to specifically perform the sleeping functionality in it's activated event.default booleanIForgeBlock. isLadder(BlockState state, IWorldReader world, BlockPos pos, LivingEntity entity)Checks if a player or entity can use this block to 'climb' like a ladder.default booleanIForgeBlockState. isLadder(IWorldReader world, BlockPos pos, LivingEntity entity)Checks if a player or entity can use this block to 'climb' like a ladder.default booleanIForgeBlock. isScaffolding(BlockState state, IWorldReader world, BlockPos pos, LivingEntity entity)Checks if a player or entity handles movement on this block like scaffolding.default booleanIForgeBlockState. isScaffolding(LivingEntity entity)Checks if a player or entity handles movement on this block like scaffolding.default booleanIForgeItem. isShield(ItemStack stack, LivingEntity entity)Is this Item a shielddefault booleanIForgeItemStack. isShield(LivingEntity entity)Is this Item a shielddefault booleanIForgeItem. makesPiglinsNeutral(ItemStack stack, LivingEntity wearer)Called by Piglins to check if a given item prevents hostility on sight.default booleanIForgeItemStack. makesPiglinsNeutral(LivingEntity wearer)Called by Piglins to check if a given item prevents hostility on sight.default booleanIForgeItem. onEntitySwing(ItemStack stack, LivingEntity entity)Called when a entity tries to play the 'swing' animation.default booleanIForgeItemStack. onEntitySwing(LivingEntity entity)Called when a entity tries to play the 'swing' animation.default voidIForgeItem. onUsingTick(ItemStack stack, LivingEntity player, int count)Called each tick while using an item.default voidIForgeItemStack. onUsingTick(LivingEntity player, int count)Called each tick while using an item.default voidIForgeBlock. setBedOccupied(BlockState state, World world, BlockPos pos, LivingEntity sleeper, boolean occupied)Called when a user either starts or stops sleeping in the bed.default voidIForgeBlockState. setBedOccupied(World world, BlockPos pos, LivingEntity sleeper, boolean occupied)Called when a user either starts or stops sleeping in the bed. -
Uses of LivingEntity in net.minecraftforge.common.util
Subclasses of LivingEntity in net.minecraftforge.common.util Modifier and Type Class Description classFakePlayer -
Uses of LivingEntity in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type LivingEntity Modifier and Type Method Description java.util.Optional<Vector3d>CustomRespawnTest.CustomRespawnBlock. getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)booleanScaffoldingTest.ScaffoldingMethodTestBlock. isScaffolding(BlockState state, IWorldReader world, BlockPos pos, LivingEntity entity) -
Uses of LivingEntity in net.minecraftforge.debug.item
Methods in net.minecraftforge.debug.item with parameters of type LivingEntity Modifier and Type Method Description booleanCustomElytraTest.CustomElytra. canElytraFly(ItemStack stack, LivingEntity entity)booleanCustomElytraTest.CustomElytra. elytraFlightTick(ItemStack stack, LivingEntity entity, int flightTicks) -
Uses of LivingEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type LivingEntity Modifier and Type Method Description static booleanForgeEventFactory. canLivingConvert(LivingEntity entity, EntityType<? extends LivingEntity> outcome, java.util.function.Consumer<java.lang.Integer> timer)static booleanForgeEventFactory. fireSleepingLocationCheck(LivingEntity player, BlockPos sleepingLocation)static ZombieEvent.SummonAidEventForgeEventFactory. fireZombieSummonAid(ZombieEntity zombie, World world, int x, int y, int z, LivingEntity attacker, double summonChance)static intForgeEventFactory. getExperienceDrop(LivingEntity entity, PlayerEntity attackingPlayer, int originalExperience)static EntityTeleportEvent.ChorusFruitForgeEventFactory. onChorusFruitTeleport(LivingEntity entity, double targetX, double targetY, double targetZ)static EntityTeleportEvent.EnderEntityForgeEventFactory. onEnderTeleport(LivingEntity entity, double targetX, double targetY, double targetZ)static booleanForgeEventFactory. onEntityDestroyBlock(LivingEntity entity, BlockPos pos, BlockState state)static ItemStackForgeEventFactory. onItemUseFinish(LivingEntity entity, ItemStack item, int duration, ItemStack result)static intForgeEventFactory. onItemUseStart(LivingEntity entity, ItemStack item, int duration)static intForgeEventFactory. onItemUseTick(LivingEntity entity, ItemStack item, int duration)static voidForgeEventFactory. onLivingConvert(LivingEntity entity, LivingEntity outcome)static floatForgeEventFactory. onLivingHeal(LivingEntity entity, float amount)private static floatForgeEventFactory. onOldEnderTeleport(LivingEntity entity, float attackDamage, EntityTeleportEvent event)static booleanForgeEventFactory. onUseItemStop(LivingEntity entity, ItemStack item, int duration)Method parameters in net.minecraftforge.event with type arguments of type LivingEntity Modifier and Type Method Description static booleanForgeEventFactory. canLivingConvert(LivingEntity entity, EntityType<? extends LivingEntity> outcome, java.util.function.Consumer<java.lang.Integer> timer) -
Uses of LivingEntity in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity with type parameters of type LivingEntity Modifier and Type Field Description private java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap.MutableAttribute>EntityAttributeModificationEvent. entityAttributesprivate java.util.List<EntityType<? extends LivingEntity>>EntityAttributeModificationEvent. entityTypesprivate java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>EntityAttributeCreationEvent. mapMethods in net.minecraftforge.event.entity that return types with arguments of type LivingEntity Modifier and Type Method Description java.util.List<EntityType<? extends LivingEntity>>EntityAttributeModificationEvent. getTypes()Method parameters in net.minecraftforge.event.entity with type arguments of type LivingEntity Modifier and Type Method Description voidEntityAttributeModificationEvent. add(EntityType<? extends LivingEntity> entityType, Attribute attribute)voidEntityAttributeModificationEvent. add(EntityType<? extends LivingEntity> entityType, Attribute attribute, double value)booleanEntityAttributeModificationEvent. has(EntityType<? extends LivingEntity> entityType, Attribute attribute)voidEntityAttributeCreationEvent. put(EntityType<? extends LivingEntity> entity, AttributeModifierMap map)Constructor parameters in net.minecraftforge.event.entity with type arguments of type LivingEntity Constructor Description EntityAttributeCreationEvent(java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap> map)EntityAttributeModificationEvent(java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap.MutableAttribute> mapIn) -
Uses of LivingEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as LivingEntity Modifier and Type Field Description private LivingEntityZombieEvent.SummonAidEvent. attackerprivate LivingEntityEntityTeleportEvent.ChorusFruit. entityLivingprivate LivingEntityEntityTeleportEvent.EnderEntity. entityLivingprivate LivingEntityLivingEvent. entityLivingprivate LivingEntityLivingConversionEvent.Post. outcomeprivate LivingEntityLivingSetAttackTargetEvent. targetFields in net.minecraftforge.event.entity.living with type parameters of type LivingEntity Modifier and Type Field Description private EntityType<? extends LivingEntity>LivingConversionEvent.Pre. outcomeMethods in net.minecraftforge.event.entity.living that return LivingEntity Modifier and Type Method Description LivingEntityZombieEvent.SummonAidEvent. getAttacker()LivingEntityEntityTeleportEvent.ChorusFruit. getEntityLiving()LivingEntityEntityTeleportEvent.EnderEntity. getEntityLiving()LivingEntityLivingEvent. getEntityLiving()LivingEntityLivingConversionEvent.Post. getOutcome()Gets the finalized new entity (with all data like potion effect and equipments set)LivingEntityLivingSetAttackTargetEvent. getTarget()Methods in net.minecraftforge.event.entity.living that return types with arguments of type LivingEntity Modifier and Type Method Description EntityType<? extends LivingEntity>LivingConversionEvent.Pre. getOutcome()Gets the entity type of the new entity this living entity is converting toConstructors in net.minecraftforge.event.entity.living with parameters of type LivingEntity Constructor Description ChorusFruit(LivingEntity entity, double targetX, double targetY, double targetZ)EnderEntity(LivingEntity entity, double targetX, double targetY, double targetZ)EnderTeleportEvent(LivingEntity entity, double targetX, double targetY, double targetZ, float attackDamage)Deprecated.Finish(LivingEntity entity, ItemStack item, int duration, ItemStack result)LivingAttackEvent(LivingEntity entity, DamageSource source, float amount)LivingConversionEvent(LivingEntity entity)LivingDamageEvent(LivingEntity entity, DamageSource source, float amount)LivingDeathEvent(LivingEntity entity, DamageSource source)LivingDestroyBlockEvent(LivingEntity entity, BlockPos pos, BlockState state)LivingDropsEvent(LivingEntity entity, DamageSource source, java.util.Collection<ItemEntity> drops, int lootingLevel, boolean recentlyHit)LivingEntityUseItemEvent(LivingEntity entity, ItemStack item, int duration)LivingEquipmentChangeEvent(LivingEntity entity, EquipmentSlotType slot, ItemStack from, ItemStack to)LivingEvent(LivingEntity entity)LivingExperienceDropEvent(LivingEntity entity, PlayerEntity attackingPlayer, int originalExperience)LivingFallEvent(LivingEntity entity, float distance, float damageMultiplier)LivingHealEvent(LivingEntity entity, float amount)LivingHurtEvent(LivingEntity entity, DamageSource source, float amount)LivingJumpEvent(LivingEntity e)LivingKnockBackEvent(LivingEntity target, float strength, double ratioX, double ratioZ)LivingSetAttackTargetEvent(LivingEntity entity, LivingEntity target)LivingUpdateEvent(LivingEntity e)LivingVisibilityEvent(LivingEntity livingEntity, Entity lookingEntity, double originalMultiplier)LootingLevelEvent(LivingEntity entity, DamageSource damageSource, int lootingLevel)Post(LivingEntity entity, LivingEntity outcome)PotionAddedEvent(LivingEntity living, EffectInstance oldEffect, EffectInstance newEffect)PotionApplicableEvent(LivingEntity living, EffectInstance effect)PotionColorCalculationEvent(LivingEntity entity, int color, boolean hideParticle, java.util.Collection<EffectInstance> effectList)PotionEvent(LivingEntity living, EffectInstance effect)PotionExpiryEvent(LivingEntity living, EffectInstance effect)PotionRemoveEvent(LivingEntity living, Effect potion)PotionRemoveEvent(LivingEntity living, EffectInstance effect)Pre(LivingEntity entity, EntityType<? extends LivingEntity> outcome, java.util.function.Consumer<java.lang.Integer> timer)Start(LivingEntity entity, ItemStack item, int duration)Stop(LivingEntity entity, ItemStack item, int duration)SummonAidEvent(ZombieEntity entity, World world, int x, int y, int z, LivingEntity attacker, double summonChance)Tick(LivingEntity entity, ItemStack item, int duration)Constructor parameters in net.minecraftforge.event.entity.living with type arguments of type LivingEntity Constructor Description Pre(LivingEntity entity, EntityType<? extends LivingEntity> outcome, java.util.function.Consumer<java.lang.Integer> timer) -
Uses of LivingEntity in net.minecraftforge.event.entity.player
Constructors in net.minecraftforge.event.entity.player with parameters of type LivingEntity Constructor Description SleepingLocationCheckEvent(LivingEntity player, BlockPos sleepingLocation) -
Uses of LivingEntity in net.minecraftforge.items.wrapper
Fields in net.minecraftforge.items.wrapper declared as LivingEntity Modifier and Type Field Description protected LivingEntityEntityEquipmentInvWrapper. entityThe entity.Methods in net.minecraftforge.items.wrapper with parameters of type LivingEntity Modifier and Type Method Description static LazyOptional<IItemHandlerModifiable>[]EntityEquipmentInvWrapper. create(LivingEntity entity)Constructors in net.minecraftforge.items.wrapper with parameters of type LivingEntity Constructor Description EntityArmorInvWrapper(LivingEntity entity)EntityEquipmentInvWrapper(LivingEntity entity, EquipmentSlotType.Group slotType)EntityHandsInvWrapper(LivingEntity entity)
-