类 SLPPotionRecipeRegistry
java.lang.Object
top.r3944realms.superleadrope.core.register.SLPPotionRecipeRegistry
The type Slp potion recipe registry.
-
嵌套类概要
嵌套类修饰符和类型类说明static classThe type Proper brewing recipe. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static @NotNull net.minecraft.world.item.ItemStackcreatePotion(@NotNull net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> potion) Create potion item stack.static @NotNull net.minecraft.world.item.ItemStackcreatePotion(net.minecraft.world.item.alchemy.Potion potion) Create potion item stack.static voidinit()Init.
-
构造器详细资料
-
SLPPotionRecipeRegistry
public SLPPotionRecipeRegistry()
-
-
方法详细资料
-
createPotion
@Contract("_ -> new") @NotNull public static @NotNull net.minecraft.world.item.ItemStack createPotion(@NotNull @NotNull net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> potion) Create potion item stack.- 参数:
potion- the potion- 返回:
- the item stack
-
createPotion
@Contract("_ -> new") @NotNull public static @NotNull net.minecraft.world.item.ItemStack createPotion(net.minecraft.world.item.alchemy.Potion potion) Create potion item stack.- 参数:
potion- the potion- 返回:
- the item stack
-
init
public static void init()Init.
-