SHARE
    TWEET
    Krenair

    Untitled

    Mar 30th, 2012
    109
    0
    Never
    Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
    Java 0.52 KB | None | 0 0
    1. package net.minecraft.src;
    2. public class PlayerCapabilities
    3. {
    4. /** Disables player damage. */
    5. public boolean disableDamage = false;
    6. /** Sets/indicates whether the player is flying. */
    7. public boolean isFlying = false;
    8. /** whether or not to allow the player to fly when they double jump. */
    9. public boolean allowFlying = false;
    10. /**
    11. * Used to determine if creative mode is enabled, and therefore if items should be depleted on usage
    12. */
    13. public boolean isCreativeMode = false;
    Advertisement
    Add Comment
    Please, Sign In to add comment
    Public Pastes
    We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
    Not a member of Pastebin yet?
    Sign Up, it unlocks many cool features!

    AltStyle によって変換されたページ (->オリジナル) /