Uses of Interface
de.marcely.bedwars.api.world.WorldStorage
Packages that use 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
Methods in de.marcely.bedwars.api that return WorldStorageModifier 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
Methods in de.marcely.bedwars.api.unsafe that return WorldStorageModifier and TypeMethodDescriptionabstract @Nullable WorldStorage
BedwarsAPILayer.getWorldStorage
(World world) Deprecated. -
Uses of WorldStorage in de.marcely.bedwars.api.world.block
Methods in de.marcely.bedwars.api.world.block that return WorldStorageModifier 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
Methods in de.marcely.bedwars.api.world.hologram that return WorldStorageModifier and TypeMethodDescriptionHologramEntity.getWorld()
Returns the world to which the hologram was added to