Skip to content

Commit

Permalink
Fix javadoc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 28, 2024
1 parent 56b6ce7 commit 67325ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/world/chunk/WorldChunk.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ CLASS net/minecraft/class_2818 net/minecraft/world/chunk/WorldChunk
COMMENT
COMMENT <strong>Warning:<strong> If {@code null} is passed as the entity type filter, care should be
COMMENT taken that the type argument {@code T} is set to {@link Entity}, otherwise heap pollution in
COMMENT the output list or {@link ClassCastException} can occur
COMMENT the output list or {@link ClassCastException} can occur.
ARG 1 type
COMMENT the entity type of the entities to collect, or {@code null} to collect entities of all types.
COMMENT the entity type of the entities to collect, or {@code null} to collect entities of all types
ARG 2 box
COMMENT the box within which collected entities must be
ARG 3 result
Expand Down

0 comments on commit 67325ee

Please sign in to comment.