From b46ae88da09f97c85c99f46521c0851de4ea7d2c Mon Sep 17 00:00:00 2001 From: supersaiyansubtlety Date: Sun, 5 Jan 2025 21:34:03 -0800 Subject: [PATCH] fix missing param name which broke javadoc --- mappings/net/minecraft/entity/LivingEntity.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index e62285b197..10cb690c1c 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -204,7 +204,7 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity METHOD m_emvhacmb isSeenBy (Lnet/minecraft/unmapped/C_usxaxydn;DZZLjava/util/function/Predicate;[Ljava/util/function/DoubleSupplier;)Z COMMENT @return {@code true} if the passed {@code entity} sees this entity and COMMENT isn't {@code filter}ed, or {@code false} otherwise - ARG 1 + ARG 1 entity COMMENT the entity to check ARG 2 tolerance COMMENT the maximum allowable angle between the passed {@code entity}'s