Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some AbstractFurnaceScreenHandler constants. #3676

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ CLASS net/minecraft/class_1720 net/minecraft/screen/AbstractFurnaceScreenHandler
FIELD field_17286 propertyDelegate Lnet/minecraft/class_3913;
FIELD field_17494 recipeType Lnet/minecraft/class_3956;
FIELD field_25762 category Lnet/minecraft/class_5421;
FIELD field_30738 BURN_TIME_PROPERTY_INDEX I
FIELD field_30739 FUEL_TIME_PROPERTY_INDEX I
FIELD field_30740 COOK_TIME_PROPERTY_INDEX I
FIELD field_30741 COOK_TIME_TOTAL_PROPERTY_INDEX I
FIELD field_30742 PROPERTY_COUNT I
FIELD field_30743 INVENTORY_SIZE I
FIELD field_30746 PLAYER_INVENTORY_END I
Comment on lines +5 to +11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these are likely to be the slot id, im not sure these names are correct. We generally dont map stuff like this unless we are 100% sure about it, in this case I dont think you can be sure.

FIELD field_7822 world Lnet/minecraft/class_1937;
FIELD field_7824 inventory Lnet/minecraft/class_1263;
METHOD <init> (Lnet/minecraft/class_3917;Lnet/minecraft/class_3956;Lnet/minecraft/class_5421;ILnet/minecraft/class_1661;)V
Expand Down