Skip to content

Commit

Permalink
fix missing param name which broke javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Jan 6, 2025
1 parent 3f5f7d6 commit b46ae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/LivingEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b46ae88

Please sign in to comment.