yarn/mappings/net/minecraft/item/PotionItem.mapping

23 lines
606 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS axn net/minecraft/item/PotionItem
METHOD a addStacksForDisplay (Lavu;Lfh;)V
METHOD a onItemFinishedUsing (Laxc;Lbci;Lahl;)Laxc;
2018-11-04 07:22:38 -05:00
ARG 1 stack
ARG 2 world
2019-01-09 12:20:38 -05:00
ARG 3 livingEntity
2019-01-16 13:24:40 -05:00
METHOD a buildTooltip (Laxc;Lbci;Ljava/util/List;Laym;)V
2018-11-04 07:22:38 -05:00
ARG 1 stack
ARG 2 world
ARG 3 tooltip
2019-01-09 12:20:38 -05:00
ARG 4 options
2019-01-16 13:24:40 -05:00
METHOD a use (Lbci;Larj;Lafw;)Lafy;
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 player
2019-01-09 12:20:38 -05:00
ARG 3 hand
2019-01-16 13:24:40 -05:00
METHOD b getMaxUseTime (Laxc;)I
2019-01-09 12:20:38 -05:00
ARG 1 stack
2019-01-16 13:24:40 -05:00
METHOD c getUseAction (Laxc;)Layo;
2019-01-09 12:20:38 -05:00
ARG 1 stack
2019-01-16 13:24:40 -05:00
METHOD e_ hasEnchantmentGlow (Laxc;)Z
METHOD h getTranslationKey (Laxc;)Ljava/lang/String;
METHOD r getDefaultStack ()Laxc;