Interface BlockSnapshot.AsyncBlockSnapshot
- All Superinterfaces:
BlockDetails,BlockSnapshot<ASyncBlockPosition>,Positionable<ASyncBlockPosition>
- Enclosing interface:
- BlockSnapshot<P extends BlockPosition>
@Deprecated(forRemoval=true)
public static interface BlockSnapshot.AsyncBlockSnapshot
extends BlockSnapshot<ASyncBlockPosition>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.world.position.block.details.BlockSnapshot
BlockSnapshot.AsyncBlockSnapshot, BlockSnapshot.SyncBlockSnapshot -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates a copy of the BlockDetailsMethods inherited from interface org.core.world.position.block.details.BlockDetails
createSnapshot, createSnapshot, get, getAll, getDirectionalData, getType, getUnspecified, setMethods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
createCopyOf
BlockSnapshot.AsyncBlockSnapshot createCopyOf()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:BlockDetailsCreates a copy of the BlockDetails- Specified by:
createCopyOfin interfaceBlockDetails- Specified by:
createCopyOfin interfaceBlockSnapshot<ASyncBlockPosition>- Returns:
- The copy of the BlockDetails
-