public static interface PopulateChunkEvent.Post extends PopulateChunkEvent
PopulateChunkEvent.Populate, PopulateChunkEvent.Post, PopulateChunkEvent.Pre
Modifier and Type | Method and Description |
---|---|
Map<PopulatorType,List<Transaction<BlockSnapshot>>> |
getPopulatedTransactions()
Returns an immutable map of all processed
PopulatorType s
along with all Transaction s made by the populator. |
getTargetChunk
getCause
Map<PopulatorType,List<Transaction<BlockSnapshot>>> getPopulatedTransactions()
PopulatorType
s
along with all Transaction
s made by the populator.