WTH is this?

Discussion in 'Bukkit Discussion' started by Canownueasy, Apr 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Canownueasy

    What is ass pressure? LOL. BTW what kind of action is physical?

    Code:
    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,
        /**
         * Ass-pressure
         */
        PHYSICAL,
    }
     
  2. Offline

    Acrobot

    Ass-pressure = well, ass-pressure. When your "ass" presses a pressure-plate, it calls a new PlayerInteractEvent, with event.getAction() == PHYSICAL (ass-pressure, that is)
     
Thread Status:
Not open for further replies.

Share This Page