Uses of Interface
de.marcely.bedwars.api.world.block.SpecialBlock
Package
Description
-
Uses of SpecialBlock in de.marcely.bedwars.api.event
Modifier and TypeMethodDescriptionSpecialBlockAddEvent.getBlock()
Returns the block that has been added -
Uses of SpecialBlock in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerInteractSpecialBlockEvent.getBlock()
Get the special block the player tried to interact with. -
Uses of SpecialBlock in de.marcely.bedwars.api.world
Modifier and TypeMethodDescription@Nullable SpecialBlock
Tries to create a special block at the given coordinates.default @Nullable SpecialBlock
Tries to create a special block at the given coordinates.default @Nullable SpecialBlock
Tries to create a special block at the given block coordinates.default @Nullable SpecialBlock
Tries to create a special block at the given coordinates.@Nullable SpecialBlock
WorldStorage.getBlock
(int x, int y, int z) Tries to fetch and return a special block given by its coordinatesdefault @Nullable SpecialBlock
Tries to fetch and return a special block given by its coordinatesdefault @Nullable SpecialBlock
Tries to fetch and return a special block given by its block coordinatesdefault @Nullable SpecialBlock
Tries to fetch and return a special block given by its coordinatesModifier 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
Modifier and TypeInterfaceDescriptioninterface
A type created for devs being able to create custom blocks with custom handler UseSpecialBlockAddEvent
if 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)interface
A sign which makes the player join the arena once he interacts with itinterface
A sign which displays informations of a place in a leaderboardinterface
A sign which displays informations of a place in a leaderboard