Package org.spongepowered.api.world
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.world
-
ClassDescriptionA
DataHolder
which has no attachment to any particular world allowing it to be used as a blueprint to create multiple copies of its containing data.A flag of sorts that determines whether a block change will perform various interactions, such as notifying neighboring blocks, performing block physics on placement, etc.An enumeration of the possibleBlockChangeFlag
s.A flag of sorts that determines whether a chunk regeneration will perform various tasks such as creating a chunk, or preserving entities.An enumeration of the possibleChunkRegenerateFlag
s.Represents anything with a location.LocatableSnapshot<T extends LocatableSnapshot<T>>A type ofDataHolder.Immutable
that may be linked to a particularServerLocation
.In some particle implementations, they can "follow" a source that moves over several ticks such that a singular position is not enough information to follow.A loaded Minecraft world.A template for aWorldType
.