类 PotionBrewing
java.lang.Object
net.minecraft.world.item.alchemy.PotionBrewing
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private static final List<Ingredient>
static final int
private static final List<PotionBrewing.Mix<Item>>
private static final List<PotionBrewing.Mix<Potion>>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static void
addContainer
(Item pContainer) private static void
addContainerRecipe
(Item pFrom, Item pIngredient, Item pTo) private static void
static void
protected static boolean
hasContainerMix
(ItemStack pInput, ItemStack pReagent) static boolean
protected static boolean
hasPotionMix
(ItemStack pInput, ItemStack pReagent) static boolean
isBrewablePotion
(Potion pPotion) protected static boolean
isContainerIngredient
(ItemStack pInput) static boolean
isIngredient
(ItemStack pInput) protected static boolean
isPotionIngredient
(ItemStack pInput) static ItemStack
-
字段详细资料
-
BREWING_TIME_SECONDS
public static final int BREWING_TIME_SECONDS- 另请参阅:
-
POTION_MIXES
-
CONTAINER_MIXES
-
ALLOWED_CONTAINERS
-
ALLOWED_CONTAINER
-
-
构造器详细资料
-
PotionBrewing
public PotionBrewing()
-
-
方法详细资料
-
isIngredient
-
isContainerIngredient
-
isPotionIngredient
-
isBrewablePotion
-
hasMix
-
hasContainerMix
-
hasPotionMix
-
mix
-
bootStrap
public static void bootStrap() -
addContainerRecipe
-
addContainer
-
addMix
-