| Class | Description |
|---|---|
| VillagerTradesEvent |
VillagerTradesEvent is fired during the
FMLServerAboutToStartEvent. |
| VillageSiegeEvent |
VillageSiegeEvent is fired just before a zombie siege finds a successful location in
VillageSiege.trySetupSiege(net.minecraft.world.server.ServerWorld), to give mods the chance to stop the siege.This event is Cancelable; canceling stops the siege.This event does not have a result. |
| WandererTradesEvent |
WandererTradesEvent is fired during the
FMLServerAboutToStartEvent. |