Перейти к основному содержимому

btcsky_block_broken_event

When a block is broken on the island — event entry.

Entry Information

PropertyValue
Entry IDbtcsky_block_broken_event
TypeEvent
ColorRed
Iconfa6-solid:shredder

Description

Event that fires when a block is placed on the island. / @Tags("btcsky", "event") @Entry("btcsky_block_placed_event", "When a block is placed on the island", Colors.BLUE, "fa6-solid:cube") class BlockPlacedEventEntry( override val id: String = "", override val name: String = "", override val triggers: List<Ref<TriggerableEntry>> = emptyList() ) : EventEntry /** Event that fires when a block is broken on the island.