net.minecraft.entity

public abstract class Entity

implements CommandSource

sn
net.minecraft.class_864
net.minecraft.entity.Entity
net.minecraft.entity.Entity

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_14499
LOGGER
LOGGER
private static final List<ItemStack>
b
field_15445
EMPTY_LIST
EMPTY_EQUIPMENT
private static final Box
c
field_11899
INITIAL_SHAPE
ZERO_AABB
private static double
f
field_3244
viewDistanceScaling
renderDistanceWeight
private static int
g
field_3219
nextNetworkId
nextEntityID
private int
h
field_9080
networkId
entityId
public boolean
i
field_3245
blocksBuilding
preventEntitySpawning
private final List<Entity>
at
field_14508
passengers
riddenByEntities
protected int
j
field_14509
boardingCooldown
rideCooldown
private Entity
au
field_14505
mount
ridingEntity
public boolean
k
field_6117
teleporting
forceSpawn
public World
l
field_3248
world
world
public double
m
field_3249
lastX
prevPosX
public double
n
field_3250
lastY
prevPosY
public double
o
field_3251
lastZ
prevPosZ
public double
p
field_3252
x
posX
public double
q
field_3253
y
posY
public double
r
field_3254
z
posZ
public double
s
field_3255
velocityX
motionX
public double
t
field_3256
velocityY
motionY
public double
u
field_3257
velocityZ
motionZ
public float
v
field_3258
yaw
rotationYaw
public float
w
field_3193
pitch
rotationPitch
public float
x
field_3194
lastYaw
prevRotationYaw
public float
y
field_3195
lastPitch
prevRotationPitch
private Box
av
field_3196
shape
boundingBox
public boolean
z
field_3197
onGround
onGround
public boolean
A
field_3198
collidingHorizontally
isCollidedHorizontally
public boolean
B
field_3199
collidingVertically
isCollidedVertically
public boolean
C
field_3200
colliding
isCollided
public boolean
D
field_3201
damaged
velocityChanged
protected boolean
E
field_3202
inCobweb
isInWeb
private boolean
aw
field_11904
outsideWorldBorder
isOutsideBorder
public boolean
F
field_3204
removed
isDead
public float
G
field_3206
width
width
public float
H
field_3207
height
height
public float
I
field_3208
lastWalkDistance
prevDistanceWalkedModified
public float
J
field_3209
walkDistance
distanceWalkedModified
public float
K
field_5319
distanceMoved
distanceWalkedOnStepModified
public float
L
field_3210
fallDistance
fallDistance
private int
ax
field_3233
blocksWalkedOn
nextStepDistance
public double
M
field_3211
prevX
lastTickPosX
public double
N
field_3212
prevY
lastTickPosY
public double
O
field_3213
prevZ
lastTickPosZ
public float
P
field_3215
stepHeight
stepHeight
public boolean
Q
field_3216
noClip
noClip
public float
R
field_3217
pushSpeedReduction
entityCollisionReduction
protected Random
S
field_3218
random
rand
public int
T
field_3220
ticks
ticksExisted
private int
ay
field_3234
onFireTimer
fire
protected boolean
U
field_3222
inWater
inWater
public int
V
field_3223
invulnerableTimer
hurtResistantTime
protected boolean
W
field_3240
firstTick
firstUpdate
protected boolean
X
field_3224
immuneToFire
isImmuneToFire
protected SyncedData
Y
field_3225
syncedData
dataManager
protected static final DataAttribute<Byte>
Z
field_14506
SHARED_FLAGS
FLAGS
private static final DataAttribute<Integer>
az
field_14507
BREATH
AIR
private static final DataAttribute<String>
aA
field_14493
CUSTOM_NAME
CUSTOM_NAME
private static final DataAttribute<Boolean>
aB
field_14494
CUSTOM_NAME_VISIBLE
CUSTOM_NAME_VISIBLE
private static final DataAttribute<Boolean>
aC
field_14495
SILENT
SILENT
private static final DataAttribute<Boolean>
aD
field_15028
NO_GRAVITY
NO_GRAVITY
public boolean
aa
field_3226
inChunk
addedToChunk
public int
ab
field_3227
chunkX
chunkCoordX
public int
ac
field_3228
chunkY
chunkCoordY
public int
ad
field_3229
chunkZ
chunkCoordZ
public boolean
ah
field_3230
ignoreCameraFrustum
ignoreFrustumCheck
public boolean
ai
field_3231
velocityDirty
isAirBorne
public int
aj
field_5320
portalCooldown
timeUntilPortal
protected boolean
ak
field_5321
inPortal
inPortal
protected int
al
field_5322
portalTime
portalCounter
public int
am
field_5323
dimension
dimension
protected BlockPos
an
field_11900
lastPortalPos
lastPortalPos
protected Vec3d
ao
field_11901
lastPortalOffset
lastPortalVec
protected Direction
ap
field_11902
lastPortalFacing
teleportDirection
private boolean
aE
field_5325
invulnerable
invulnerable
protected UUID
aq
field_6116
uuid
entityUniqueID
protected String
ar
field_14503
uuidString
cachedUniqueIdString
private final CommandResults
aF
field_11903
commandResults
cmdResultStats
protected boolean
as
field_14504
isGlowing
glowing
private final Set<String>
aG
field_14497
commandTags
tags
private boolean
aH
field_14498
teleported
isPositionDirty
private double[]
aI
field_15443
pistonMovementDelta
field_191505_aI
private long
aJ
field_15444
lastPistonMovementTicks
field_191506_aJ
public long
ae
field_14500
lastKnownX
serverPosX
public long
af
field_14501
lastKnownY
serverPosY
public long
ag
field_14502
lastKnownZ
serverPosZ

Constructor summary

ModifierConstructor
public (World world)

Method summary

Modifier and TypeMethod
public int
O()
method_8365()
getNetworkId()
getEntityId()
public void
h(int arg0)
method_8362(int arg0)
setNetworkId(int id)
setEntityId(int id)
public Set<String>
P()
method_12967()
getCommandTags()
getTags()
public boolean
a(String arg0)
method_12972(String arg0)
addCommandTag(String tag)
addTag(String tag)
public boolean
b(String arg0)
method_12989(String arg0)
removeScoreboardTag(String tag)
removeTag(String tag)
public void
Q()
method_10927()
discard()
onKillCommand()
protected abstract void
i()
method_2484()
registerSyncedData()
entityInit()
public SyncedData
R()
method_2561()
getSyncedData()
getDataManager()
public void
T()
method_2563()
remove()
setDead()
public void
b(boolean arg0)
method_12991(boolean arg0)
setDropContents(boolean dropContents)
setDropItemsWhenDead(boolean dropWhenDead)
protected void
a(float arg0, float arg1)
method_2491(float arg0, float arg1)
setSize(float width, float height)
setSize(float width, float height)
protected void
b(float arg0, float arg1)
method_2525(float arg0, float arg1)
setRotation(float yaw, float pitch)
setRotation(float yaw, float pitch)
public void
b(double arg0, double arg1, double arg2)
method_2522(double arg0, double arg1, double arg2)
setPosition(double x, double y, double z)
setPosition(double x, double y, double z)
public void
A_()
method_2558()
tick()
onUpdate()
public void
U()
method_2564()
baseTick()
onEntityUpdate()
protected void
H()
method_12966()
tickPortalCooldown()
decrementTimeUntilPortal()
public int
V()
method_4455()
getMaxNetherPortalTime()
getMaxInPortalTime()
protected void
W()
method_2460()
takeLavaDamage()
setOnFireFromLava()
public void
i(int arg0)
method_2541(int arg0)
setOnFireFor(int seconds)
setFire(int seconds)
public void
X()
method_2461()
extinguish()
extinguish()
protected void
Y()
method_2462()
voidTick()
outOfWorld()
public boolean
c(double arg0, double arg1, double arg2)
method_2532(double arg0, double arg1, double arg2)
canMove(double dx, double dy, double dz)
isOffsetPositionInLiquid(double x, double y, double z)
private boolean
b(bdt arg0)
method_10951(class_231 arg0)
doesNotCollide(Box box)
isLiquidPresentInAABB(AxisAlignedBB bb)
public void
a(tc arg0, double arg1, double arg2, double arg3)
method_2539(class_3131 arg0, double arg1, double arg2, double arg3)
move(MoverType moverType, double x, double y, double z)
move(MoverType type, double x, double y, double z)
public void
Z()
method_10964()
setPositionFromShape()
resetPositionToBB()
protected SoundEvent
aa()
method_12984()
getSwimSound()
getSwimSound()
protected SoundEvent
ab()
method_12985()
getSplashSound()
getSplashSound()
protected void
ac()
method_2463()
checkBlockCollisions()
doBlockCollisions()
protected void
a(co arg0, alu arg1)
method_10936(class_2552 arg0, class_197 arg1)
playStepSound(BlockPos pos, Block block)
playStepSound(BlockPos pos, Block blockIn)
public void
a(nm arg0, float arg1, float arg2)
method_4441(class_2926 arg0, float arg1, float arg2)
playSound(SoundEvent sound, float volume, float pitch)
playSound(SoundEvent soundIn, float volume, float pitch)
public boolean
ad()
method_10928()
isSilent()
isSilent()
public void
c(boolean arg0)
method_10954(boolean arg0)
setSilent(boolean silent)
setSilent(boolean isSilent)
public boolean
ae()
method_13491()
isNoGravity()
hasNoGravity()
public void
d(boolean arg0)
method_13492(boolean arg0)
setNoGravity(boolean noGravity)
setNoGravity(boolean noGravity)
protected boolean
af()
method_2549()
makesSteps()
canTriggerWalking()
protected void
a(double arg0, boolean arg1, atl arg2, co arg3)
method_2489(double arg0, boolean arg1, class_2232 arg2, class_2552 arg3)
checkFallDamage(double dy, boolean landed, BlockState state, BlockPos pos)
updateFallState(double y, boolean onGroundIn, IBlockState state, BlockPos pos)
public Box
ag()
method_2464()
getCollisionShape()
getCollisionBoundingBox()
protected void
j(int arg0)
method_2546(int arg0)
takeFireDamage(int amount)
dealFireDamage(int amount)
public final boolean
ah()
method_2465()
isImmuneToFire()
isImmuneToFire()
public void
e(float arg0, float arg1)
method_2490(float arg0, float arg1)
takeFallDamage(float distance, float damageMultiplier)
fall(float distance, float damageMultiplier)
public boolean
ai()
method_2466()
isInWaterOrRain()
isWet()
public boolean
aj()
method_2467()
isInWater()
isInWater()
public boolean
ak()
method_2468()
checkWaterCollisions()
handleWaterMovement()
protected void
al()
method_3203()
doSplashEffect()
doWaterSplashEffect()
public void
am()
method_10929()
tickSprintingEffect()
spawnRunningParticles()
protected void
an()
method_10930()
doSprintingEffect()
createRunningParticles()
public boolean
a(azs arg0)
method_2496(class_63 arg0)
isSubmergedIn(Material liquid)
isInsideOfMaterial(Material materialIn)
public boolean
ao()
method_10950()
isInLava()
isInLava()
public void
a(float arg0, float arg1, float arg2)
method_2492(float arg0, float arg1, float arg2)
updateVelocity(float sideways, float forwards, float scale)
moveRelative(float strafe, float forward, float friction)
public float
e(float arg0)
method_2533(float arg0)
getBrightness(float tickDelta)
getBrightness(float partialTicks)
public void
a(ajs arg0)
method_2504(class_1150 arg0)
setWorld(World world)
setWorld(World worldIn)
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4)
method_2487(double arg0, double arg1, double arg2, float arg3, float arg4)
updatePositionAndAngles(double x, double y, double z, float yaw, float pitch)
setPositionAndRotation(double x, double y, double z, float yaw, float pitch)
public void
a(co arg0, float arg1, float arg2)
method_10935(class_2552 arg0, float arg1, float arg2)
refreshPositionAndAngles(BlockPos pos, float yaw, float pitch)
moveToBlockPosAndAngles(BlockPos pos, float rotationYawIn, float rotationPitchIn)
public void
b(double arg0, double arg1, double arg2, float arg3, float arg4)
method_2523(double arg0, double arg1, double arg2, float arg3, float arg4)
setPositionAndAngles(double x, double y, double z, float yaw, float pitch)
setLocationAndAngles(double x, double y, double z, float yaw, float pitch)
public float
g(sn arg0)
method_2543(class_864 arg0)
distanceTo(Entity entity)
getDistanceToEntity(Entity entityIn)
public double
d(double arg0, double arg1, double arg2)
method_2545(double arg0, double arg1, double arg2)
squaredDistanceTo(double x, double y, double z)
getDistanceSq(double x, double y, double z)
public double
c(co arg0)
method_10952(class_2552 arg0)
getSquaredDistanceTo(BlockPos pos)
getDistanceSq(BlockPos pos)
public double
d(co arg0)
method_10955(class_2552 arg0)
getSquaredDistanceToCenter(BlockPos pos)
getDistanceSqToCenter(BlockPos pos)
public double
e(double arg0, double arg1, double arg2)
method_2550(double arg0, double arg1, double arg2)
distanceTo(double x, double y, double z)
getDistance(double x, double y, double z)
public double
h(sn arg0)
method_2548(class_864 arg0)
squaredDistanceTo(Entity entity)
getDistanceSqToEntity(Entity entityIn)
public void
d(aay arg0)
method_2530(class_988 arg0)
onPlayerCollision(PlayerEntity player)
onCollideWithPlayer(EntityPlayer entityIn)
public void
i(sn arg0)
method_2552(class_864 arg0)
push(Entity entity)
applyEntityCollision(Entity entityIn)
public void
f(double arg0, double arg1, double arg2)
method_2553(double arg0, double arg1, double arg2)
addVelocity(double dx, double dy, double dz)
addVelocity(double x, double y, double z)
protected void
ap()
method_2470()
markDamaged()
setBeenAttacked()
public boolean
a(ry arg0, float arg1)
method_2499(class_856 arg0, float arg1)
takeDamage(DamageSource source, float amount)
attackEntityFrom(DamageSource source, float amount)
public Vec3d
f(float arg0)
method_6146(float arg0)
getRotationVector(float tickDelta)
getLook(float partialTicks)
protected final Vec3d
f(float arg0, float arg1)
method_10959(float arg0, float arg1)
getRotationVector(float pitch, float yaw)
getVectorForRotation(float pitch, float yaw)
public Vec3d
g(float arg0)
method_10958(float arg0)
getEyePosition(float tickDelta)
getPositionEyes(float partialTicks)
public boolean
aq()
method_2471()
hasCollision()
canBeCollidedWith()
public boolean
ar()
method_2472()
isPushable()
canBePushed()
public void
b(sn arg0, int arg1)
method_2536(class_864 arg0, int arg1)
takeKillScore(Entity victim, int score)
addToPlayerScore(Entity entityIn, int amount)
public boolean
c(du arg0)
method_5382(class_322 arg0)
writeNbt(NbtCompound nbt)
writeToNBTAtomically(NBTTagCompound compound)
public boolean
d(du arg0)
method_2535(class_322 arg0)
writeNbtIfNotMount(NbtCompound nbt)
writeToNBTOptional(NBTTagCompound compound)
public static void
b(ph arg0)
method_13932(class_2934 arg0)
registerSchema(DataFixerUpper dfu)
registerFixes(DataFixer fixer)
public NbtCompound
e(du arg0)
method_13006(class_322 arg0)
writeNbtWithoutId(NbtCompound nbt)
writeToNBT(NBTTagCompound compound)
public void
f(du arg0)
method_2547(class_322 arg0)
readNbt(NbtCompound nbt)
readFromNBT(NBTTagCompound compound)
protected boolean
as()
method_6096()
shouldSetPositionOnLoad()
shouldSetPosAfterLoading()
protected final String
at()
method_2474()
getTypeId()
getEntityString()
protected abstract void
a(du arg0)
method_2498(class_322 arg0)
readCustomNbt(NbtCompound nbt)
readEntityFromNBT(NBTTagCompound compound)
protected abstract void
b(du arg0)
method_2528(class_322 arg0)
writeCustomNbt(NbtCompound nbt)
writeEntityToNBT(NBTTagCompound compound)
protected NbtList
a(double... arg0)
method_2506(double... arg0)
toNbtList(double... values)
newDoubleNBTList(double... numbers)
protected NbtList
a(float... arg0)
method_2507(float... arg0)
toNbtList(float... values)
newFloatNBTList(float... numbers)
public ItemEntity
a(afh arg0, int arg1)
method_2526(class_1069 arg0, int arg1)
dropItem(Item item, int count)
dropItem(Item itemIn, int size)
public ItemEntity
a(afh arg0, int arg1, float arg2)
method_2493(class_1069 arg0, int arg1, float arg2)
dropItem(Item item, int count, float offsetY)
dropItemWithOffset(Item itemIn, int size, float offsetY)
public ItemEntity
a(afj arg0, float arg1)
method_2503(class_1071 arg0, float arg1)
dropItem(ItemStack item, float offsetY)
entityDropItem(ItemStack stack, float offsetY)
public boolean
au()
method_2476()
isAlive()
isEntityAlive()
public boolean
av()
method_2477()
isInWall()
isEntityInsideOpaqueBlock()
public boolean
b(aay arg0, ri arg1)
method_6100(class_988 arg0, class_2961 arg1)
interact(PlayerEntity player, InteractionHand hand)
processInitialInteract(EntityPlayer player, EnumHand hand)
public Box
j(sn arg0)
method_2555(class_864 arg0)
getCollisionAgainstShape(Entity other)
getCollisionBox(Entity entityIn)
public void
aw()
method_2478()
rideTick()
updateRidden()
public void
k(sn arg0)
method_13009(class_864 arg0)
updateRiderPositon(Entity rider)
updatePassenger(Entity passenger)
public double
ax()
method_2480()
getRideHeight()
getYOffset()
public double
ay()
method_2481()
getMountHeight()
getMountedYOffset()
public boolean
m(sn arg0)
method_13011(class_864 arg0)
startRiding(Entity entity)
startRiding(Entity entityIn)
public boolean
a(sn arg0, boolean arg1)
method_12975(class_864 arg0, boolean arg1)
startRiding(Entity entity, boolean force)
startRiding(Entity entityIn, boolean force)
protected boolean
n(sn arg0)
method_13012(class_864 arg0)
canRide(Entity entity)
canBeRidden(Entity entityIn)
public void
az()
method_12986()
yeetPassengers()
removePassengers()
public void
p()
method_13014()
stopRiding()
dismountRidingEntity()
protected void
o(sn arg0)
method_13013(class_864 arg0)
addPassenger(Entity entity)
addPassenger(Entity passenger)
protected void
p(sn arg0)
method_13015(class_864 arg0)
removePassenger(Entity passenger)
removePassenger(Entity passenger)
protected boolean
q(sn arg0)
method_13016(class_864 arg0)
canAddPassenger(Entity entity)
canFitPassenger(Entity passenger)
public float
aA()
method_2482()
getPickRadius()
getCollisionBorderSize()
public Vec3d
aB()
method_2483()
getLookVector()
getLookVec()
public void
e(co arg0)
method_10957(class_2552 arg0)
onPortalCollision(BlockPos pos)
setPortal(BlockPos pos)
public int
aE()
method_4445()
getPortalCooldown()
getPortalCooldown()
public Iterable<ItemStack>
aG()
method_12977()
getItemsInHands()
getHeldEquipment()
public Iterable<ItemStack>
aH()
method_12978()
getArmor()
getArmorInventoryList()
public Iterable<ItemStack>
aI()
method_12979()
getAllSlots()
getEquipmentAndArmor()
public void
a(ss arg0, afj arg1)
method_2527(class_2968 arg0, class_1071 arg1)
setEquipment(EquipmentSlot slot, ItemStack item)
setItemStackToSlot(EntityEquipmentSlot slotIn, ItemStack stack)
public boolean
aJ()
method_2511()
isOnFire()
isBurning()
public boolean
aK()
method_12980()
isRiding()
isRiding()
public boolean
aL()
method_12981()
hasPassengers()
isBeingRidden()
public boolean
aM()
method_2513()
isSneaking()
isSneaking()
public void
e(boolean arg0)
method_2505(boolean arg0)
setSneaking(boolean sneaking)
setSneaking(boolean sneaking)
public boolean
aN()
method_2514()
isSprinting()
isSprinting()
public void
f(boolean arg0)
method_2529(boolean arg0)
setSprinting(boolean sprinting)
setSprinting(boolean sprinting)
public boolean
aO()
method_12982()
isGlowing()
isGlowing()
public void
g(boolean arg0)
method_13007(boolean arg0)
setGlowing(boolean glowing)
setGlowing(boolean glowingIn)
public boolean
aP()
method_4446()
isInvisible()
isInvisible()
public AbstractTeam
aQ()
method_6135()
getTeam()
getTeam()
public boolean
r(sn arg0)
method_13017(class_864 arg0)
isAlliedTo(Entity entity)
isOnSameTeam(Entity entityIn)
public boolean
a(bee arg0)
method_12970(class_1599 arg0)
isAlliedTo(AbstractTeam team)
isOnScoreboardTeam(Team teamIn)
public void
h(boolean arg0)
method_4452(boolean arg0)
setInvisible(boolean invisible)
setInvisible(boolean invisible)
protected boolean
k(int arg0)
method_2551(int arg0)
getFlag(int index)
getFlag(int flag)
protected void
b(int arg0, boolean arg1)
method_2495(int arg0, boolean arg1)
setFlag(int index, boolean value)
setFlag(int flag, boolean set)
public int
aR()
method_2516()
getBreath()
getAir()
public void
l(int arg0)
method_2554(int arg0)
setBreath(int breath)
setAir(int air)
public void
a(zg arg0)
method_2502(class_961 arg0)
struckByLightning(LightningBoltEntity lightning)
onStruckByLightning(EntityLightningBolt lightningBolt)
public void
b(sw arg0)
method_6098(class_1699 arg0)
onKill(LivingEntity victim)
onKillEntity(EntityLivingBase entityLivingIn)
protected boolean
i(double arg0, double arg1, double arg2)
method_2559(double arg0, double arg1, double arg2)
pushAwayFrom(double x, double y, double z)
pushOutOfBlocks(double x, double y, double z)
public void
aS()
method_2517()
onCobwebCollision()
setInWeb()
public String
h_()
method_2518()
getName()
getName()
public Entity[]
aT()
method_2519()
getParts()
getParts()
public boolean
s(sn arg0)
method_2560(class_864 arg0)
is(Entity entity)
isEntityEqual(Entity entityIn)
public float
aU()
method_2520()
getHeadYaw()
getRotationYawHead()
public void
h(float arg0)
method_2540(float arg0)
setHeadYaw(float headYaw)
setRotationYawHead(float rotation)
public void
i(float arg0)
method_10960(float arg0)
setBodyYaw(float yaw)
setRenderYawOffset(float offset)
public boolean
aV()
method_2521()
canBePunched()
canBeAttackedWithItem()
public boolean
t(sn arg0)
method_4453(class_864 arg0)
onPunched(Entity attacker)
hitByEntity(Entity entityIn)
public boolean
b(ry arg0)
method_10953(class_856 arg0)
isInvulnerable(DamageSource source)
isEntityInvulnerable(DamageSource source)
public boolean
aW()
method_13931()
isInvulnerable()
getIsInvulnerable()
public void
i(boolean arg0)
method_13008(boolean arg0)
setInvulnerable(boolean invulnerable)
setEntityInvulnerable(boolean isInvulnerable)
public void
u(sn arg0)
method_4454(class_864 arg0)
copyPositionAndRotationFrom(Entity entity)
copyLocationAndAnglesFrom(Entity entityIn)
private void
a(sn arg0)
method_4443(class_864 arg0)
copyNbtFrom(Entity sourceEntity)
copyDataFromOld(Entity entityIn)
public Entity
c(int arg0)
method_3197(int arg0)
changeDimension(int dimension)
changeDimension(int dimensionIn)
public boolean
aX()
method_12983()
canUsePortals()
isNonBoss()
public float
a(ajn arg0, ajs arg1, co arg2, atl arg3)
method_10932(class_1147 arg0, class_1150 arg1, class_2552 arg2, class_2232 arg3)
getBlastResistance(Explosion explosion, World world, BlockPos pos, BlockState state)
getExplosionResistance(Explosion explosionIn, World worldIn, BlockPos pos, IBlockState blockStateIn)
public boolean
a(ajn arg0, ajs arg1, co arg2, atl arg3, float arg4)
method_10933(class_1147 arg0, class_1150 arg1, class_2552 arg2, class_2232 arg3, float arg4)
canExplodeBlock(Explosion explosion, World world, BlockPos pos, BlockState state, float power)
canExplosionDestroyBlock(Explosion explosionIn, World worldIn, BlockPos pos, IBlockState blockStateIn, float arg4)
public int
aY()
method_4448()
getSafeFallDistance()
getMaxFallHeight()
public Vec3d
ba()
method_10940()
getLastPortalOffset()
getLastPortalVec()
public Direction
bb()
method_10941()
getLastPortalFacing()
getTeleportDirection()
public boolean
bc()
method_4450()
canAvoidTraps()
doesEntityNotTriggerPressurePlate()
public void
a(c arg0)
method_4442(class_1392 arg0)
populateCrashReport(CrashReportCategory section)
addEntityCrashInfo(CrashReportCategory category)
public void
a(UUID arg0)
method_12973(UUID arg0)
setUuid(UUID uuid)
setUniqueId(UUID uniqueIdIn)
public UUID
be()
method_6099()
getUuid()
getUniqueID()
public String
bf()
method_12993()
getUuidString()
getCachedUniqueIdString()
public boolean
bg()
method_5380()
hasLiquidCollision()
isPushedByWater()
public Text
i_()
method_6344()
getDisplayName()
getDisplayName()
public void
c(String arg0)
method_5411(String arg0)
setCustomName(String name)
setCustomNameTag(String name)
public String
bi()
method_5427()
getCustomName()
getCustomNameTag()
public boolean
n_()
method_5339()
hasCustomName()
hasCustomName()
public void
j(boolean arg0)
method_10962(boolean arg0)
setCustomNameVisible(boolean visible)
setAlwaysRenderNameTag(boolean alwaysRenderNameTag)
public boolean
bj()
method_10942()
isCustomNameVisible()
getAlwaysRenderNameTag()
public void
a(double arg0, double arg1, double arg2)
method_2577(double arg0, double arg1, double arg2)
teleport(double x, double y, double z)
setPositionAndUpdate(double x, double y, double z)
public void
a(kk<?> arg0)
method_12974(class_2921<?> arg0)
onDataValueChanged(DataAttribute<?> attribute)
notifyDataManagerChange(DataParameter<?> key)
public Direction
bl()
method_10943()
getHorizontalFacing()
getHorizontalFacing()
public Direction
bm()
method_12995()
getMovementDirection()
getAdjustedHorizontalFacing()
protected HoverEvent
bn()
method_10944()
getHoverEvent()
getHoverEvent()
public boolean
a(ly arg0)
method_10937(class_798 arg0)
broadcastTo(ServerPlayerEntity player)
isSpectatedByPlayer(EntityPlayerMP player)
public Box
bo()
method_10945()
getShape()
getEntityBoundingBox()
public void
a(bdt arg0)
method_10934(class_231 arg0)
setShape(Box shape)
setEntityBoundingBox(AxisAlignedBB bb)
public float
bq()
method_2544()
getEyeHeight()
getEyeHeight()
public boolean
br()
method_10946()
isOutsideWorldBorder()
isOutsideBorder()
public void
k(boolean arg0)
method_10963(boolean arg0)
setOutsideWorldBorder(boolean outsideWorldBorder)
setOutsideBorder(boolean outsideBorder)
public boolean
c(int arg0, afj arg1)
method_10956(int arg0, class_1071 arg1)
replaceItem(int slot, ItemStack item)
replaceItemInInventory(int inventorySlot, ItemStack itemStackIn)
public void
a(fb arg0)
method_5505(class_1982 arg0)
sendMessage(Text arg0)
sendMessage(ITextComponent arg0)
public boolean
a(int arg0, String arg1)
method_3333(int arg0, String arg1)
canUseCommand(int arg0, String arg1)
canUseCommand(int arg0, String arg1)
public BlockPos
c()
method_4086()
getCommandSourceBlockPos()
getPosition()
public Vec3d
d()
method_10787()
getCommandSourcePos()
getPositionVector()
public World
e()
method_5506()
getCommandSourceWorld()
getEntityWorld()
public Entity
f()
method_10788()
asEntity()
getCommandSenderEntity()
public boolean
g()
method_10789()
sendCommandSuccessToOps()
sendCommandFeedback()
public void
a(o$a arg0, int arg1)
method_10786(class_2598$class_2599 arg0, int arg1)
addResult(CommandResults$Type arg0, int arg1)
setCommandStat(CommandResultStats$Type arg0, int arg1)
public MinecraftServer
B_()
method_12833()
getServer()
getServer()
public CommandResults
bs()
method_10947()
getCommandResults()
getCommandStats()
public void
v(sn arg0)
method_10965(class_864 arg0)
copyCommandResults(Entity entity)
setCommandStats(Entity entityIn)
public InteractionResult
a(aay arg0, bdw arg1, ri arg2)
method_12976(class_988 arg0, class_236 arg1, class_2961 arg2)
interactAt(PlayerEntity player, Vec3d interactionPoint, InteractionHand hand)
applyPlayerInteraction(EntityPlayer player, Vec3d vec, EnumHand hand)
public boolean
bt()
method_10949()
isImmuneToExplosions()
isImmuneToExplosions()
protected void
a(sw arg0, sn arg1)
method_10938(class_1699 arg0, class_864 arg1)
damageEntity(LivingEntity source, Entity entity)
applyEnchantments(EntityLivingBase entityLivingBaseIn, Entity entityIn)
public void
b(ly arg0)
method_12990(class_798 arg0)
startTrackedBy(ServerPlayerEntity player)
addTrackingPlayer(EntityPlayerMP player)
public void
c(ly arg0)
method_13005(class_798 arg0)
stopTrackedBy(ServerPlayerEntity player)
removeTrackingPlayer(EntityPlayerMP player)
public float
a(aqi arg0)
method_12969(class_2734 arg0)
rotate(BlockRotation rotation)
getRotatedYaw(Rotation transformRotation)
public float
a(aou arg0)
method_12968(class_2727 arg0)
mirror(BlockMirror mirror)
getMirroredYaw(Mirror transformMirror)
public boolean
bu()
method_12997()
requireOpForPlacingWithNbt()
ignoreItemEntityData()
public boolean
bv()
method_12998()
resetTeleported()
setPositionNonDirty()
public Entity
bw()
method_12999()
getControllingPassenger()
getControllingPassenger()
public List<Entity>
bx()
method_13000()
getPassengers()
getPassengers()
public boolean
w(sn arg0)
method_13018(class_864 arg0)
hasPassenger(Entity entity)
isPassenger(Entity entityIn)
public Collection<Entity>
by()
method_13001()
getAllUniquePassengers()
getRecursivePassengers()
public <T extends Entity> Collection<T>
b(Class<T> arg0)
method_12988(Class<T> arg0)
getAllUniquePassengersOfType(Class<T> entityClass)
getRecursivePassengersByType(Class<T> entityClass)
private <T extends Entity> void
a(Class<T> arg0, Set<T> arg1)
method_12971(Class<T> arg0, Set<T> arg1)
getAllUniquePassengersOfType(Class<T> entityClass, Set<T> passengers)
getRecursivePassengersByType(Class<T> entityClass, Set<T> theSet)
public Entity
bz()
method_13002()
getVehicle()
getLowestRidingEntity()
public boolean
x(sn arg0)
method_13019(class_864 arg0)
hasSameVehicle(Entity other)
isRidingSameEntity(Entity entityIn)
public boolean
y(sn arg0)
method_13020(class_864 arg0)
isPassenger(Entity entity)
isRidingOrBeingRiddenBy(Entity entityIn)
public boolean
bA()
method_13003()
isLogicalSideForUpdatingMovement()
canPassengerSteer()
public Entity
bB()
method_13004()
getMount()
getRidingEntity()
public PistonMoveBehavior
o_()
method_13021()
getPistonMoveBehavior()
getPushReaction()
public SoundCategory
bC()
method_12992()
getSoundCategory()
getSoundCategory()
protected int
bD()
method_13933()
getImmuneToFireTime()
getFireImmuneTicks()
protected void
S()
method_2562()
resetPos()
preparePlayerToSpawn()
public void
c(float arg0, float arg1)
method_2534(float arg0, float arg1)
updateLocalPlayerCamera(float yaw, float pitch)
turn(float yaw, float pitch)
public int
d(float arg0)
method_2524(float arg0)
getLightLevel(float tickDelta)
getBrightnessForRender(float partialTicks)
public HitResult
a(double arg0, float arg1)
method_10931(double arg0, float arg1)
rayTrace(double range, float tickDelta)
rayTrace(double blockReachDistance, float partialTicks)
public boolean
g(double arg0, double arg1, double arg2)
method_8363(double arg0, double arg1, double arg2)
shouldRender(double cameraX, double cameraY, double cameraZ)
isInRangeToRender3d(double x, double y, double z)
public boolean
a(double arg0)
method_2486(double arg0)
shouldRender(double squaredDistanceToCamera)
isInRangeToRenderDist(double distance)
public void
l(sn arg0)
method_13010(class_864 arg0)
onPassengerLookAround(Entity rider)
applyOrientationToEntity(Entity entityToUpdate)
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5, boolean arg6)
method_2488(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5, boolean arg6)
lerpPositionAndAngles(double x, double y, double z, float yaw, float pitch, int steps, boolean teleport)
setPositionAndRotationDirect(double x, double y, double z, float yaw, float pitch, int posRotationIncrements, boolean arg6)
public Vec2f
aC()
method_13489()
getRotation()
getPitchYaw()
public Vec3d
aD()
method_13490()
getRotation3d()
getForward()
public void
h(double arg0, double arg1, double arg2)
method_2556(double arg0, double arg1, double arg2)
lerpVelocity(double velocityX, double velocityY, double velocityZ)
setVelocity(double x, double y, double z)
public void
a(byte arg0)
method_2485(byte arg0)
doEvent(byte event)
handleStatusUpdate(byte id)
public void
aF()
method_2509()
animateDamage()
performHurtAnimation()
public boolean
e(aay arg0)
method_5383(class_988 arg0)
isInvisibleTo(PlayerEntity player)
isInvisibleToPlayer(EntityPlayer player)
public boolean
bd()
method_4451()
shouldRenderOnFire()
canRenderOnFire()
public static double
bh()
method_12994()
getViewDistanceScaling()
getRenderDistanceWeight()
public static void
b(double arg0)
method_12987(double arg0)
setViewDistanceScaling(double scaling)
setRenderDistanceWeight(double renderDistWeight)
public boolean
bk()
method_5394()
shouldShowNameTag()
getAlwaysRenderNameTagForRender()
public Box
bp()
method_12996()
getCullingShape()
getRenderBoundingBox()