
org.bukkit.event.block.Action Maven / Gradle / Ivy
package org.bukkit.event.block;
public enum Action {
/**
* Left-clicking a block
*/
LEFT_CLICK_BLOCK,
/**
* Right-clicking a block
*/
RIGHT_CLICK_BLOCK,
/**
* Left-clicking the air
*/
LEFT_CLICK_AIR,
/**
* Right-clicking the air
*/
RIGHT_CLICK_AIR,
/**
* Stepping onto or into a block (Ass-pressure)
*
* Examples:
*
* - Jumping on soil
*
- Standing on pressure plate
*
- Triggering redstone ore
*
- Triggering tripwire
*
*/
PHYSICAL,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy