Companion
object Companion
Functions
Link copied to clipboard
Create default Context with specified coordinate.
Link copied to clipboard
fun isValidGroups(groups: Set<GroupRecipe.Context>, items: Map<CoordinateComponent, CMatter>): Result<Unit>
Checks specified context set and items mapping are valid or not.
Link copied to clipboard
fun of(members: Set<CoordinateComponent>, min: Int, name: String = UUID.randomUUID().toString()): GroupRecipe.Context
Creates a Context with validations.