net.minecraft.src
Class EntityOtherPlayerMP
java.lang.Object
net.minecraft.src.Entity
net.minecraft.src.EntityLiving
net.minecraft.src.EntityPlayer
net.minecraft.src.EntityOtherPlayerMP
- All Implemented Interfaces:
- ICommandSender
public class EntityOtherPlayerMP
- extends EntityPlayer
Fields inherited from class net.minecraft.src.EntityPlayer |
cameraYaw, capabilities, craftingInventory, dimension, experience, experienceLevel, experienceTotal, field_71079_bU, field_71082_cx, field_71085_bR, field_71089_bV, field_71091_bM, field_71094_bP, field_71095_bQ, field_71096_bN, field_71097_bO, field_71098_bD, fishEntity, inventory, inventorySlots, isSwinging, playerCloakUrl, playerLocation, prevCameraYaw, prevTimeInPortal, score, swingProgressInt, timeInPortal, timeUntilPortal, username, xpCooldown |
Fields inherited from class net.minecraft.src.EntityLiving |
arrowHitTempCounter, arrowHitTimer, attackedAtYaw, attackTime, cameraPitch, carryoverDamage, deathTime, field_70730_aX, field_70731_aW, field_70754_ba, field_70769_ao, field_70770_ap, hurtTime, isJumping, jumpMovementFactor, landMovementFactor, legYaw, maxHurtResistantTime, maxHurtTime, prevCameraPitch, prevHealth, prevLegYaw, prevRenderYawOffset, prevRotationYawHead, prevSwingProgress, renderYawOffset, rotationYawHead, swingProgress, tasks |
Fields inherited from class net.minecraft.src.Entity |
addedToChunk, boundingBox, capturedDrops, captureDrops, chunkCoordX, chunkCoordY, chunkCoordZ, cloakUrl, distanceWalkedModified, entityCollisionReduction, entityId, fallDistance, field_70135_K, fireResistance, height, hurtResistantTime, ignoreFrustumCheck, isAirBorne, isCollided, isCollidedHorizontally, isCollidedVertically, isDead, lastTickPosX, lastTickPosY, lastTickPosZ, motionX, motionY, motionZ, myEntitySize, noClip, onGround, posX, posY, posZ, prevDistanceWalkedModified, preventEntitySpawning, prevPosX, prevPosY, prevPosZ, prevRotationPitch, prevRotationYaw, renderDistanceWeight, riddenByEntity, ridingEntity, rotationPitch, rotationYaw, serverPosX, serverPosY, serverPosZ, skinUrl, stepHeight, ticksExisted, velocityChanged, width, worldObj, yOffset, ySize |
Methods inherited from class net.minecraft.src.EntityPlayer |
addChatMessage, addExhaustion, addExperience, addMovementStat, addStat, addToPlayerScore, attackTargetEntityWithCurrentItem, canEat, canHarvestBlock, canPlayerEdit, clearItemInUse, clonePlayer, destroyCurrentEquippedItem, displayGUIBook, displayGUIBrewingStand, displayGUIChest, displayGUIDispenser, displayGUIEditSign, displayGUIEnchantment, displayGUIFurnace, displayGUIMerchant, displayGUIWorkbench, dropOneItem, dropPlayerItem, dropPlayerItemWithRandomChoice, func_71066_bF, getBedOrientationInDegrees, getCommandSenderName, getCurrentEquippedItem, getCurrentPlayerStrVsBlock, getCurrentPlayerStrVsBlock, getEntityName, getFoodStats, getInventoryEnderChest, getItemIcon, getItemInUse, getItemInUseCount, getItemInUseDuration, getMaxHealth, getScore, getSleepTimer, getSpawnChunk, getTotalArmorValue, getTranslator, getYOffset, handleHealthUpdate, interactWith, isBlocking, isEntityInsideOpaqueBlock, isPlayerFullyAsleep, isPlayerSleeping, isUsingItem, joinEntityItemWithWorld, moveEntityWithHeading, onCriticalHit, onDeath, onEnchantmentCritical, onItemPickup, onKillEntity, openGui, preparePlayerToSpawn, readEntityFromNBT, removeExperience, respawnPlayer, sendGameTypeToPlayer, sendPlayerAbilities, setDead, setInPortal, setItemInUse, setSpawnChunk, shouldHeal, sleepInBedAt, stopUsingItem, swingItem, translateString, travelToTheEnd, triggerAchievement, updateRidden, verifyRespawnCoordinates, wakeUpPlayer, writeEntityToNBT, xpBarCap |
Methods inherited from class net.minecraft.src.EntityLiving |
addPotionEffect, attackEntityAsMob, canBeCollidedWith, canBePushed, canBreatheUnderwater, canEntityBeSeen, clearActivePotions, detachHome, eatGrassBonus, faceEntity, func_70079_am, getActivePotionEffect, getActivePotionEffects, getAge, getAIMoveSpeed, getAITarget, getAttackTarget, getCanSpawnHere, getCreatureAttribute, getEntitySenses, getHealth, getHeldItem, getHomePosition, getJumpHelper, getLastAttackingEntity, getLook, getLookHelper, getLookVec, getMaximumHomeDistance, getMaxSpawnedInChunk, getMoveHelper, getNavigator, getPosition, getRenderSizeModifier, getRNG, getSwingProgress, getTalkInterval, getTexture, getVerticalFaceSpeed, hasHome, heal, isChild, isEntityAlive, isEntityUndead, isExplosiveMob, isOnLadder, isPotionActive, isPotionApplicable, isWithinHomeDistance, isWithinHomeDistanceCurrentPosition, knockBack, onEntityUpdate, performHurtAnimation, playLivingSound, rayTrace, removePotionEffect, renderBrokenItemStack, setAIMoveSpeed, setAttackTarget, setEntityHealth, setHeadRotationYaw, setHomeArea, setJumping, setLastAttackingEntity, setMoveForward, setPositionAndUpdate, setRevengeTarget, spawnExplosionParticle |
Methods inherited from class net.minecraft.src.Entity |
addEntityID, addVelocity, applyEntityCollision, canAttackWithItem, dropItem, dropItemWithOffset, entityDropItem, equals, extinguish, getAir, getBoundingBox, getBrightness, getBrightnessForRender, getCollisionBorderSize, getCollisionBox, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityData, getLastActiveItems, getMountedYOffset, getParts, getPickedResult, handleLavaMovement, handleWaterMovement, hashCode, interact, isBurning, isEating, isEntityEqual, isImmuneToFire, isInRangeToRenderDist, isInRangeToRenderVec3D, isInsideOfMaterial, isInWater, isOffsetPositionInLiquid, isRiding, isSneaking, isSprinting, isWet, mountEntity, moveEntity, moveFlying, onCollideWithPlayer, onStruckByLightning, readFromNBT, setAir, setAngles, setEating, setFire, setInWeb, setLocationAndAngles, setPosition, setPositionAndRotation, setSneaking, setSprinting, setVelocity, setWorld, shouldRiderSit, toString, unmountEntity, updateRiderPosition, writeToNBT |
EntityOtherPlayerMP
public EntityOtherPlayerMP(World par1World,
String par2Str)
attackEntityFrom
public boolean attackEntityFrom(DamageSource par1DamageSource,
int par2)
- Called when the entity is attacked.
- Overrides:
attackEntityFrom
in class EntityPlayer
setPositionAndRotation2
public void setPositionAndRotation2(double par1,
double par3,
double par5,
float par7,
float par8,
int par9)
- Sets the position and rotation. Only difference from the other one is no bounding on the rotation. Args: posX,
posY, posZ, yaw, pitch
- Overrides:
setPositionAndRotation2
in class EntityLiving
updateCloak
public void updateCloak()
- Overrides:
updateCloak
in class Entity
onUpdate
public void onUpdate()
- Called to update the entity's position/logic.
- Overrides:
onUpdate
in class EntityPlayer
getShadowSize
public float getShadowSize()
- Overrides:
getShadowSize
in class Entity
onLivingUpdate
public void onLivingUpdate()
- Called frequently so the entity can update its state every tick as required. For example, zombies and skeletons
use this to react to sunlight and start to burn.
- Overrides:
onLivingUpdate
in class EntityPlayer
func_70062_b
public void func_70062_b(int par1,
ItemStack par2ItemStack)
- Overrides:
func_70062_b
in class Entity
getEyeHeight
public float getEyeHeight()
- Overrides:
getEyeHeight
in class EntityPlayer
sendChatToPlayer
public void sendChatToPlayer(String par1Str)
canCommandSenderUseCommand
public boolean canCommandSenderUseCommand(String par1Str)
- Returns true if the command sender is allowed to use the given command.