From b907376a4a0a4830548e34eaca749aa8819b665d Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Fri, 7 Jun 2024 06:35:14 -0400 Subject: [PATCH] Add JavaDocs --- mappings/net/minecraft/fluid/FlowableFluid.mapping | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mappings/net/minecraft/fluid/FlowableFluid.mapping b/mappings/net/minecraft/fluid/FlowableFluid.mapping index 3893582471..7a9d6613a1 100644 --- a/mappings/net/minecraft/fluid/FlowableFluid.mapping +++ b/mappings/net/minecraft/fluid/FlowableFluid.mapping @@ -32,6 +32,7 @@ CLASS net/minecraft/class_3609 net/minecraft/fluid/FlowableFluid ARG 5 fromPos ARG 6 fromState METHOD method_15733 getMaxFlowDistance (Lnet/minecraft/class_4538;)I + COMMENT {@return the maximum horizontal distance to check for holes the fluid can flow down into} ARG 1 world METHOD method_15736 canFlowDownTo (Lnet/minecraft/class_1922;Lnet/minecraft/class_3611;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z ARG 1 world @@ -59,6 +60,7 @@ CLASS net/minecraft/class_3609 net/minecraft/fluid/FlowableFluid METHOD method_15741 getBlockStateLevel (Lnet/minecraft/class_3610;)I ARG 0 state METHOD method_15742 getMinFlowDownDistance (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;ILnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lit/unimi/dsi/fastutil/shorts/Short2ObjectMap;Lit/unimi/dsi/fastutil/shorts/Short2BooleanMap;)I + COMMENT Finds the distance to the closest hole the fluid can flow down into starting with the direction specified. ARG 1 world ARG 2 pos ARG 4 direction