From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../entity/player/PlayerCapabilities.html | 407 +++++++++++++++++++++ 1 file changed, 407 insertions(+) create mode 100644 javadoc/net/minecraft/entity/player/PlayerCapabilities.html (limited to 'javadoc/net/minecraft/entity/player/PlayerCapabilities.html') diff --git a/javadoc/net/minecraft/entity/player/PlayerCapabilities.html b/javadoc/net/minecraft/entity/player/PlayerCapabilities.html new file mode 100644 index 0000000..e5c6b21 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/PlayerCapabilities.html @@ -0,0 +1,407 @@ + + + + + +PlayerCapabilities (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Class PlayerCapabilities

+
+
+ +
+
    +
  • +
    +
    +
    public class PlayerCapabilities
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        disableDamage

        +
        public boolean disableDamage
        +
      • +
      + + + +
        +
      • +

        isFlying

        +
        public boolean isFlying
        +
      • +
      + + + +
        +
      • +

        allowFlying

        +
        public boolean allowFlying
        +
      • +
      + + + +
        +
      • +

        isCreativeMode

        +
        public boolean isCreativeMode
        +
      • +
      + + + +
        +
      • +

        allowEdit

        +
        public boolean allowEdit
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayerCapabilities

        +
        public PlayerCapabilities()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeCapabilitiesToNBT

        +
        public void writeCapabilitiesToNBT(NBTTagCompound p_75091_1_)
        +
      • +
      + + + +
        +
      • +

        readCapabilitiesFromNBT

        +
        public void readCapabilitiesFromNBT(NBTTagCompound p_75095_1_)
        +
      • +
      + + + +
        +
      • +

        getFlySpeed

        +
        public float getFlySpeed()
        +
      • +
      + + + +
        +
      • +

        setFlySpeed

        +
        public void setFlySpeed(float p_75092_1_)
        +
      • +
      + + + +
        +
      • +

        getWalkSpeed

        +
        public float getWalkSpeed()
        +
      • +
      + + + +
        +
      • +

        setPlayerWalkSpeed

        +
        public void setPlayerWalkSpeed(float p_82877_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3