-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
92 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS tk/valoeghese/fc0/class_117 | ||
FIELD field_413 minX F | ||
FIELD field_414 maxX F | ||
FIELD field_415 minY F | ||
FIELD field_416 maxY F | ||
METHOD method_368 isWithinBounds (FF)Z | ||
ARG 1 x | ||
ARG 2 y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS tk/valoeghese/fc0/class_98 | ||
FIELD field_347 uv [[F | ||
FIELD field_417 size F | ||
METHOD <init> (IF)V | ||
ARG 1 texture | ||
ARG 2 size | ||
METHOD method_281 addVertices (FF)V | ||
ARG 1 x | ||
ARG 2 y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
mappings/tk/valoeghese/fc0/client/gui/screen/HudScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
CLASS tk/valoeghese/fc0/class_100 tk/valoeghese/fc0/client/gui/screen/HudScreen | ||
FIELD field_351 crosshair Ltk/valoeghese/fc0/class_17; | ||
FIELD field_352 inventoryOverlay Ltk/valoeghese/fc0/class_95; | ||
FIELD field_352 hotbar Ltk/valoeghese/fc0/class_95; | ||
FIELD field_353 ecozoneOverlay Ltk/valoeghese/fc0/class_16; | ||
FIELD field_354 versionOverlay Ltk/valoeghese/fc0/class_17; | ||
METHOD method_284 selectItem (Ltk/valoeghese/fc0/class_90;)V | ||
ARG 0 inventory | ||
ARG 1 inv |
3 changes: 3 additions & 0 deletions
3
mappings/tk/valoeghese/fc0/client/gui/screen/InventoryScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
CLASS tk/valoeghese/fc0/class_99 tk/valoeghese/fc0/client/gui/screen/InventoryScreen | ||
FIELD field_349 background Ltk/valoeghese/fc0/class_17; | ||
FIELD field_350 craftingPanel Ltk/valoeghese/fc0/class_93; | ||
METHOD method_283 close ()V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
mappings/tk/valoeghese/fc0/client/gui/widget/CraftingPanel.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
CLASS tk/valoeghese/fc0/class_93 tk/valoeghese/fc0/client/gui/widget/CraftingPanel | ||
FIELD field_331 inventory Ltk/valoeghese/fc0/class_90; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_90;)V | ||
ARG 1 inventory | ||
METHOD method_274 getRecipeOutputAt (FF)Ltk/valoeghese/fc0/class_92; | ||
ARG 1 x | ||
ARG 2 y |
2 changes: 1 addition & 1 deletion
2
.../client/gui/widget/InventoryPanel.mapping → ...fc0/client/gui/widget/HotbarPanel.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CLASS tk/valoeghese/fc0/class_95 tk/valoeghese/fc0/client/gui/widget/InventoryPanel | ||
CLASS tk/valoeghese/fc0/class_95 tk/valoeghese/fc0/client/gui/widget/HotbarPanel | ||
FIELD field_341 inventory Ltk/valoeghese/fc0/class_90; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_90;)V | ||
ARG 1 inventory |
9 changes: 9 additions & 0 deletions
9
mappings/tk/valoeghese/fc0/client/gui/widget/ItemWidget.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
CLASS tk/valoeghese/fc0/class_81 tk/valoeghese/fc0/client/gui/widget/ItemWidget | ||
FIELD field_286 x F | ||
FIELD field_287 y F | ||
FIELD field_288 size F | ||
METHOD <init> (FFF)V | ||
ARG 1 x | ||
ARG 2 y | ||
ARG 3 size | ||
METHOD method_221 render (Ltk/valoeghese/fc0/class_14;BF)V | ||
ARG 1 tile | ||
ARG 2 meta | ||
ARG 3 width | ||
METHOD method_369 render (Ltk/valoeghese/fc0/class_112;F)V | ||
ARG 1 item | ||
ARG 2 width |
11 changes: 11 additions & 0 deletions
11
mappings/tk/valoeghese/fc0/client/gui/widget/RecipeWidget.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
CLASS tk/valoeghese/fc0/class_94 tk/valoeghese/fc0/client/gui/widget/RecipeWidget | ||
FIELD field_334 recipeOutput Ltk/valoeghese/fc0/class_92; | ||
FIELD field_335 icon Ltk/valoeghese/fc0/class_81; | ||
FIELD field_336 craftButton Ltk/valoeghese/fc0/class_117; | ||
FIELD field_337 name Ltk/valoeghese/fc0/class_16; | ||
METHOD <init> (Ltk/valoeghese/fc0/class_92;FF)V | ||
ARG 1 recipeOutput | ||
ARG 2 x | ||
ARG 3 y | ||
METHOD method_370 isWithinButton (FF)Z | ||
ARG 1 x | ||
ARG 2 y |
12 changes: 12 additions & 0 deletions
12
mappings/tk/valoeghese/fc0/client/gui/widget/TextWidget.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
CLASS tk/valoeghese/fc0/class_16 tk/valoeghese/fc0/client/gui/widget/TextWidget | ||
FIELD field_246 x F | ||
FIELD field_247 y F | ||
FIELD field_248 fontSize F | ||
METHOD <init> (Ljava/lang/String;FFF)V | ||
ARG 1 text | ||
ARG 2 x | ||
ARG 3 y | ||
ARG 4 fontSize | ||
METHOD method_198 setText (Ljava/lang/String;)V | ||
ARG 1 text | ||
METHOD method_199 setText ([C)V | ||
ARG 1 chars |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters