Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.config.recipes
/
PropRecipeManager
Prop
Recipe
Manager
public
class
PropRecipeManager
Members
Constructors
Prop
Recipe
Manager
Link copied to clipboard
public
void
PropRecipeManager
(
)
Properties
loaded
Recipes
Link copied to clipboard
public
final
static
Map
<
String
,
PropRecipeConfig
>
loadedRecipes
Functions
add
Recipe
Link copied to clipboard
public
static
void
addRecipe
(
PropRecipeConfig
config
)
get
Craftable
Recipe
Link copied to clipboard
public
static
PropRecipeConfig
getCraftableRecipe
(
String
modelId
)
The shop retains the catalog even when its entries cannot be crafted.
get
Loaded
Recipes
Link copied to clipboard
public
static
Map
<
String
,
PropRecipeConfig
>
getLoadedRecipes
(
)
get
Recipes
Folder
Link copied to clipboard
public
static
File
getRecipesFolder
(
)
initialize
Link copied to clipboard
public
static
void
initialize
(
)
shutdown
Link copied to clipboard
public
static
void
shutdown
(
)