From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../player/EntityPlayer.EnumChatVisibility.html | 372 +++ .../entity/player/EntityPlayer.EnumStatus.html | 369 +++ .../net/minecraft/entity/player/EntityPlayer.html | 2939 ++++++++++++++++++++ .../minecraft/entity/player/EntityPlayerMP.html | 1648 +++++++++++ .../minecraft/entity/player/InventoryPlayer.html | 870 ++++++ .../entity/player/PlayerCapabilities.html | 407 +++ .../net/minecraft/entity/player/package-frame.html | 27 + .../minecraft/entity/player/package-summary.html | 162 ++ .../net/minecraft/entity/player/package-tree.html | 153 + 9 files changed, 6947 insertions(+) create mode 100644 javadoc/net/minecraft/entity/player/EntityPlayer.EnumChatVisibility.html create mode 100644 javadoc/net/minecraft/entity/player/EntityPlayer.EnumStatus.html create mode 100644 javadoc/net/minecraft/entity/player/EntityPlayer.html create mode 100644 javadoc/net/minecraft/entity/player/EntityPlayerMP.html create mode 100644 javadoc/net/minecraft/entity/player/InventoryPlayer.html create mode 100644 javadoc/net/minecraft/entity/player/PlayerCapabilities.html create mode 100644 javadoc/net/minecraft/entity/player/package-frame.html create mode 100644 javadoc/net/minecraft/entity/player/package-summary.html create mode 100644 javadoc/net/minecraft/entity/player/package-tree.html (limited to 'javadoc/net/minecraft/entity/player') diff --git a/javadoc/net/minecraft/entity/player/EntityPlayer.EnumChatVisibility.html b/javadoc/net/minecraft/entity/player/EntityPlayer.EnumChatVisibility.html new file mode 100644 index 0000000..04b6fc3 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/EntityPlayer.EnumChatVisibility.html @@ -0,0 +1,372 @@ + + + + + +EntityPlayer.EnumChatVisibility (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Enum EntityPlayer.EnumChatVisibility

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      FULL 
      HIDDEN 
      SYSTEM 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static EntityPlayer.EnumChatVisibility[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (EntityPlayer.EnumChatVisibility c : EntityPlayer.EnumChatVisibility.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static EntityPlayer.EnumChatVisibility valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      + + + +
        +
      • +

        getChatVisibility

        +
        public int getChatVisibility()
        +
      • +
      + + + + + + + +
        +
      • +

        getResourceKey

        +
        public java.lang.String getResourceKey()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/EntityPlayer.EnumStatus.html b/javadoc/net/minecraft/entity/player/EntityPlayer.EnumStatus.html new file mode 100644 index 0000000..8ed166e --- /dev/null +++ b/javadoc/net/minecraft/entity/player/EntityPlayer.EnumStatus.html @@ -0,0 +1,369 @@ + + + + + +EntityPlayer.EnumStatus (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Enum EntityPlayer.EnumStatus

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static EntityPlayer.EnumStatusvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static EntityPlayer.EnumStatus[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static EntityPlayer.EnumStatus[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (EntityPlayer.EnumStatus c : EntityPlayer.EnumStatus.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static EntityPlayer.EnumStatus valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/EntityPlayer.html b/javadoc/net/minecraft/entity/player/EntityPlayer.html new file mode 100644 index 0000000..c5cf54c --- /dev/null +++ b/javadoc/net/minecraft/entity/player/EntityPlayer.html @@ -0,0 +1,2939 @@ + + + + + +EntityPlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Class EntityPlayer

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        PERSISTED_NBT_TAG

        +
        public static final java.lang.String PERSISTED_NBT_TAG
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        inventoryContainer

        +
        public Container inventoryContainer
        +
      • +
      + + + +
        +
      • +

        openContainer

        +
        public Container openContainer
        +
      • +
      + + + +
        +
      • +

        foodStats

        +
        protected FoodStats foodStats
        +
      • +
      + + + +
        +
      • +

        flyToggleTimer

        +
        protected int flyToggleTimer
        +
      • +
      + + + +
        +
      • +

        prevCameraYaw

        +
        public float prevCameraYaw
        +
      • +
      + + + +
        +
      • +

        cameraYaw

        +
        public float cameraYaw
        +
      • +
      + + + +
        +
      • +

        xpCooldown

        +
        public int xpCooldown
        +
      • +
      + + + +
        +
      • +

        field_71091_bM

        +
        public double field_71091_bM
        +
      • +
      + + + +
        +
      • +

        field_71096_bN

        +
        public double field_71096_bN
        +
      • +
      + + + +
        +
      • +

        field_71097_bO

        +
        public double field_71097_bO
        +
      • +
      + + + +
        +
      • +

        field_71094_bP

        +
        public double field_71094_bP
        +
      • +
      + + + +
        +
      • +

        field_71095_bQ

        +
        public double field_71095_bQ
        +
      • +
      + + + +
        +
      • +

        field_71085_bR

        +
        public double field_71085_bR
        +
      • +
      + + + +
        +
      • +

        sleeping

        +
        protected boolean sleeping
        +
      • +
      + + + + + + + +
        +
      • +

        field_71079_bU

        +
        public float field_71079_bU
        +
      • +
      + + + +
        +
      • +

        field_71082_cx

        +
        public float field_71082_cx
        +
      • +
      + + + +
        +
      • +

        field_71089_bV

        +
        public float field_71089_bV
        +
      • +
      + + + + + + + +
        +
      • +

        experienceLevel

        +
        public int experienceLevel
        +
      • +
      + + + +
        +
      • +

        experienceTotal

        +
        public int experienceTotal
        +
      • +
      + + + +
        +
      • +

        experience

        +
        public float experience
        +
      • +
      + + + +
        +
      • +

        speedOnGround

        +
        protected float speedOnGround
        +
      • +
      + + + +
        +
      • +

        speedInAir

        +
        protected float speedInAir
        +
      • +
      + + + + + + + +
        +
      • +

        eyeHeight

        +
        public float eyeHeight
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityPlayer

        +
        public EntityPlayer(World p_i45324_1_,
        +            com.mojang.authlib.GameProfile p_i45324_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        getItemInUse

        +
        public ItemStack getItemInUse()
        +
      • +
      + + + +
        +
      • +

        getItemInUseCount

        +
        public int getItemInUseCount()
        +
      • +
      + + + +
        +
      • +

        isUsingItem

        +
        public boolean isUsingItem()
        +
      • +
      + + + +
        +
      • +

        getItemInUseDuration

        +
        public int getItemInUseDuration()
        +
      • +
      + + + +
        +
      • +

        stopUsingItem

        +
        public void stopUsingItem()
        +
      • +
      + + + +
        +
      • +

        clearItemInUse

        +
        public void clearItemInUse()
        +
      • +
      + + + +
        +
      • +

        isBlocking

        +
        public boolean isBlocking()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getSwimSound

        +
        protected java.lang.String getSwimSound()
        +
        +
        Overrides:
        +
        getSwimSound in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getSplashSound

        +
        protected java.lang.String getSplashSound()
        +
        +
        Overrides:
        +
        getSplashSound in class Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        playSound

        +
        public void playSound(java.lang.String p_85030_1_,
        +             float p_85030_2_,
        +             float p_85030_3_)
        +
        +
        Overrides:
        +
        playSound in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        updateItemUse

        +
        protected void updateItemUse(ItemStack p_71010_1_,
        +                 int p_71010_2_)
        +
      • +
      + + + +
        +
      • +

        onItemUseFinish

        +
        protected void onItemUseFinish()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        closeScreen

        +
        public void closeScreen()
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getScore

        +
        public int getScore()
        +
      • +
      + + + +
        +
      • +

        setScore

        +
        public void setScore(int p_85040_1_)
        +
      • +
      + + + +
        +
      • +

        addScore

        +
        public void addScore(int p_85039_1_)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        addToPlayerScore

        +
        public void addToPlayerScore(Entity p_70084_1_,
        +                    int p_70084_2_)
        +
        +
        Overrides:
        +
        addToPlayerScore in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        dropOneItem

        +
        public EntityItem dropOneItem(boolean p_71040_1_)
        +
      • +
      + + + +
        +
      • +

        dropPlayerItemWithRandomChoice

        +
        public EntityItem dropPlayerItemWithRandomChoice(ItemStack p_71019_1_,
        +                                        boolean p_71019_2_)
        +
      • +
      + + + +
        +
      • +

        func_146097_a

        +
        public EntityItem func_146097_a(ItemStack p_146097_1_,
        +                       boolean p_146097_2_,
        +                       boolean p_146097_3_)
        +
      • +
      + + + +
        +
      • +

        joinEntityItemWithWorld

        +
        public void joinEntityItemWithWorld(EntityItem p_71012_1_)
        +
      • +
      + + + +
        +
      • +

        getCurrentPlayerStrVsBlock

        +
        @Deprecated
        +public float getCurrentPlayerStrVsBlock(Block p_146096_1_,
        +                                          boolean p_146096_2_)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBreakSpeed

        +
        @Deprecated
        +public float getBreakSpeed(Block p_146096_1_,
        +                             boolean p_146096_2_,
        +                             int meta)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getBreakSpeed

        +
        public float getBreakSpeed(Block p_146096_1_,
        +                  boolean p_146096_2_,
        +                  int meta,
        +                  int x,
        +                  int y,
        +                  int z)
        +
      • +
      + + + +
        +
      • +

        canHarvestBlock

        +
        public boolean canHarvestBlock(Block p_146099_1_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        displayGUIChest

        +
        public void displayGUIChest(IInventory p_71007_1_)
        +
      • +
      + + + +
        +
      • +

        func_146093_a

        +
        public void func_146093_a(TileEntityHopper p_146093_1_)
        +
      • +
      + + + +
        +
      • +

        displayGUIHopperMinecart

        +
        public void displayGUIHopperMinecart(EntityMinecartHopper p_96125_1_)
        +
      • +
      + + + +
        +
      • +

        displayGUIHorse

        +
        public void displayGUIHorse(EntityHorse p_110298_1_,
        +                   IInventory p_110298_2_)
        +
      • +
      + + + +
        +
      • +

        displayGUIEnchantment

        +
        public void displayGUIEnchantment(int p_71002_1_,
        +                         int p_71002_2_,
        +                         int p_71002_3_,
        +                         java.lang.String p_71002_4_)
        +
      • +
      + + + +
        +
      • +

        displayGUIAnvil

        +
        public void displayGUIAnvil(int p_82244_1_,
        +                   int p_82244_2_,
        +                   int p_82244_3_)
        +
      • +
      + + + +
        +
      • +

        displayGUIWorkbench

        +
        public void displayGUIWorkbench(int p_71058_1_,
        +                       int p_71058_2_,
        +                       int p_71058_3_)
        +
      • +
      + + + + + + + +
        +
      • +

        resetHeight

        +
        protected void resetHeight()
        +
      • +
      + + + + + + + +
        +
      • +

        canAttackPlayer

        +
        public boolean canAttackPlayer(EntityPlayer p_96122_1_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getArmorVisibility

        +
        public float getArmorVisibility()
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        func_146100_a

        +
        public void func_146100_a(TileEntity p_146100_1_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        func_146104_a

        +
        public void func_146104_a(TileEntityBeacon p_146104_1_)
        +
      • +
      + + + +
        +
      • +

        displayGUIMerchant

        +
        public void displayGUIMerchant(IMerchant p_71030_1_,
        +                      java.lang.String p_71030_2_)
        +
      • +
      + + + +
        +
      • +

        displayGUIBook

        +
        public void displayGUIBook(ItemStack p_71048_1_)
        +
      • +
      + + + +
        +
      • +

        interactWith

        +
        public boolean interactWith(Entity p_70998_1_)
        +
      • +
      + + + +
        +
      • +

        getCurrentEquippedItem

        +
        public ItemStack getCurrentEquippedItem()
        +
      • +
      + + + +
        +
      • +

        destroyCurrentEquippedItem

        +
        public void destroyCurrentEquippedItem()
        +
      • +
      + + + +
        +
      • +

        getYOffset

        +
        public double getYOffset()
        +
        +
        Overrides:
        +
        getYOffset in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        attackTargetEntityWithCurrentItem

        +
        public void attackTargetEntityWithCurrentItem(Entity p_71059_1_)
        +
      • +
      + + + +
        +
      • +

        onCriticalHit

        +
        public void onCriticalHit(Entity p_71009_1_)
        +
      • +
      + + + +
        +
      • +

        onEnchantmentCritical

        +
        public void onEnchantmentCritical(Entity p_71047_1_)
        +
      • +
      + + + +
        +
      • +

        respawnPlayer

        +
        public void respawnPlayer()
        +
      • +
      + + + +
        +
      • +

        setDead

        +
        public void setDead()
        +
        +
        Overrides:
        +
        setDead in class Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getGameProfile

        +
        public com.mojang.authlib.GameProfile getGameProfile()
        +
      • +
      + + + +
        +
      • +

        sleepInBedAt

        +
        public EntityPlayer.EnumStatus sleepInBedAt(int p_71018_1_,
        +                                   int p_71018_2_,
        +                                   int p_71018_3_)
        +
      • +
      + + + +
        +
      • +

        wakeUpPlayer

        +
        public void wakeUpPlayer(boolean p_70999_1_,
        +                boolean p_70999_2_,
        +                boolean p_70999_3_)
        +
      • +
      + + + + + + + +
        +
      • +

        getBedOrientationInDegrees

        +
        public float getBedOrientationInDegrees()
        +
      • +
      + + + + + + + +
        +
      • +

        isPlayerFullyAsleep

        +
        public boolean isPlayerFullyAsleep()
        +
      • +
      + + + +
        +
      • +

        getSleepTimer

        +
        public int getSleepTimer()
        +
      • +
      + + + +
        +
      • +

        getHideCape

        +
        protected boolean getHideCape(int p_82241_1_)
        +
      • +
      + + + +
        +
      • +

        setHideCape

        +
        protected void setHideCape(int p_82239_1_,
        +               boolean p_82239_2_)
        +
      • +
      + + + +
        +
      • +

        addChatComponentMessage

        +
        public void addChatComponentMessage(IChatComponent p_146105_1_)
        +
      • +
      + + + +
        +
      • +

        getBedLocation

        +
        @Deprecated
        +public ChunkCoordinates getBedLocation()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isSpawnForced

        +
        @Deprecated
        +public boolean isSpawnForced()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        setSpawnChunk

        +
        public void setSpawnChunk(ChunkCoordinates p_71063_1_,
        +                 boolean p_71063_2_)
        +
      • +
      + + + +
        +
      • +

        triggerAchievement

        +
        public void triggerAchievement(StatBase p_71029_1_)
        +
      • +
      + + + +
        +
      • +

        addStat

        +
        public void addStat(StatBase p_71064_1_,
        +           int p_71064_2_)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        addMovementStat

        +
        public void addMovementStat(double p_71000_1_,
        +                   double p_71000_3_,
        +                   double p_71000_5_)
        +
      • +
      + + + +
        +
      • +

        fall

        +
        protected void fall(float p_70069_1_)
        +
        +
        Overrides:
        +
        fall in class EntityLivingBase
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        setInWeb

        +
        public void setInWeb()
        +
        +
        Overrides:
        +
        setInWeb in class Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getCurrentArmor

        +
        public ItemStack getCurrentArmor(int p_82169_1_)
        +
      • +
      + + + +
        +
      • +

        addExperience

        +
        public void addExperience(int p_71023_1_)
        +
      • +
      + + + +
        +
      • +

        addExperienceLevel

        +
        public void addExperienceLevel(int p_82242_1_)
        +
      • +
      + + + +
        +
      • +

        xpBarCap

        +
        public int xpBarCap()
        +
      • +
      + + + +
        +
      • +

        addExhaustion

        +
        public void addExhaustion(float p_71020_1_)
        +
      • +
      + + + +
        +
      • +

        getFoodStats

        +
        public FoodStats getFoodStats()
        +
      • +
      + + + +
        +
      • +

        canEat

        +
        public boolean canEat(boolean p_71043_1_)
        +
      • +
      + + + +
        +
      • +

        shouldHeal

        +
        public boolean shouldHeal()
        +
      • +
      + + + +
        +
      • +

        setItemInUse

        +
        public void setItemInUse(ItemStack p_71008_1_,
        +                int p_71008_2_)
        +
      • +
      + + + +
        +
      • +

        isCurrentToolAdventureModeExempt

        +
        public boolean isCurrentToolAdventureModeExempt(int p_82246_1_,
        +                                       int p_82246_2_,
        +                                       int p_82246_3_)
        +
      • +
      + + + +
        +
      • +

        canPlayerEdit

        +
        public boolean canPlayerEdit(int p_82247_1_,
        +                    int p_82247_2_,
        +                    int p_82247_3_,
        +                    int p_82247_4_,
        +                    ItemStack p_82247_5_)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        clonePlayer

        +
        public void clonePlayer(EntityPlayer p_71049_1_,
        +               boolean p_71049_2_)
        +
      • +
      + + + +
        +
      • +

        canTriggerWalking

        +
        protected boolean canTriggerWalking()
        +
        +
        Overrides:
        +
        canTriggerWalking in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        sendPlayerAbilities

        +
        public void sendPlayerAbilities()
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getHideCape

        +
        public boolean getHideCape()
        +
      • +
      + + + +
        +
      • +

        isPushedByWater

        +
        public boolean isPushedByWater()
        +
        +
        Overrides:
        +
        isPushedByWater in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getWorldScoreboard

        +
        public Scoreboard getWorldScoreboard()
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        func_146094_a

        +
        public static java.util.UUID func_146094_a(com.mojang.authlib.GameProfile p_146094_0_)
        +
      • +
      + + + +
        +
      • +

        openGui

        +
        public void openGui(java.lang.Object mod,
        +           int modGuiId,
        +           World world,
        +           int x,
        +           int y,
        +           int z)
        +
      • +
      + + + + + + + +
        +
      • +

        getBedLocation

        +
        public ChunkCoordinates getBedLocation(int dimension)
        +
        A dimension aware version of getBedLocation.
        +
        Parameters:
        dimension - The dimension to get the bed spawn for
        +
        Returns:
        The player specific spawn location for the dimension. May be null.
        +
      • +
      + + + +
        +
      • +

        isSpawnForced

        +
        public boolean isSpawnForced(int dimension)
        +
        A dimension aware version of isSpawnForced. + Noramally isSpawnForced is used to determine if the respawn system should check for a bed or not. + This just extends that to be dimension aware.
        +
        Parameters:
        dimension - The dimension to get whether to check for a bed before spawning for
        +
        Returns:
        The player specific spawn location for the dimension. May be null.
        +
      • +
      + + + +
        +
      • +

        setSpawnChunk

        +
        public void setSpawnChunk(ChunkCoordinates chunkCoordinates,
        +                 boolean forced,
        +                 int dimension)
        +
        A dimension aware version of setSpawnChunk. + This functions identically, but allows you to specify which dimension to affect, rather than affecting the player's current dimension.
        +
        Parameters:
        chunkCoordinates - The spawn point to set as the player-specific spawn point for the dimension
        forced - Whether or not the respawn code should check for a bed at this location (true means it won't check for a bed)
        dimension - Which dimension to apply the player-specific respawn point to
        +
      • +
      + + + +
        +
      • +

        getDefaultEyeHeight

        +
        public float getDefaultEyeHeight()
        +
        Returns the default eye height of the player
        +
        Returns:
        player default eye height
        +
      • +
      + + + +
        +
      • +

        getDisplayName

        +
        public java.lang.String getDisplayName()
        +
        Get the currently computed display name, cached for efficiency.
        +
        Returns:
        the current display name
        +
      • +
      + + + +
        +
      • +

        refreshDisplayName

        +
        public void refreshDisplayName()
        +
        Force the displayed name to refresh
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/EntityPlayerMP.html b/javadoc/net/minecraft/entity/player/EntityPlayerMP.html new file mode 100644 index 0000000..769a977 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/EntityPlayerMP.html @@ -0,0 +1,1648 @@ + + + + + +EntityPlayerMP (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Class EntityPlayerMP

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/InventoryPlayer.html b/javadoc/net/minecraft/entity/player/InventoryPlayer.html new file mode 100644 index 0000000..1f436d5 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/InventoryPlayer.html @@ -0,0 +1,870 @@ + + + + + +InventoryPlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.player
+

Class InventoryPlayer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IInventory
    +
    +
    +
    +
    public class InventoryPlayer
    +extends java.lang.Object
    +implements IInventory
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        mainInventory

        +
        public ItemStack[] mainInventory
        +
      • +
      + + + +
        +
      • +

        armorInventory

        +
        public ItemStack[] armorInventory
        +
      • +
      + + + +
        +
      • +

        currentItem

        +
        public int currentItem
        +
      • +
      + + + + + + + +
        +
      • +

        inventoryChanged

        +
        public boolean inventoryChanged
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryPlayer

        +
        public InventoryPlayer(EntityPlayer p_i1750_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCurrentItem

        +
        public ItemStack getCurrentItem()
        +
      • +
      + + + +
        +
      • +

        getHotbarSize

        +
        public static int getHotbarSize()
        +
      • +
      + + + +
        +
      • +

        getFirstEmptyStack

        +
        public int getFirstEmptyStack()
        +
      • +
      + + + +
        +
      • +

        func_146030_a

        +
        public void func_146030_a(Item p_146030_1_,
        +                 int p_146030_2_,
        +                 boolean p_146030_3_,
        +                 boolean p_146030_4_)
        +
      • +
      + + + +
        +
      • +

        clearInventory

        +
        public int clearInventory(Item p_146027_1_,
        +                 int p_146027_2_)
        +
      • +
      + + + +
        +
      • +

        changeCurrentItem

        +
        public void changeCurrentItem(int p_70453_1_)
        +
      • +
      + + + +
        +
      • +

        func_70439_a

        +
        public void func_70439_a(Item p_70439_1_,
        +                int p_70439_2_)
        +
      • +
      + + + +
        +
      • +

        decrementAnimations

        +
        public void decrementAnimations()
        +
      • +
      + + + +
        +
      • +

        consumeInventoryItem

        +
        public boolean consumeInventoryItem(Item p_146026_1_)
        +
      • +
      + + + +
        +
      • +

        hasItem

        +
        public boolean hasItem(Item p_146028_1_)
        +
      • +
      + + + +
        +
      • +

        addItemStackToInventory

        +
        public boolean addItemStackToInventory(ItemStack p_70441_1_)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        func_146023_a

        +
        public float func_146023_a(Block p_146023_1_)
        +
      • +
      + + + + + + + +
        +
      • +

        readFromNBT

        +
        public void readFromNBT(NBTTagList p_70443_1_)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getInventoryName

        +
        public java.lang.String getInventoryName()
        +
        +
        Specified by:
        +
        getInventoryName in interface IInventory
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        func_146025_b

        +
        public boolean func_146025_b(Block p_146025_1_)
        +
      • +
      + + + +
        +
      • +

        armorItemInSlot

        +
        public ItemStack armorItemInSlot(int p_70440_1_)
        +
      • +
      + + + +
        +
      • +

        getTotalArmorValue

        +
        public int getTotalArmorValue()
        +
      • +
      + + + +
        +
      • +

        damageArmor

        +
        public void damageArmor(float p_70449_1_)
        +
      • +
      + + + +
        +
      • +

        dropAllItems

        +
        public void dropAllItems()
        +
      • +
      + + + +
        +
      • +

        markDirty

        +
        public void markDirty()
        +
        +
        Specified by:
        +
        markDirty in interface IInventory
        +
        +
      • +
      + + + +
        +
      • +

        setItemStack

        +
        public void setItemStack(ItemStack p_70437_1_)
        +
      • +
      + + + +
        +
      • +

        getItemStack

        +
        public ItemStack getItemStack()
        +
      • +
      + + + + + + + +
        +
      • +

        hasItemStack

        +
        public boolean hasItemStack(ItemStack p_70431_1_)
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        copyInventory

        +
        public void copyInventory(InventoryPlayer p_70455_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/package-frame.html b/javadoc/net/minecraft/entity/player/package-frame.html new file mode 100644 index 0000000..e73b664 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/package-frame.html @@ -0,0 +1,27 @@ + + + + + +net.minecraft.entity.player (Forge API) + + + + +

net.minecraft.entity.player

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/net/minecraft/entity/player/package-summary.html b/javadoc/net/minecraft/entity/player/package-summary.html new file mode 100644 index 0000000..5d134e2 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/package-summary.html @@ -0,0 +1,162 @@ + + + + + +net.minecraft.entity.player (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.entity.player

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/player/package-tree.html b/javadoc/net/minecraft/entity/player/package-tree.html new file mode 100644 index 0000000..428842b --- /dev/null +++ b/javadoc/net/minecraft/entity/player/package-tree.html @@ -0,0 +1,153 @@ + + + + + +net.minecraft.entity.player Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.entity.player

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3