Map and document the string constants in the BlockFamilies class (#2314)

* Map the string constants in the BlockFamilies class

* Document the string constants in the BlockFamilies class
This commit is contained in:
haykam821 2021-04-10 13:08:59 -04:00 committed by GitHub
parent 0992c71424
commit 82bd9b740f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ CLASS net/minecraft/class_5793 net/minecraft/data/family/BlockFamilies
FIELD field_28948 DEEPSLATE_TILE Lnet/minecraft/class_5794;
FIELD field_28949 DEEPSLATE_BRICK Lnet/minecraft/class_5794;
FIELD field_29079 COBBLED_DEEPSLATE Lnet/minecraft/class_5794;
FIELD field_33117 WOODEN_GROUP Ljava/lang/String;
COMMENT The group used for the recipes of wooden block families.
FIELD field_33118 WOODEN_UNLOCK_CRITERION_NAME Ljava/lang/String;
COMMENT The name of the criterion used for the recipe unlock advancements of wooden block families.
FIELD field_33419 WAXED_OXIDIZED_CUT_COPPER Lnet/minecraft/class_5794;
METHOD method_33467 getFamilies ()Ljava/util/stream/Stream;
METHOD method_33468 register (Lnet/minecraft/class_2248;)Lnet/minecraft/class_5794$class_5795;