diff --git a/mappings/net/minecraft/world/chunk/WorldChunk.mapping b/mappings/net/minecraft/world/chunk/WorldChunk.mapping index a45ec07190..ded585552c 100644 --- a/mappings/net/minecraft/world/chunk/WorldChunk.mapping +++ b/mappings/net/minecraft/world/chunk/WorldChunk.mapping @@ -132,9 +132,9 @@ CLASS net/minecraft/class_2818 net/minecraft/world/chunk/WorldChunk COMMENT COMMENT Warning: 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