Documentation
¶
Index ¶
- func Perform(block string, input ...world.Item) (output []item.Stack, ok bool)
- func Register(recipe Recipe)
- func RegisterDynamic(recipe DynamicRecipe)
- func ValidBrewingReagent(i world.Item) bool
- type DecoratedPotRecipe
- type DynamicRecipe
- type Item
- type ItemTag
- type Potion
- type PotionContainerChange
- type Recipe
- type Shape
- type Shaped
- type Shapeless
- type SmithingTransform
- type SmithingTrim
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDynamic ¶
func RegisterDynamic(recipe DynamicRecipe)
func ValidBrewingReagent ¶
Types ¶
type DecoratedPotRecipe ¶
type DecoratedPotRecipe struct {
// contains filtered or unexported fields
}
func NewDecoratedPotRecipe ¶
func NewDecoratedPotRecipe() DecoratedPotRecipe
func (DecoratedPotRecipe) Block ¶
func (r DecoratedPotRecipe) Block() string
type DynamicRecipe ¶
func DynamicRecipes ¶
func DynamicRecipes() []DynamicRecipe
type PotionContainerChange ¶
type PotionContainerChange struct {
// contains filtered or unexported fields
}
func NewPotionContainerChange ¶
func NewPotionContainerChange(input, output world.Item, reagent item.Stack) PotionContainerChange
type SmithingTransform ¶
type SmithingTransform struct {
// contains filtered or unexported fields
}
func NewSmithingTransform ¶
func NewSmithingTransform(base, addition, template Item, output item.Stack, block string) SmithingTransform
type SmithingTrim ¶
type SmithingTrim struct {
// contains filtered or unexported fields
}
func NewSmithingTrim ¶
func NewSmithingTrim(base, addition, template Item, block string) SmithingTrim
Click to show internal directories.
Click to hide internal directories.