Package de.marcely.bedwars.api.world.block


package de.marcely.bedwars.api.world.block
Interfaces used to manage custom blocks.
  • Class
    Description
    SpecialBlocks may very from what they represent
    A type created for devs being able to create custom blocks with custom handler Use SpecialBlockAddEvent 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)
    The handler for custom SpecialBlocks (CustomBlock)
    A sign which makes the player join the arena once he interacts with it
    A sign which displays informations of a place in a leaderboard
    A sign which displays informations of a place in a leaderboard
    A SpecialBlock represents a normal block with special (maybe even interactable) features.