Package com.infernalsuite.asp.api.world
Interface SlimeWorldInstance
- All Superinterfaces:
 org.bukkit.persistence.PersistentDataHolder,io.papermc.paper.persistence.PersistentDataViewHolder,SlimeWorld
- 
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.WorldReturns the bukkit instance of the loaded world.Methods inherited from interface org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainerMethods inherited from interface com.infernalsuite.asp.api.world.SlimeWorld
clone, clone, getChunk, getChunkStorage, getDataVersion, getExtraData, getLoader, getName, getPropertyMap, getWorldMaps, isReadOnly 
- 
Method Details
- 
getBukkitWorld
@NotNull @NotNull org.bukkit.World getBukkitWorld()Returns the bukkit instance of the loaded world.- Returns:
 - The bukkit world.
 
 - 
getSerializableCopy
SlimeWorld getSerializableCopy() 
 -