Class AbstractClientPlayer

    • Constructor Detail

      • AbstractClientPlayer

        public AbstractClientPlayer​(World worldIn,
                                    GameProfile playerProfile)
    • Method Detail

      • isSpectator

        public boolean isSpectator()
        + Returns true if the player is in spectator mode.
        Specified by:
        isSpectator in class EntityPlayer
      • hasPlayerInfo

        public boolean hasPlayerInfo()
        + Checks if this instance of AbstractClientPlayer has any associated player data.
      • hasSkin

        public boolean hasSkin()
        + Returns true if the player has an associated skin.
      • getLocationSkin

        public ResourceLocation getLocationSkin()
        + Returns true if the username has an associated skin.
      • getSkinType

        public java.lang.String getSkinType()
      • getFovModifier

        public float getFovModifier()