Skip to content

Commit

Permalink
Add missing SOD names and some other mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Aug 1, 2020
1 parent fef4654 commit c4897bf
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/fc0/client/input/Keybind.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS tk/valoeghese/fc0/class_19 tk/valoeghese/fc0/client/input/Keybind
FIELD field_381 defaultKey I
FIELD field_382 mouse Z
FIELD field_49 name Ljava/lang/String;
FIELD field_51 down Z
FIELD field_54 pressed Z
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS tk/valoeghese/fc0/class_20 tk/valoeghese/fc0/client/input/KeyboardInputHandler
FIELD field_405 _VALUES [Ltk/valoeghese/fc0/class_20;
FIELD field_56 bindings Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
METHOD invoke (JIIII)V
ARG 1 window
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS tk/valoeghese/fc0/class_21 tk/valoeghese/fc0/client/input/MouseInputHandler
FIELD field_406 _VALUES [Ltk/valoeghese/fc0/class_21;
FIELD field_58 bindings Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
METHOD invoke (JIII)V
ARG 1 window
Expand Down
1 change: 1 addition & 0 deletions mappings/tk/valoeghese/fc0/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CLASS tk/valoeghese/fc0/class_49 tk/valoeghese/fc0/entity/Entity
FIELD field_185 world Ltk/valoeghese/fc0/class_80;
FIELD field_187 falling Z
FIELD field_188 velocity Ltk/valoeghese/fc0/class_40;
FIELD field_324 velocityScale D
FIELD field_325 inventory Ltk/valoeghese/fc0/class_90;
FIELD field_326 creativeMode Z
METHOD <init> (ZLjava/util/function/IntFunction;)V
Expand Down
1 change: 1 addition & 0 deletions mappings/tk/valoeghese/fc0/tile/Tile.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CLASS tk/valoeghese/fc0/class_14 tk/valoeghese/fc0/tile/Tile
ARG 2 index
METHOD method_164 useCrossModel ()Ltk/valoeghese/fc0/class_14;
METHOD method_165 hasCrossModel ()Z
METHOD method_237 getFriction ()F
METHOD method_238 canPlaceAt (Ltk/valoeghese/fc0/class_50;III)Z
ARG 1 world
ARG 2 x
Expand Down
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/BinaryData.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ CLASS tk/valoeghese/fc0/class_60 tk/valoeghese/sod/BinaryData
METHOD method_171 put (Ljava/lang/String;Ltk/valoeghese/fc0/class_59;)V
ARG 1 name
ARG 2 section
METHOD method_242 containsSection (Ljava/lang/String;)Z
ARG 1 name
5 changes: 4 additions & 1 deletion mappings/tk/valoeghese/sod/DataSection.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ CLASS tk/valoeghese/fc0/class_62 tk/valoeghese/sod/DataSection
METHOD method_179 writeInt (I)V
ARG 1 data
METHOD method_180 readBoolean (I)Z
COMMENT Note: Proguard has hardcoded the index to be 2, making this method useless.
ARG 1 index
METHOD method_181 writeLong (J)V
ARG 1 data
METHOD method_182 writeBoolean (Z)V
ARG 1 data
METHOD method_243 writeByte (B)V
ARG 1 data
METHOD method_244 readByte (I)B
ARG 1 index
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/DoubleArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_65 tk/valoeghese/sod/DoubleArrayDataSection
FIELD field_235 array Lit/unimi/dsi/fastutil/doubles/DoubleList;
METHOD method_186 size ()I
METHOD method_353 writeDouble (D)V
ARG 1 value
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/FloatArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_66 tk/valoeghese/sod/FloatArrayDataSection
FIELD field_236 array Lit/unimi/dsi/fastutil/floats/FloatList;
METHOD method_187 size ()I
METHOD method_354 writeFloat (F)V
ARG 1 value
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/IntArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_67 tk/valoeghese/sod/IntArrayDataSection
FIELD field_237 array Lit/unimi/dsi/fastutil/ints/IntList;
METHOD method_188 size ()I
METHOD method_355 writeInt (I)V
ARG 1 value
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/LongArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_68 tk/valoeghese/sod/LongArrayDataSection
FIELD field_238 array Lit/unimi/dsi/fastutil/longs/LongList;
METHOD method_189 size ()I
METHOD method_356 writeLong (J)V
ARG 1 value
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/ShortArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_71 tk/valoeghese/sod/ShortArrayDataSection
FIELD field_240 array Lit/unimi/dsi/fastutil/shorts/ShortList;
METHOD method_192 size ()I
METHOD method_357 writeShort (S)V
ARG 1 value
2 changes: 2 additions & 0 deletions mappings/tk/valoeghese/sod/StringArrayDataSection.mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CLASS tk/valoeghese/fc0/class_72 tk/valoeghese/sod/StringArrayDataSection
FIELD field_241 array Ljava/util/List;
METHOD method_193 size ()I
METHOD method_358 writeString (Ljava/lang/String;)V
ARG 1 value

0 comments on commit c4897bf

Please sign in to comment.