- 
- 
Method Summary
Gets the  UUID, if available, of the user who created the
  BlockSnapshot at passed block position. 
 
Gets the  UUID, if available, of the user who created the
  BlockSnapshot at passed block position. 
 
Gets the  UUID, if available, of the user who last notified the
  BlockSnapshot located at passed block coordinates. 
 
Gets the  UUID, if available, of the user who last notified the
  BlockSnapshot located at passed block position. 
 default void
 
Sets the  UUID of the user who created the  BlockSnapshot
 located at passed block coordinates. 
 default void
 
Sets the  UUID of the user who created the  BlockSnapshot
 located at passed block position. 
 default void
 
Sets the  UUID of the user who last notified the
  BlockSnapshot located at passed block coordinates. 
 default void
 
Sets the  UUID of the user who last notified the
  BlockSnapshot located at passed block position. 
 
 
 
 
Methods inherited from interface org.spongepowered.api.world.volume.game.LocationBaseDataHolderget, get, get, get, getDouble, getDouble, getDouble, getDouble, getInt, getInt, getInt, getInt, getLong, getLong, getLong, getLong, getValue, getValue, getValue, getValue, getValues, getValues, keys, keys, orElse, orElse, orElse, orElse, orElse, orElse, orElse, orElse, orNull, orNull, orNull, orNull, require, require, require, require, supports, supports, supports, supports, supports, supports
 
Methods inherited from interface org.spongepowered.api.world.volume.game.LocationBaseDataHolder.MutablecopyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, offer, offer, offer, offer, offer, offer, remove, remove, remove, remove, setRawData, setRawData, transform, transform, transform, transform, undo, undo, validateRawData, validateRawData
 
- 
Method Details
- 
creatorGets the  UUID, if available, of the user who created the
  BlockSnapshot at passed block position. 
- Parameters:
- pos- The position to be checked
- Returns:
- The UUIDif one exists
 
- 
creatorGets the  UUID, if available, of the user who created the
  BlockSnapshot at passed block position. 
- Parameters:
- x- The x coordinate
- y- The y coordinate
- z- The z coordinate
- Returns:
- The UUIDif one exists
 
- 
notifierGets the  UUID, if available, of the user who last notified the
  BlockSnapshot located at passed block position. 
- Parameters:
- pos- The position to be checked
- Returns:
- The UUIDif one exists
 
- 
notifierGets the  UUID, if available, of the user who last notified the
  BlockSnapshot located at passed block coordinates. 
- Parameters:
- x- The x coordinate
- y- The y coordinate
- z- The z coordinate
- Returns:
- The UUIDif available
 
- 
setCreatorSets the  UUID of the user who created the  BlockSnapshot
 located at passed block position. 
- Parameters:
- pos- The block position where the user data should be applied
- uuid- The- UUIDto set as creator
 
- 
setCreatordefault void setCreator(int x,
 int y,
 int z,
 @Nullable UUID uuid) Sets the  UUID of the user who created the  BlockSnapshot
 located at passed block coordinates. 
- Parameters:
- x- The x coordinate where the user data should be applied
- y- The y coordinate where the user data should be applied
- z- The z coordinate where the user data should be applied
- uuid- The- UUIDto set as creator
 
- 
setNotifierSets the  UUID of the user who last notified the
  BlockSnapshot located at passed block position. 
- Parameters:
- pos- The block position where the user data should be applied
- uuid- The- UUIDto set as notifier
 
- 
setNotifierdefault void setNotifier(int x,
 int y,
 int z,
 @Nullable UUID uuid) Sets the  UUID of the user who last notified the
  BlockSnapshot located at passed block coordinates. 
- Parameters:
- x- The x coordinate where the user data should be applied
- y- The y coordinate where the user data should be applied
- z- The z coordinate where the user data should be applied
- uuid- The- UUIDto set as notifier