历史 - net.minecraft.world.item.alchemy.PotionBrewing

1.21.11

名称

djl

dnq

字段

构造函数

方法

1.21.10

名称

字段

构造函数

方法

1.21.9

名称

deq

djl

字段

构造函数

方法

1.21.8

名称

字段

构造函数

方法

1.21.7

名称

字段

构造函数

方法

1.21.6

名称

dcf

deq

字段

构造函数

方法

1.21.5

名称

cyo

dcf

字段

构造函数

方法

1.21.4

名称

czn

cyo

字段

构造函数

方法

1.21.3

名称

cwt

czn

字段

构造函数

方法

1.21.1

名称

字段

构造函数

方法

1.21

名称

cwr

cwt

字段

构造函数

方法

1.20.6

名称

cox

cwr

字段

List<PotionBrewing$Mix<Potion>>: b, POTION_MIXES, field_8956, POTION_RECIPES, f_43494_

List<PotionBrewing$Mix<Item>>: c, CONTAINER_MIXES, field_8959, ITEM_RECIPES, f_43495_

List<Ingredient>: d, ALLOWED_CONTAINERS, field_8957, POTION_TYPES, f_43496_

Predicate<ItemStack>: e, ALLOWED_CONTAINER, field_8958, POTION_TYPE_PREDICATE, f_43497_

PotionBrewing: b, EMPTY, field_51402, EMPTY, f_317012_

List<Ingredient>: c, containers, field_51403, potionTypes, f_317135_

List<PotionBrewing$Mix<Potion>>: d, potionMixes, field_51404, potionRecipes, f_316577_

List<PotionBrewing$Mix<Item>>: e, containerMixes, field_51405, itemRecipes, f_314332_

构造函数

()

(List<Ingredient>, List<PotionBrewing$Mix<Potion>>, List<PotionBrewing$Mix<Item>>)

方法

void (): a, bootStrap, method_8076, registerDefaults, m_43499_

void (Potion, Item, Potion): a, addMix, method_8074, registerPotionRecipe, m_43513_

void (Item, Item, Item): a, addContainerRecipe, method_8071, registerItemRecipe, m_43502_

void (Item): a, addContainer, method_8080, registerPotionType, m_43500_

boolean (Potion): a, isBrewablePotion, method_20361, isBrewable, m_43511_

boolean (ItemStack): d, isContainer, method_59700, isPotionType, m_321499_

boolean (Holder<Potion>): a, isBrewablePotion, method_20361, isBrewable, m_43511_

PotionBrewing (FeatureFlagSet): a, bootstrap, method_8076, create, m_320553_

void (PotionBrewing$Builder): a, addVanillaMixes, method_59699, registerDefaults, m_43502_

1.20.4

名称

cld

cox

字段

构造函数

方法

1.20.2

名称

chx

cld

字段

构造函数

方法

1.20.1

名称

chs

chx

字段

构造函数

方法

1.19.4

名称

cfq

chs

字段

构造函数

方法

1.19.3

名称

cct

cfq

字段

构造函数

方法

1.19.2

名称

字段

构造函数

方法

1.19.1

名称

cbw

cct

字段

构造函数

方法

1.19

名称

bws

cbw

字段

构造函数

方法

1.18.2

名称

bwa

bws

字段

构造函数

方法

1.18.1

名称

字段

构造函数

方法

1.18

名称

bsm

bwa

字段

构造函数

方法

1.17.1

名称

bsl

bsm

字段

构造函数

方法

1.17

名称

bnu

bsl

net.minecraft.potion.PotionBrewing

net.minecraft.src.C_1441_

net.minecraft.server.v1_16_R3.PotionBrewer

net.minecraft.world.item.alchemy.PotionBrewer

字段

List<PotionBrewing$Mix<Potion>>: a, POTION_MIXES, field_8956, POTION_RECIPES, field_185213_a

List<PotionBrewing$Mix<Potion>>: b, POTION_MIXES, field_8956, POTION_RECIPES, f_43494_

List<PotionBrewing$Mix<Item>>: b, CONTAINER_MIXES, field_8959, ITEM_RECIPES, field_185214_b

List<PotionBrewing$Mix<Item>>: c, CONTAINER_MIXES, field_8959, ITEM_RECIPES, f_43495_

List<Ingredient>: c, ALLOWED_CONTAINERS, field_8957, POTION_TYPES, field_185215_c

List<Ingredient>: d, ALLOWED_CONTAINERS, field_8957, POTION_TYPES, f_43496_

Predicate<ItemStack>: d, ALLOWED_CONTAINER, field_8958, POTION_TYPE_PREDICATE, field_185216_d

Predicate<ItemStack>: e, ALLOWED_CONTAINER, field_8958, POTION_TYPE_PREDICATE, f_43497_

int: a, BREWING_TIME_SECONDS, field_30942, field_30942, f_151252_

构造函数

()

方法

boolean (ItemStack): a, isIngredient, method_8077, isValidIngredient, func_185205_a

boolean (ItemStack): a, isIngredient, method_8077, isValidIngredient, m_43506_

boolean (ItemStack): b, isContainerIngredient, method_8079, isItemRecipeIngredient, func_185203_b

boolean (ItemStack): b, isContainerIngredient, method_8079, isItemRecipeIngredient, m_43517_

boolean (ItemStack): c, isPotionIngredient, method_8069, isPotionRecipeIngredient, func_185211_c

boolean (ItemStack): c, isPotionIngredient, method_8069, isPotionRecipeIngredient, m_43522_

boolean (ItemStack, ItemStack): a, hasMix, method_8072, hasRecipe, func_185208_a

boolean (ItemStack, ItemStack): a, hasMix, method_8072, hasRecipe, m_43508_

boolean (ItemStack, ItemStack): b, hasContainerMix, method_8070, hasItemRecipe, func_185206_b

boolean (ItemStack, ItemStack): b, hasContainerMix, method_8070, hasItemRecipe, m_43519_

boolean (ItemStack, ItemStack): c, hasPotionMix, method_8075, hasPotionRecipe, func_185209_c

boolean (ItemStack, ItemStack): c, hasPotionMix, method_8075, hasPotionRecipe, m_43524_

ItemStack (ItemStack, ItemStack): d, mix, method_8078, craft, func_185212_d

ItemStack (ItemStack, ItemStack): d, mix, method_8078, craft, m_43529_

void (): a, bootStrap, method_8076, registerDefaults, func_185207_a

void (): a, bootStrap, method_8076, registerDefaults, m_43499_

void (Potion, Item, Potion): a, addMix, method_8074, registerPotionRecipe, func_193357_a

void (Potion, Item, Potion): a, addMix, method_8074, registerPotionRecipe, m_43513_

void (Item, Item, Item): a, addContainerRecipe, method_8071, registerItemRecipe, func_196207_a

void (Item, Item, Item): a, addContainerRecipe, method_8071, registerItemRecipe, m_43502_

void (Item): a, addContainer, method_8080, registerPotionType, func_196208_a

void (Item): a, addContainer, method_8080, registerPotionType, m_43500_

boolean (Potion): a, isBrewablePotion, method_20361, isBrewable, func_222124_a

boolean (Potion): a, isBrewablePotion, method_20361, isBrewable, m_43511_

1.16.5

名称

字段

构造函数

方法

1.16.4

名称

bnr

bnu

net.minecraft.server.v1_16_R2.PotionBrewer

net.minecraft.server.v1_16_R3.PotionBrewer

字段

构造函数

方法

1.16.3

名称

字段

构造函数

方法

1.16.2

名称

bmc

bnr

net.minecraft.server.v1_16_R1.PotionBrewer

net.minecraft.server.v1_16_R2.PotionBrewer

字段

构造函数

方法

1.16.1

名称

bge

bmc

net.minecraft.server.v1_15_R1.PotionBrewer

net.minecraft.server.v1_16_R1.PotionBrewer

字段

构造函数

方法

1.15.2

名称

bgb

bge

字段

构造函数

方法

1.15.1

名称

字段

构造函数

方法

1.15

名称

bdz

bgb

net.minecraft.server.v1_14_R1.PotionBrewer

net.minecraft.server.v1_15_R1.PotionBrewer

字段

构造函数

方法

1.14.4

名称

bdu

bdz

net.minecraft.world.item.alchemy.PotionBrewing

字段

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_8956, POTION_RECIPES, field_185213_a

List<PotionBrewing$Mix<Potion>>: a, POTION_MIXES, field_8956, POTION_RECIPES, field_185213_a

List<PotionBrewer$PredicatedCombination<Item>>: b, field_8959, ITEM_RECIPES, field_185214_b

List<PotionBrewing$Mix<Item>>: b, CONTAINER_MIXES, field_8959, ITEM_RECIPES, field_185214_b

List<RecipeItemStack>: c, field_8957, POTION_TYPES, field_185215_c

List<Ingredient>: c, ALLOWED_CONTAINERS, field_8957, POTION_TYPES, field_185215_c

Predicate<ItemStack>: d, field_8958, POTION_TYPE_PREDICATE, field_185216_d

Predicate<ItemStack>: d, ALLOWED_CONTAINER, field_8958, POTION_TYPE_PREDICATE, field_185216_d

构造函数

方法

boolean (ItemStack): a, method_8077, isValidIngredient, func_185205_a

boolean (ItemStack): a, isIngredient, method_8077, isValidIngredient, func_185205_a

boolean (ItemStack): b, method_8079, isItemRecipeIngredient, func_185203_b

boolean (ItemStack): b, isContainerIngredient, method_8079, isItemRecipeIngredient, func_185203_b

boolean (ItemStack): c, method_8069, isPotionRecipeIngredient, func_185211_c

boolean (ItemStack): c, isPotionIngredient, method_8069, isPotionRecipeIngredient, func_185211_c

boolean (ItemStack, ItemStack): a, method_8072, hasRecipe, func_185208_a

boolean (ItemStack, ItemStack): a, hasMix, method_8072, hasRecipe, func_185208_a

boolean (ItemStack, ItemStack): b, method_8070, hasItemRecipe, func_185206_b

boolean (ItemStack, ItemStack): b, hasContainerMix, method_8070, hasItemRecipe, func_185206_b

boolean (ItemStack, ItemStack): c, method_8075, hasPotionRecipe, func_185209_c

boolean (ItemStack, ItemStack): c, hasPotionMix, method_8075, hasPotionRecipe, func_185209_c

ItemStack (ItemStack, ItemStack): d, method_8078, craft, func_185212_d

ItemStack (ItemStack, ItemStack): d, mix, method_8078, craft, func_185212_d

void (): a, method_8076, registerDefaults, func_185207_a

void (): a, bootStrap, method_8076, registerDefaults, func_185207_a

void (PotionRegistry, Item, PotionRegistry): a, method_8074, registerPotionRecipe, func_193357_a

void (Potion, Item, Potion): a, addMix, method_8074, registerPotionRecipe, func_193357_a

void (Item, Item, Item): a, method_8071, registerItemRecipe, func_196207_a

void (Item, Item, Item): a, addContainerRecipe, method_8071, registerItemRecipe, func_196207_a

void (Item): a, method_8080, registerPotionType, func_196208_a

void (Item): a, addContainer, method_8080, registerPotionType, func_196208_a

boolean (PotionRegistry): a, method_20361, isBrewable, func_222124_a

boolean (Potion): a, isBrewablePotion, method_20361, isBrewable, func_222124_a

1.14.3

名称

bdr

bdu

net.minecraft.recipe.BrewingRecipeRegistry

字段

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_8956, field_185213_a

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_8956, POTION_RECIPES, field_185213_a

List<PotionBrewer$PredicatedCombination<Item>>: b, field_8959, field_185214_b

List<PotionBrewer$PredicatedCombination<Item>>: b, field_8959, ITEM_RECIPES, field_185214_b

List<RecipeItemStack>: c, field_8957, field_185215_c

List<RecipeItemStack>: c, field_8957, POTION_TYPES, field_185215_c

Predicate<ItemStack>: d, field_8958, field_185216_d

Predicate<ItemStack>: d, field_8958, POTION_TYPE_PREDICATE, field_185216_d

构造函数

方法

boolean (ItemStack): a, method_8077, func_185205_a

boolean (ItemStack): a, method_8077, isValidIngredient, func_185205_a

boolean (ItemStack): b, method_8079, func_185203_b

boolean (ItemStack): b, method_8079, isItemRecipeIngredient, func_185203_b

boolean (ItemStack): c, method_8069, func_185211_c

boolean (ItemStack): c, method_8069, isPotionRecipeIngredient, func_185211_c

boolean (ItemStack, ItemStack): a, method_8072, func_185208_a

boolean (ItemStack, ItemStack): a, method_8072, hasRecipe, func_185208_a

boolean (ItemStack, ItemStack): b, method_8070, func_185206_b

boolean (ItemStack, ItemStack): b, method_8070, hasItemRecipe, func_185206_b

boolean (ItemStack, ItemStack): c, method_8075, func_185209_c

boolean (ItemStack, ItemStack): c, method_8075, hasPotionRecipe, func_185209_c

ItemStack (ItemStack, ItemStack): d, method_8078, func_185212_d

ItemStack (ItemStack, ItemStack): d, method_8078, craft, func_185212_d

void (): a, method_8076, func_185207_a

void (): a, method_8076, registerDefaults, func_185207_a

void (PotionRegistry, Item, PotionRegistry): a, method_8074, func_193357_a

void (PotionRegistry, Item, PotionRegistry): a, method_8074, registerPotionRecipe, func_193357_a

void (Item, Item, Item): a, method_8071, func_196207_a

void (Item, Item, Item): a, method_8071, registerItemRecipe, func_196207_a

void (Item): a, method_8080, func_196208_a

void (Item): a, method_8080, registerPotionType, func_196208_a

boolean (PotionRegistry): a, method_20361, func_222124_a

boolean (PotionRegistry): a, method_20361, isBrewable, func_222124_a

1.14.2

名称

字段

构造函数

方法

1.14.1

名称

bdq

bdr

字段

构造函数

方法

1.14

名称

auu

bdq

net.minecraft.class_1845

net.minecraft.server.v1_13_R2.PotionBrewer

net.minecraft.server.v1_14_R1.PotionBrewer

字段

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_185213_a

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_8956, field_185213_a

List<PotionBrewer$PredicatedCombination<Item>>: b, field_185214_b

List<PotionBrewer$PredicatedCombination<Item>>: b, field_8959, field_185214_b

List<RecipeItemStack>: c, field_185215_c

List<RecipeItemStack>: c, field_8957, field_185215_c

Predicate<ItemStack>: d, field_185216_d

Predicate<ItemStack>: d, field_8958, field_185216_d

构造函数

方法

boolean (ItemStack): a, func_185205_a

boolean (ItemStack): a, method_8077, func_185205_a

boolean (ItemStack): b, func_185203_b

boolean (ItemStack): b, method_8079, func_185203_b

boolean (ItemStack): c, func_185211_c

boolean (ItemStack): c, method_8069, func_185211_c

boolean (ItemStack, ItemStack): a, func_185208_a

boolean (ItemStack, ItemStack): a, method_8072, func_185208_a

boolean (ItemStack, ItemStack): b, func_185206_b

boolean (ItemStack, ItemStack): b, method_8070, func_185206_b

boolean (ItemStack, ItemStack): c, func_185209_c

boolean (ItemStack, ItemStack): c, method_8075, func_185209_c

ItemStack (ItemStack, ItemStack): d, func_185212_d

ItemStack (ItemStack, ItemStack): d, method_8078, func_185212_d

void (): a, func_185207_a

void (): a, method_8076, func_185207_a

void (PotionRegistry, Item, PotionRegistry): a, func_193357_a

void (PotionRegistry, Item, PotionRegistry): a, method_8074, func_193357_a

void (Item, Item, Item): a, func_196207_a

void (Item, Item, Item): a, method_8071, func_196207_a

void (Item): a, func_196208_a

void (Item): a, method_8080, func_196208_a

boolean (PotionRegistry): a, method_20361, func_222124_a

1.13.2

名称

aut

auu

字段

构造函数

方法

1.13.1

名称

auq

aut

net.minecraft.server.v1_13_R1.PotionBrewer

net.minecraft.server.v1_13_R2.PotionBrewer

字段

构造函数

方法

1.13

名称

akh

auq

net.minecraft.potion.PotionHelper

net.minecraft.potion.PotionBrewing

net.minecraft.server.v1_12_R1.PotionBrewer

net.minecraft.server.v1_13_R1.PotionBrewer

字段

com.google.common.base.Predicate<ItemStack>: d, field_185216_d

Predicate<ItemStack>: d, field_185216_d

构造函数

方法

void (ItemPotion, Item, ItemPotion): a, func_193355_a

void (ItemPotion): a, func_193354_a

void (PotionRegistry, RecipeItemStack, PotionRegistry): a, func_193356_a

void (Item, Item, Item): a, func_196207_a

void (Item): a, func_196208_a

1.12.2

名称

字段

构造函数

方法

1.12.1

名称

akf

akh

字段

构造函数

方法

1.12

名称

agz

akf

net.minecraft.server.v1_11_R1.PotionBrewer

net.minecraft.server.v1_12_R1.PotionBrewer

字段

构造函数

方法

void (ItemPotion, PotionBrewer$PredicateItem, ItemPotion): a, func_185201_a

void (PotionBrewer$PredicateItem): a, func_185202_a

void (PotionRegistry, com.google.common.base.Predicate<ItemStack>, PotionRegistry): a, func_185204_a

void (ItemPotion, Item, ItemPotion): a, func_193355_a

void (ItemPotion): a, func_193354_a

void (PotionRegistry, Item, PotionRegistry): a, func_193357_a

void (PotionRegistry, RecipeItemStack, PotionRegistry): a, func_193356_a

1.11.2

名称

字段

构造函数

方法

1.11.1

名称

agy

agz

字段

构造函数

方法

1.11

名称

afo

agy

net.minecraft.server.v1_10_R1.PotionBrewer

net.minecraft.server.v1_11_R1.PotionBrewer

字段

构造函数

方法

1.10.2

名称

字段

构造函数

方法

1.10

名称

aff

afo

net.minecraft.server.v1_9_R2.PotionBrewer

net.minecraft.server.v1_10_R1.PotionBrewer

字段

构造函数

方法

1.9.4

名称

net.minecraft.server.v1_9_R1.PotionBrewer

net.minecraft.server.v1_9_R2.PotionBrewer

字段

构造函数

方法

1.9.2

名称

字段

构造函数

方法

1.9

名称

abe

aff

net.minecraft.server.v1_8_R3.PotionBrewer

net.minecraft.server.v1_9_R1.PotionBrewer

字段

String: a, field_77924_a

String: b, field_77922_b

String: c, field_77923_c

String: d, field_77920_d

String: e, field_77921_e

String: f, field_77918_f

String: g, field_77919_g

String: h, field_77931_h

String: i, field_77932_i

String: j, field_77929_j

String: k, field_77930_k

String: l, field_82818_l

String: m, field_151423_m

String: n, field_179538_n

Map<Integer, String>: o, field_179539_o, effectDurations

Map<Integer, String>: p, field_179540_p, effectAmplifiers

Map<Integer, Integer>: q, field_77925_n

String[]: r, field_77926_o, appearances

List<PotionBrewer$PredicatedCombination<PotionRegistry>>: a, field_185213_a

List<PotionBrewer$PredicatedCombination<Item>>: b, field_185214_b

List<PotionBrewer$PredicateItem>: c, field_185215_c

com.google.common.base.Predicate<ItemStack>: d, field_185216_d

构造函数

方法

boolean (int, int): a, func_77914_a

int (int, int): c, func_77910_c

int (int, int): d, func_77916_d

int (int): a, func_77909_a

int (Collection<MobEffect>): a, func_77911_a

boolean (Collection<MobEffect>): b, func_82817_b

String (int): c, func_77905_c

int (boolean, boolean, boolean, int, int, int, int): a, func_77904_a

int (int): h, func_77907_h

int (String, int, int, int): a, func_77912_a

List<MobEffect> (int, boolean): b, func_77917_b, getEffects

int (int, int, boolean, boolean, boolean): a, func_77906_a

int (int, String): a, func_77913_a

int (int, int, int, int, int, int): a, func_77908_a

int (int, boolean): a, func_77915_a

boolean (ItemStack): a, func_185205_a

boolean (ItemStack): b, func_185203_b

boolean (ItemStack): c, func_185211_c

boolean (ItemStack, ItemStack): a, func_185208_a

boolean (ItemStack, ItemStack): b, func_185206_b

boolean (ItemStack, ItemStack): c, func_185209_c

ItemStack (ItemStack, ItemStack): d, func_185212_d

void (): a, func_185207_a

void (ItemPotion, PotionBrewer$PredicateItem, ItemPotion): a, func_185201_a

void (PotionBrewer$PredicateItem): a, func_185202_a

void (PotionRegistry, com.google.common.base.Predicate<ItemStack>, PotionRegistry): a, func_185204_a

1.8.8

名称

abe

net.minecraft.potion.PotionHelper

net.minecraft.server.v1_8_R3.PotionBrewer

字段

String: a, field_77924_a

String: b, field_77922_b

String: c, field_77923_c

String: d, field_77920_d

String: e, field_77921_e

String: f, field_77918_f

String: g, field_77919_g

String: h, field_77931_h

String: i, field_77932_i

String: j, field_77929_j

String: k, field_77930_k

String: l, field_82818_l

String: m, field_151423_m

String: n, field_179538_n

Map<Integer, String>: o, field_179539_o, effectDurations

Map<Integer, String>: p, field_179540_p, effectAmplifiers

Map<Integer, Integer>: q, field_77925_n

String[]: r, field_77926_o, appearances

构造函数

方法

boolean (int, int): a, func_77914_a

int (int, int): c, func_77910_c

int (int, int): d, func_77916_d

int (int): a, func_77909_a

int (Collection<MobEffect>): a, func_77911_a

boolean (Collection<MobEffect>): b, func_82817_b

String (int): c, func_77905_c

int (boolean, boolean, boolean, int, int, int, int): a, func_77904_a

int (int): h, func_77907_h

int (String, int, int, int): a, func_77912_a

List<MobEffect> (int, boolean): b, func_77917_b, getEffects

int (int, int, boolean, boolean, boolean): a, func_77906_a

int (int, String): a, func_77913_a

int (int, int, int, int, int, int): a, func_77908_a

int (int, boolean): a, func_77915_a