Class ConstructEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.ConstructEvent

public final class ConstructEvent extends Event
This event is fired when construction takes place in IApiHandler.construct(AbstractPlayerEntity, IInventory, IInventory, PlayerCompendiumRecipe, TileEntity, int, List, float). Cancelling the event will cause the construction not to take place.