Pre Pylon Craft Event
class PrePylonCraftEvent<T : PylonRecipe> @JvmOverloads constructor(val type: RecipeType<T>, val recipe: T, val block: PylonBlock? = null, val player: Player? = null) : Event, Cancellable(source)
Called when a crafting recipe is started.
Constructors
Link copied to clipboard