类 SLPPotionRecipeRegistry

java.lang.Object
top.r3944realms.superleadrope.core.register.SLPPotionRecipeRegistry

public class SLPPotionRecipeRegistry extends Object
The type Slp potion recipe registry.
  • 构造器详细资料

    • 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.