net.minecraft.src
Class EntitySlime
java.lang.Object
net.minecraft.src.Entity
net.minecraft.src.EntityLiving
net.minecraft.src.EntitySlime
- All Implemented Interfaces:
- IAnimals, IMob
- Direct Known Subclasses:
- EntityMagmaCube
public class EntitySlime
- extends EntityLiving
- implements IMob
Fields inherited from class net.minecraft.src.EntityLiving |
arrowHitTempCounter, arrowHitTimer, attackedAtYaw, attackTime, cameraPitch, carryoverDamage, deathTime, field_70730_aX, field_70731_aW, field_70769_ao, field_70770_ap, field_82173_br, field_82175_bq, field_82181_as, hurtTime, isJumping, jumpMovementFactor, landMovementFactor, legSwing, legYaw, livingSoundTime, 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, dimension, distanceWalkedModified, entityCollisionReduction, entityId, fallDistance, field_70135_K, field_82151_R, 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, timeUntilPortal, velocityChanged, width, worldObj, yOffset, ySize |
Methods inherited from class net.minecraft.src.EntityLiving |
addPotionEffect, attackEntityAsMob, attackEntityFrom, canBeCollidedWith, canBePushed, canBreatheUnderwater, canEntityBeSeen, clearActivePotions, curePotionEffects, detachHome, eatGrassBonus, faceEntity, func_70062_b, func_70079_am, func_82143_as, func_82159_b, func_82161_a, func_82163_bD, func_82165_m, func_82169_q, func_82170_o, func_82171_bF, getActivePotionEffect, getActivePotionEffects, getAge, getAIMoveSpeed, getAITarget, getAttackTarget, getCreatureAttribute, getCurrentItemOrArmor, getEntitySenses, getEyeHeight, getHealth, getHeldItem, getHomePosition, getItemIcon, getJumpHelper, getLastActiveItems, getLastAttackingEntity, getLook, getLookHelper, getLookVec, getMaximumHomeDistance, getMaxSpawnedInChunk, getMoveHelper, getNavigator, getPosition, getRenderSizeModifier, getRNG, getSpeedModifier, getSwingProgress, getTalkInterval, getTexture, getTotalArmorValue, handleHealthUpdate, hasHome, heal, isBlocking, isChild, isEntityAlive, isEntityUndead, isExplosiveMob, isOnLadder, isPlayerSleeping, isPotionActive, isPotionApplicable, isWithinHomeDistance, isWithinHomeDistanceCurrentPosition, knockBack, moveEntityWithHeading, onDeath, onEntityUpdate, onItemPickup, onLivingUpdate, performHurtAnimation, playLivingSound, rayTrace, removePotionEffect, renderBrokenItemStack, setAIMoveSpeed, setAttackTarget, setEntityHealth, setHeadRotationYaw, setHomeArea, setJumping, setLastAttackingEntity, setMoveForward, setPositionAndRotation2, setPositionAndUpdate, setRevengeTarget, spawnExplosionParticle, swingItem, updateRidden |
Methods inherited from class net.minecraft.src.Entity |
addEntityID, addToPlayerScore, addVelocity, applyEntityCollision, canAttackWithItem, dropItem, dropItemWithOffset, entityDropItem, equals, extinguish, func_82141_a, func_82142_c, func_82144_au, func_82145_z, func_82146_a, func_82147_ab, func_82148_at, func_82149_j, func_82150_aj, generatePersistentID, getAir, getBoundingBox, getBrightness, getBrightnessForRender, getCollisionBorderSize, getCollisionBox, getDataWatcher, getDistance, getDistanceSq, getDistanceSqToEntity, getDistanceToEntity, getEntityData, getEntityName, getMountedYOffset, getParts, getPersistentID, getPickedResult, getShadowSize, getYOffset, handleLavaMovement, handleWaterMovement, hashCode, interact, isBurning, isEating, isEntityEqual, isEntityInsideOpaqueBlock, isImmuneToFire, isInRangeToRenderDist, isInRangeToRenderVec3D, isInsideOfMaterial, isInWater, isOffsetPositionInLiquid, isRiding, isSneaking, isSprinting, isWet, mountEntity, moveEntity, moveFlying, onKillEntity, onStruckByLightning, readFromNBT, setAir, setAngles, setEating, setFire, setInPortal, setInWeb, setLocationAndAngles, setPosition, setPositionAndRotation, setSneaking, setSprinting, setVelocity, setWorld, shouldRiderSit, toString, travelToTheEnd, unmountEntity, updateCloak, updateRiderPosition, writeToNBT |
field_70813_a
public float field_70813_a
field_70811_b
public float field_70811_b
field_70812_c
public float field_70812_c
EntitySlime
public EntitySlime(World par1World)
setSlimeSize
public void setSlimeSize(int par1)
getMaxHealth
public int getMaxHealth()
- Specified by:
getMaxHealth
in class EntityLiving
getSlimeSize
public int getSlimeSize()
- Returns the size of the slime.
writeEntityToNBT
public void writeEntityToNBT(NBTTagCompound par1NBTTagCompound)
- (abstract) Protected helper method to write subclass entity data to NBT.
- Overrides:
writeEntityToNBT
in class EntityLiving
readEntityFromNBT
public void readEntityFromNBT(NBTTagCompound par1NBTTagCompound)
- (abstract) Protected helper method to read subclass entity data from NBT.
- Overrides:
readEntityFromNBT
in class EntityLiving
onUpdate
public void onUpdate()
- Called to update the entity's position/logic.
- Overrides:
onUpdate
in class EntityLiving
setDead
public void setDead()
- Will get destroyed next tick.
- Overrides:
setDead
in class Entity
onCollideWithPlayer
public void onCollideWithPlayer(EntityPlayer par1EntityPlayer)
- Called by a player entity when they collide with an entity
- Overrides:
onCollideWithPlayer
in class Entity
getCanSpawnHere
public boolean getCanSpawnHere()
- Checks if the entity's current position is a valid location to spawn this entity.
- Overrides:
getCanSpawnHere
in class EntityLiving
getVerticalFaceSpeed
public int getVerticalFaceSpeed()
- The speed it takes to move the entityliving's rotationPitch through the faceEntity method. This is only currently
use in wolves.
- Overrides:
getVerticalFaceSpeed
in class EntityLiving