From 3ea7df8eb25c5156cff75c0caa9d11f8ad4302a6 Mon Sep 17 00:00:00 2001 From: copygirl Date: Thu, 8 Sep 2016 17:14:29 +0200 Subject: [PATCH] Map PotionHelper --- .../net/minecraft/potion/PotionHelper.mapping | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mappings/net/minecraft/potion/PotionHelper.mapping diff --git a/mappings/net/minecraft/potion/PotionHelper.mapping b/mappings/net/minecraft/potion/PotionHelper.mapping new file mode 100644 index 0000000000..f8cd3659f4 --- /dev/null +++ b/mappings/net/minecraft/potion/PotionHelper.mapping @@ -0,0 +1,29 @@ +CLASS none/agg net/minecraft/potion/PotionHelper + METHOD a getColor (Ljava/util/Collection;)I + ARG 0 effects + METHOD a getPotionEffects (Lnone/aeq;)Ljava/util/List; + ARG 0 stack + METHOD a setCustomPotionEffects (Lnone/aeq;Ljava/util/Collection;)Lnone/aeq; + ARG 0 stack + ARG 1 effects + METHOD a setPotion (Lnone/aeq;Lnone/age;)Lnone/aeq; + ARG 0 stack + ARG 1 potion + METHOD a getColor (Lnone/age;)I + ARG 0 potion + METHOD a getPotionEffects (Lnone/age;Ljava/util/Collection;)Ljava/util/List; + ARG 0 potion + ARG 1 custom + METHOD a getPotionEffects (Lnone/dt;)Ljava/util/List; + ARG 0 compound + METHOD a getCustomPotionEffects (Lnone/dt;Ljava/util/List;)V + ARG 0 compound + ARG 1 list + METHOD b getCustomPotionEffects (Lnone/aeq;)Ljava/util/List; + ARG 0 stack + METHOD b getCustomPotionEffects (Lnone/dt;)Ljava/util/List; + ARG 0 compund + METHOD c getPotion (Lnone/aeq;)Lnone/age; + ARG 0 stack + METHOD c getPotion (Lnone/dt;)Lnone/age; + ARG 0 compound