forked from FabricMC/yarn
-
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.
* 21w11a stuff * fixes * spriteProvider * funni lightning haha * javadoc
- Loading branch information
Showing
18 changed files
with
234 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CLASS net/minecraft/class_5955 net/minecraft/block/Oxidizable | ||
FIELD field_29564 DEGRADED Ljava/util/function/Supplier; | ||
FIELD field_29565 SCRAPED Ljava/util/function/Supplier; | ||
METHOD method_34732 getScraped (Lnet/minecraft/class_2248;)Ljava/util/Optional; | ||
ARG 0 block | ||
METHOD method_34733 (Lnet/minecraft/class_2680;Lnet/minecraft/class_2248;)Lnet/minecraft/class_2680; | ||
ARG 1 block | ||
METHOD method_34734 getUndegraded (Lnet/minecraft/class_2248;)Lnet/minecraft/class_2248; | ||
ARG 0 block | ||
METHOD method_34735 getScrapingResult (Lnet/minecraft/class_2680;)Ljava/util/Optional; | ||
ARG 0 state | ||
METHOD method_34736 (Lnet/minecraft/class_2680;Lnet/minecraft/class_2248;)Lnet/minecraft/class_2680; | ||
ARG 1 block | ||
METHOD method_34737 getDegraded (Lnet/minecraft/class_2248;)Ljava/util/Optional; | ||
ARG 0 block | ||
METHOD method_34738 getUndegradedState (Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680; | ||
ARG 0 state | ||
CLASS class_5811 OxidizationLevel |
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,2 +1,5 @@ | ||
CLASS net/minecraft/class_5812 net/minecraft/block/OxidizableBlock | ||
FIELD field_28709 oxidizationLevel Lnet/minecraft/class_5955$class_5811; | ||
METHOD <init> (Lnet/minecraft/class_5955$class_5811;Lnet/minecraft/class_4970$class_2251;)V | ||
ARG 1 oxidizationLevel | ||
ARG 2 settings |
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,2 +1,5 @@ | ||
CLASS net/minecraft/class_5813 net/minecraft/block/OxidizableSlabBlock | ||
FIELD field_28711 oxidizationLevel Lnet/minecraft/class_5955$class_5811; | ||
METHOD <init> (Lnet/minecraft/class_5955$class_5811;Lnet/minecraft/class_4970$class_2251;)V | ||
ARG 1 oxidizationLevel | ||
ARG 2 settings |
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,2 +1,6 @@ | ||
CLASS net/minecraft/class_5814 net/minecraft/block/OxidizableStairsBlock | ||
FIELD field_28713 oxidizationLevel Lnet/minecraft/class_5955$class_5811; | ||
METHOD <init> (Lnet/minecraft/class_5955$class_5811;Lnet/minecraft/class_2680;Lnet/minecraft/class_4970$class_2251;)V | ||
ARG 1 oxidizationLevel | ||
ARG 2 baseBlockState | ||
ARG 3 settings |
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,3 +1,4 @@ | ||
CLASS net/minecraft/class_5808 net/minecraft/block/SmallDripleafBlock | ||
FIELD field_28690 SHAPE Lnet/minecraft/class_265; | ||
FIELD field_28691 WATERLOGGED Lnet/minecraft/class_2746; | ||
FIELD field_29563 FACING Lnet/minecraft/class_2753; |
This file was deleted.
Oops, something went wrong.
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
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 @@ | ||
CLASS net/minecraft/class_5944 net/minecraft/client/render/Shader |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_5953 net/minecraft/item/HoneycombItem | ||
FIELD field_29560 WAXED_BLOCKS Ljava/util/function/Supplier; | ||
FIELD field_29561 UNWAXED_BLOCKS Ljava/util/function/Supplier; | ||
METHOD method_34719 (Lnet/minecraft/class_1838;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_1269; | ||
ARG 3 state | ||
METHOD method_34720 getWaxedState (Lnet/minecraft/class_2680;)Ljava/util/Optional; | ||
ARG 0 state | ||
METHOD method_34721 (Lnet/minecraft/class_2680;Lnet/minecraft/class_2248;)Lnet/minecraft/class_2680; | ||
ARG 1 block |
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