Class CondIsPassable

All Implemented Interfaces:
Debuggable, SyntaxElement, Checker<org.bukkit.block.Block>

@Name("Is Passable") @Description({"Checks whether a block is passable.","A block is passable if it has no colliding parts that would prevent players from moving through it.","Blocks like tall grass, flowers, signs, etc. are passable, but open doors, fence gates, trap doors, etc. are not because they still have parts that can be collided with."}) @Examples("if player\'s targeted block is passable") @Since("2.5.1") @RequiredPlugins("Minecraft 1.13.2+") public class CondIsPassable extends PropertyCondition<org.bukkit.block.Block>
  • Constructor Details

    • CondIsPassable

      public CondIsPassable()
  • Method Details