Uses of Interface
de.marcely.bedwars.api.world.WorldStorage
Package
Description
The root package of the MBedwars API
DO NOT USE: These classes are for internal use only, and may change at any time.
Interfaces used to manage custom blocks.
Interfaces used to manage the MBedwars packet based holograms.
-
Uses of WorldStorage in de.marcely.bedwars.api
Modifier and TypeMethodDescriptionstatic @Nullable WorldStorage
BedwarsAPI.getWorldStorage
(World world) A world storage contains anything needed for creating custom entities or blocks. -
Uses of WorldStorage in de.marcely.bedwars.api.unsafe
Modifier and TypeMethodDescriptionabstract @Nullable WorldStorage
BedwarsAPILayer.getWorldStorage
(World world) Deprecated. -
Uses of WorldStorage in de.marcely.bedwars.api.world.block
Modifier and TypeMethodDescriptionSpecialBlock.getWorld()
Returns the world to which this block initially was added.
Keep in mind that the block might have been removed. -
Uses of WorldStorage in de.marcely.bedwars.api.world.hologram
Modifier and TypeMethodDescriptionHologramEntity.getWorld()
Returns the world to which the hologram was added to