-
static VersionedRegistry<Map<com.github.steveice10.mc.protocol.data.game.recipe.RecipeType,List<com.nukkitx.protocol.bedrock.data.inventory.CraftingData>>>
A versioned registry which holds a RecipeType
to a corresponding list of CraftingData
.
A versioned registry which holds
ItemMappings
for each version.
static VersionedRegistry<it.unimi.dsi.fastutil.ints.Int2ObjectMap<com.github.steveice10.mc.protocol.data.game.recipe.Recipe>>
A versioned registry holding all the recipes, with the net ID being the key, and Recipe
as the value.
Creates a new versioned registry with the given
RegistryLoader
supplier and input.
VersionedRegistry.create(I input,
RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader)
Creates a new versioned registry with the given
RegistryLoader
and input.
Creates a new versioned registry with the given
RegistryLoader
supplier.
VersionedRegistry.create(RegistryLoader<I,it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> registryLoader)