Class VillageSiegeEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.village.VillageSiegeEvent

public class VillageSiegeEvent extends net.minecraftforge.eventbus.api.Event
VillageSiegeEvent is fired just before a zombie siege finds a successful location in VillageSiege#trySetupSiege, to give mods the chance to stop the siege.

This event is Cancelable; canceling stops the siege.

This event does not have a result. Event.HasResult

This event is fired on the MinecraftForge.EVENT_BUS.