Package org.spongepowered.api.event.world.chunk
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.event.world.chunk
-
ClassDescriptionCalled when a
chunk
is performing a block related operation.Called when a block data ofchunk
is loaded.Called when achunk
is performing a block related save.Called after thechunk
block data is saved.Called before thechunk
block data is saved.Called when achunk
is performing a entity related operation.Called when an entity data ofchunk
is loaded.Called when achunk
is performing a entity related save.Called after thechunk
entity data is saved.Called before thechunk
entity data is saved.Called when a newchunk
was generated.Called when achunk
is loaded.Called when achunk
was unloaded.Called after thechunk
is unloaded.Called before thechunk
is unloaded.Represents an event that has knowledge about theworld
that is being operated upon.