Uses of Interface
de.marcely.bedwars.api.world.block.SpecialBlock
Packages that use SpecialBlock
Package
Description
The events fired by MBedwars
Events related to
Player actions, or changes to player properties.Classes relevant to managing custom blocks and holograms placed throughout worlds.
Interfaces used to manage custom blocks.
-
Uses of SpecialBlock in de.marcely.bedwars.api.event
Methods in de.marcely.bedwars.api.event that return SpecialBlockModifier and TypeMethodDescriptionSpecialBlockAddEvent.getBlock()Returns the block that has been addedConstructors in de.marcely.bedwars.api.event with parameters of type SpecialBlock -
Uses of SpecialBlock in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return SpecialBlockModifier and TypeMethodDescriptionPlayerInteractSpecialBlockEvent.getBlock()Get the special block the player tried to interact with.Constructors in de.marcely.bedwars.api.event.player with parameters of type SpecialBlock -
Uses of SpecialBlock in de.marcely.bedwars.api.world
Methods in de.marcely.bedwars.api.world that return SpecialBlockModifier and TypeMethodDescription@Nullable SpecialBlockTries to create a special block at the given coordinates.default @Nullable SpecialBlockTries to create a special block at the given coordinates.default @Nullable SpecialBlockTries to create a special block at the given block coordinates.default @Nullable SpecialBlockTries to create a special block at the given coordinates.@Nullable SpecialBlockWorldStorage.getBlock(int x, int y, int z) Tries to fetch and return a special block given by its coordinatesdefault @Nullable SpecialBlockTries to fetch and return a special block given by its coordinatesdefault @Nullable SpecialBlockTries to fetch and return a special block given by its block coordinatesdefault @Nullable SpecialBlockTries to fetch and return a special block given by its coordinatesMethods in de.marcely.bedwars.api.world that return types with arguments of type SpecialBlockModifier and TypeMethodDescriptionWorldStorage.getBlocks()Returns an iterator to iterate through all SpecialBlocks that were added to this world -
Uses of SpecialBlock in de.marcely.bedwars.api.world.block
Subinterfaces of SpecialBlock in de.marcely.bedwars.api.world.blockModifier and TypeInterfaceDescriptioninterfaceA type created for devs being able to create custom blocks with custom handler UseSpecialBlockAddEventif you're looking to remove it when you think that the conditions aren't met (like when e.g. the material of the block isn't the needed one)interfaceA sign which makes the player join the arena once he interacts with itinterfaceA sign which displays informations of a place in a leaderboardinterfaceA sign which displays informations of a place in a leaderboard