From e308a8a7f57d8b7bd88bb5488176dd8306f1ecde Mon Sep 17 00:00:00 2001 From: enbrain <69905075+enbrain@users.noreply.github.com> Date: Fri, 6 Nov 2020 23:27:29 +0900 Subject: [PATCH] Add mappings for class_5539 (HeightLimitView) (#1850) * Add mappings for class_5539 (HeightLimit) * HeightLimit -> HeightLimitView --- .../net/minecraft/world/HeightLimitView.mapping | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mappings/net/minecraft/world/HeightLimitView.mapping diff --git a/mappings/net/minecraft/world/HeightLimitView.mapping b/mappings/net/minecraft/world/HeightLimitView.mapping new file mode 100644 index 0000000000..34ce382524 --- /dev/null +++ b/mappings/net/minecraft/world/HeightLimitView.mapping @@ -0,0 +1,17 @@ +CLASS net/minecraft/class_5539 net/minecraft/world/HeightLimitView + METHOD method_31597 getTopSectionLimit ()I + METHOD method_31598 getHeight ()I + METHOD method_31599 getBottomHeightLimit ()I + METHOD method_31600 getTopHeightLimit ()I + METHOD method_31601 isOutOfHeightLimit (I)Z + ARG 1 y + METHOD method_31602 getSectionIndex (I)I + ARG 1 y + METHOD method_31603 getSectionIndexFromSection (I)I + ARG 1 section + METHOD method_31604 getSection (I)I + ARG 1 sectionIndex + METHOD method_31605 getBottomSectionLimit ()I + METHOD method_31606 isOutOfHeightLimit (Lnet/minecraft/class_2338;)Z + ARG 1 pos + METHOD method_31607 getSectionCount ()I