forked from QuiltMC/quilt-mappings
-
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.
rename DefaultDispenserBehavior dispenseSilently -> dispenseImpl and correct its old pointer param name
- Loading branch information
1 parent
2d4e8bf
commit f95f53f
Showing
2 changed files
with
23 additions
and
2 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
21 changes: 21 additions & 0 deletions
21
mappings/net/minecraft/block/dispenser/DispenserBehavior.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,11 +1,32 @@ | ||
CLASS net/minecraft/unmapped/C_ooeeaffg net/minecraft/block/dispenser/DispenserBehavior | ||
FIELD f_qafvtfzb LOGGER Lorg/slf4j/Logger; | ||
FIELD f_szadkszc NOOP Lnet/minecraft/unmapped/C_ooeeaffg; | ||
METHOD dispense (Lnet/minecraft/unmapped/C_wzdnszcs;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 context | ||
METHOD m_ujgviwhs doDispense (Lnet/minecraft/unmapped/C_wzdnszcs;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 0 context | ||
ARG 1 stack | ||
METHOD m_ummkrstn bootstrap ()V | ||
CLASS C_genfnnji | ||
FIELD f_rnenkqvi fallbackBehavior Lnet/minecraft/unmapped/C_dnfsxzwl; | ||
CLASS C_gwoiejxt | ||
METHOD m_fbmpzyvo (Lnet/minecraft/unmapped/C_vorddnax;)V | ||
ARG 0 unused | ||
CLASS C_hbfucibf | ||
METHOD m_idvddspb (Lnet/minecraft/unmapped/C_javurlgg;)Z | ||
ARG 0 donkey | ||
CLASS C_ivungvuf | ||
FIELD f_guppwqen fallbackBehavior Lnet/minecraft/unmapped/C_dnfsxzwl; | ||
CLASS C_kaaebxym | ||
METHOD m_nisfpukw (Lnet/minecraft/unmapped/C_xpuuihxf;Lnet/minecraft/unmapped/C_nknvrhfn;)V | ||
ARG 1 armorStand | ||
CLASS C_pgomfdlr | ||
METHOD m_yngxetbi (Lnet/minecraft/unmapped/C_vorddnax;)V | ||
ARG 0 unused | ||
CLASS C_wocbrvrh | ||
METHOD m_eihslyjq consumeBottle (Lnet/minecraft/unmapped/C_wzdnszcs;Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 context | ||
ARG 2 dispensedStack | ||
ARG 3 remainder | ||
METHOD m_fsqwlyud (Lnet/minecraft/unmapped/C_triydqro$C_eibemhky;)Z | ||
ARG 0 state |
f95f53f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit f95f53f, 33 file(s) were updated with 243 line(s) added and 244 removed compared to the latest Quilt Mappings version.
View the diff here (1/2):
f95f53f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/2):