net.minecraft.entity

public abstract class Entity

implements CommandSource

sm
net.minecraft.unmapped.C_42232651
net.minecraft.entity.Entity

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
f_33999676
LOGGER
private static final List<ItemStack>
b
f_92034756
EMPTY_LIST
private static final Box
c
f_66631240
INITIAL_SHAPE
private static double
f
f_46101576
viewDistanceScaling
private static int
g
f_29725032
nextNetworkId
private int
h
f_11112215
networkId
public boolean
i
f_21298738
blocksBuilding
private final List<Entity>
at
f_34515514
passengers
protected int
j
f_18795236
boardingCooldown
private Entity
au
f_44481216
mount
public boolean
k
f_01494961
teleporting
public World
l
f_94306729
world
public double
m
f_59999765
lastX
public double
n
f_90348373
lastY
public double
o
f_88346412
lastZ
public double
p
f_78826675
x
public double
q
f_31030949
y
public double
r
f_97691941
z
public double
s
f_24826402
velocityX
public double
t
f_35148123
velocityY
public double
u
f_21201587
velocityZ
public float
v
f_80130373
yaw
public float
w
f_03549461
pitch
public float
x
f_74900774
lastYaw
public float
y
f_45219594
lastPitch
private Box
av
f_00583773
shape
public boolean
z
f_47825615
onGround
public boolean
A
f_76585361
collidingHorizontally
public boolean
B
f_09676126
collidingVertically
public boolean
C
f_86800074
colliding
public boolean
D
f_33245636
damaged
protected boolean
E
f_75651799
inCobweb
private boolean
aw
f_11231516
outsideWorldBorder
public boolean
F
f_42219270
removed
public float
G
f_89295741
width
public float
H
f_80245663
height
public float
I
f_47980428
lastWalkDistance
public float
J
f_37851489
walkDistance
public float
K
f_15876555
distanceMoved
public float
L
f_80036488
fallDistance
private int
ax
f_29354730
blocksWalkedOn
public double
M
f_09368719
prevX
public double
N
f_93723721
prevY
public double
O
f_84066837
prevZ
public float
P
f_02077150
stepHeight
public boolean
Q
f_95719371
noClip
public float
R
f_94759437
pushSpeedReduction
protected Random
S
f_08409563
random
public int
T
f_41909716
ticks
private int
ay
f_56993461
onFireTimer
protected boolean
U
f_81639144
inWater
public int
V
f_02385719
invulnerableTimer
protected boolean
W
f_99569181
firstTick
protected boolean
X
f_08942488
immuneToFire
protected SyncedData
Y
f_88296653
syncedData
protected static final DataAttribute<Byte>
Z
f_93594190
SHARED_FLAGS
private static final DataAttribute<Integer>
az
f_07003670
BREATH
private static final DataAttribute<String>
aA
f_11931864
CUSTOM_NAME
private static final DataAttribute<Boolean>
aB
f_59741823
CUSTOM_NAME_VISIBLE
private static final DataAttribute<Boolean>
aC
f_68084589
SILENT
private static final DataAttribute<Boolean>
aD
f_94428936
NO_GRAVITY
public boolean
aa
f_68256007
inChunk
public int
ab
f_04365121
chunkX
public int
ac
f_41825647
chunkY
public int
ad
f_49167582
chunkZ
public boolean
ah
f_80637786
ignoreCameraFrustum
public boolean
ai
f_91403686
velocityDirty
public int
aj
f_98707765
portalCooldown
protected boolean
ak
f_38627865
inPortal
protected int
al
f_26551348
portalTime
public int
am
f_11819711
dimension
protected BlockPos
an
f_18019568
lastPortalPos
protected Vec3d
ao
f_10981678
lastPortalOffset
protected Direction
ap
f_86412246
lastPortalFacing
private boolean
aE
f_74679545
invulnerable
protected UUID
aq
f_72306411
uuid
protected String
ar
f_54132207
uuidString
private final CommandResults
aF
f_24581318
commandResults
protected boolean
as
f_40884726
isGlowing
private final Set<String>
aG
f_30825315
commandTags
private boolean
aH
f_07783386
teleported
public long
ae
f_16319839
lastKnownX
public long
af
f_59722398
lastKnownY
public long
ag
f_79826809
lastKnownZ

Constructor summary

ModifierConstructor
public (World world)

Method summary

Modifier and TypeMethod
public int
O()
m_27036738()
getNetworkId()
public void
h(int arg0)
m_16450697(int arg0)
setNetworkId(int id)
public Set<String>
P()
m_09082182()
getCommandTags()
public boolean
a(String arg0)
m_74351012(String arg0)
addCommandTag(String tag)
public boolean
b(String arg0)
m_82216410(String arg0)
removeScoreboardTag(String tag)
public void
Q()
m_79367461()
discard()
protected abstract void
i()
m_19615596()
registerSyncedData()
public SyncedData
R()
m_82885919()
getSyncedData()
public void
T()
m_96197347()
remove()
public void
b(boolean arg0)
m_42778167(boolean arg0)
setDropContents(boolean dropContents)
protected void
a(float arg0, float arg1)
m_99917968(float arg0, float arg1)
setSize(float width, float height)
protected void
b(float arg0, float arg1)
m_35311407(float arg0, float arg1)
setRotation(float yaw, float pitch)
public void
b(double arg0, double arg1, double arg2)
m_70517412(double arg0, double arg1, double arg2)
setPosition(double x, double y, double z)
public void
A_()
m_24884718()
tick()
public void
U()
m_13230383()
baseTick()
protected void
H()
m_02483077()
tickPortalCooldown()
public int
V()
m_42142027()
getMaxNetherPortalTime()
protected void
W()
m_89866815()
takeLavaDamage()
public void
i(int arg0)
m_18799204(int arg0)
setOnFireFor(int seconds)
public void
X()
m_29805310()
extinguish()
protected void
Y()
m_71461017()
voidTick()
public boolean
c(double arg0, double arg1, double arg2)
m_96655813(double arg0, double arg1, double arg2)
canMove(double dx, double dy, double dz)
private boolean
b(bdr arg0)
m_08674299(C_82690114 arg0)
doesNotCollide(Box box)
public void
a(tb arg0, double arg1, double arg2, double arg3)
m_15512507(C_47030941 arg0, double arg1, double arg2, double arg3)
move(MoverType moverType, double x, double y, double z)
public void
Z()
m_98543178()
setPositionFromShape()
protected SoundEvent
aa()
m_07022682()
getSwimSound()
protected SoundEvent
ab()
m_10944370()
getSplashSound()
protected void
ac()
m_33702178()
checkBlockCollisions()
protected void
a(co arg0, als arg1)
m_04616312(C_32594356 arg0, C_81592558 arg1)
playStepSound(BlockPos pos, Block block)
public void
a(nm arg0, float arg1, float arg2)
m_78335131(C_13152511 arg0, float arg1, float arg2)
playSound(SoundEvent sound, float volume, float pitch)
public boolean
ad()
m_85504197()
isSilent()
public void
c(boolean arg0)
m_83288865(boolean arg0)
setSilent(boolean silent)
public boolean
ae()
m_19681031()
isNoGravity()
public void
d(boolean arg0)
m_33326077(boolean arg0)
setNoGravity(boolean noGravity)
protected boolean
af()
m_24660344()
makesSteps()
protected void
a(double arg0, boolean arg1, atj arg2, co arg3)
m_40493886(double arg0, boolean arg1, C_15815210 arg2, C_32594356 arg3)
checkFallDamage(double dy, boolean landed, BlockState state, BlockPos pos)
public Box
ag()
m_23077971()
getCollisionShape()
protected void
j(int arg0)
m_29258630(int arg0)
takeFireDamage(int amount)
public final boolean
ah()
m_33676160()
isImmuneToFire()
public void
e(float arg0, float arg1)
m_43538800(float arg0, float arg1)
takeFallDamage(float distance, float damageMultiplier)
public boolean
ai()
m_48886985()
isInWaterOrRain()
public boolean
aj()
m_26067036()
isInWater()
public boolean
ak()
m_09162316()
checkWaterCollisions()
protected void
al()
m_77131355()
doSplashEffect()
public void
am()
m_40837133()
tickSprintingEffect()
protected void
an()
m_74715014()
doSprintingEffect()
public boolean
a(azq arg0)
m_52586232(C_89604096 arg0)
isSubmergedIn(Material liquid)
public boolean
ao()
m_16897760()
isInLava()
public void
a(float arg0, float arg1, float arg2)
m_66390769(float arg0, float arg1, float arg2)
updateVelocity(float sideways, float forwards, float scale)
public float
e(float arg0)
m_95186532(float arg0)
getBrightness(float tickDelta)
public void
a(ajq arg0)
m_67289058(C_64041439 arg0)
setWorld(World world)
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4)
m_03000503(double arg0, double arg1, double arg2, float arg3, float arg4)
updatePositionAndAngles(double x, double y, double z, float yaw, float pitch)
public void
a(co arg0, float arg1, float arg2)
m_60142322(C_32594356 arg0, float arg1, float arg2)
refreshPositionAndAngles(BlockPos pos, float yaw, float pitch)
public void
b(double arg0, double arg1, double arg2, float arg3, float arg4)
m_12877971(double arg0, double arg1, double arg2, float arg3, float arg4)
setPositionAndAngles(double x, double y, double z, float yaw, float pitch)
public float
g(sm arg0)
m_22973163(C_42232651 arg0)
distanceTo(Entity entity)
public double
d(double arg0, double arg1, double arg2)
m_84092620(double arg0, double arg1, double arg2)
squaredDistanceTo(double x, double y, double z)
public double
c(co arg0)
m_46150961(C_32594356 arg0)
getSquaredDistanceTo(BlockPos pos)
public double
d(co arg0)
m_02316382(C_32594356 arg0)
getSquaredDistanceToCenter(BlockPos pos)
public double
e(double arg0, double arg1, double arg2)
m_65039111(double arg0, double arg1, double arg2)
distanceTo(double x, double y, double z)
public double
h(sm arg0)
m_10588239(C_42232651 arg0)
squaredDistanceTo(Entity entity)
public void
d(aax arg0)
m_37734789(C_40996800 arg0)
onPlayerCollision(PlayerEntity player)
public void
i(sm arg0)
m_43697435(C_42232651 arg0)
push(Entity entity)
public void
f(double arg0, double arg1, double arg2)
m_35111817(double arg0, double arg1, double arg2)
addVelocity(double dx, double dy, double dz)
protected void
ap()
m_04453811()
markDamaged()
public boolean
a(rx arg0, float arg1)
m_40469716(C_83334639 arg0, float arg1)
takeDamage(DamageSource source, float amount)
public Vec3d
f(float arg0)
m_95361306(float arg0)
getRotationVector(float tickDelta)
protected final Vec3d
f(float arg0, float arg1)
m_17149604(float arg0, float arg1)
getRotationVector(float pitch, float yaw)
public Vec3d
g(float arg0)
m_53162711(float arg0)
getEyePosition(float tickDelta)
public boolean
aq()
m_23617273()
hasCollision()
public boolean
ar()
m_91465012()
isPushable()
public void
b(sm arg0, int arg1)
m_73837560(C_42232651 arg0, int arg1)
takeKillScore(Entity victim, int score)
public boolean
c(du arg0)
m_28732435(C_74087615 arg0)
writeNbt(NbtCompound nbt)
public boolean
d(du arg0)
m_51611787(C_74087615 arg0)
writeNbtIfNotMount(NbtCompound nbt)
public static void
a(ph arg0)
m_13235714(C_81045817 arg0)
registerSchema(DataFixerUpper dfu)
public NbtCompound
e(du arg0)
m_41340873(C_74087615 arg0)
writeNbtWithoutId(NbtCompound nbt)
public void
f(du arg0)
m_74481061(C_74087615 arg0)
readNbt(NbtCompound nbt)
protected boolean
as()
m_66371120()
shouldSetPositionOnLoad()
protected final String
at()
m_06252001()
getTypeId()
protected abstract void
a(du arg0)
m_30953923(C_74087615 arg0)
readCustomNbt(NbtCompound nbt)
protected abstract void
b(du arg0)
m_61937125(C_74087615 arg0)
writeCustomNbt(NbtCompound nbt)
protected NbtList
a(double... arg0)
m_90588744(double... arg0)
toNbtList(double... values)
protected NbtList
a(float... arg0)
m_27871072(float... arg0)
toNbtList(float... values)
public ItemEntity
a(afg arg0, int arg1)
m_50252788(C_98888256 arg0, int arg1)
dropItem(Item item, int count)
public ItemEntity
a(afg arg0, int arg1, float arg2)
m_19760872(C_98888256 arg0, int arg1, float arg2)
dropItem(Item item, int count, float offsetY)
public ItemEntity
a(afi arg0, float arg1)
m_17685191(C_88708284 arg0, float arg1)
dropItem(ItemStack item, float offsetY)
public boolean
au()
m_48190713()
isAlive()
public boolean
av()
m_64566061()
isInWall()
public boolean
b(aax arg0, rh arg1)
m_18370723(C_40996800 arg0, C_31276856 arg1)
interact(PlayerEntity player, InteractionHand hand)
public Box
j(sm arg0)
m_43890209(C_42232651 arg0)
getCollisionAgainstShape(Entity other)
public void
aw()
m_96965405()
rideTick()
public void
k(sm arg0)
m_20212331(C_42232651 arg0)
updateRiderPositon(Entity rider)
public double
ax()
m_03779218()
getRideHeight()
public double
ay()
m_67892865()
getMountHeight()
public boolean
m(sm arg0)
m_41678293(C_42232651 arg0)
startRiding(Entity entity)
public boolean
a(sm arg0, boolean arg1)
m_06696913(C_42232651 arg0, boolean arg1)
startRiding(Entity entity, boolean force)
protected boolean
n(sm arg0)
m_98100763(C_42232651 arg0)
canRide(Entity entity)
public void
az()
m_49802293()
yeetPassengers()
public void
p()
m_91988068()
stopRiding()
protected void
o(sm arg0)
m_85630680(C_42232651 arg0)
addPassenger(Entity entity)
protected void
p(sm arg0)
m_50455721(C_42232651 arg0)
removePassenger(Entity passenger)
protected boolean
q(sm arg0)
m_65747356(C_42232651 arg0)
canAddPassenger(Entity entity)
public float
aA()
m_27118460()
getPickRadius()
public Vec3d
aB()
m_07686161()
getLookVector()
public void
e(co arg0)
m_18769871(C_32594356 arg0)
onPortalCollision(BlockPos pos)
public int
aE()
m_99842441()
getPortalCooldown()
public Iterable<ItemStack>
aG()
m_39309954()
getItemsInHands()
public Iterable<ItemStack>
aH()
m_68061280()
getArmor()
public Iterable<ItemStack>
aI()
m_88216009()
getAllSlots()
public void
a(sr arg0, afi arg1)
m_37260269(C_76008501 arg0, C_88708284 arg1)
setEquipment(EquipmentSlot slot, ItemStack item)
public boolean
aJ()
m_52552341()
isOnFire()
public boolean
aK()
m_38054694()
isRiding()
public boolean
aL()
m_50620234()
hasPassengers()
public boolean
aM()
m_40164672()
isSneaking()
public void
e(boolean arg0)
m_22136189(boolean arg0)
setSneaking(boolean sneaking)
public boolean
aN()
m_27780286()
isSprinting()
public void
f(boolean arg0)
m_48388745(boolean arg0)
setSprinting(boolean sprinting)
public boolean
aO()
m_59378367()
isGlowing()
public void
g(boolean arg0)
m_03178235(boolean arg0)
setGlowing(boolean glowing)
public boolean
aP()
m_69151229()
isInvisible()
public AbstractTeam
aQ()
m_00786958()
getTeam()
public boolean
r(sm arg0)
m_49692479(C_42232651 arg0)
isAlliedTo(Entity entity)
public boolean
a(bec arg0)
m_15803709(C_72624737 arg0)
isAlliedTo(AbstractTeam team)
public void
h(boolean arg0)
m_73397844(boolean arg0)
setInvisible(boolean invisible)
protected boolean
k(int arg0)
m_31730897(int arg0)
getFlag(int index)
protected void
b(int arg0, boolean arg1)
m_95740281(int arg0, boolean arg1)
setFlag(int index, boolean value)
public int
aR()
m_57296419()
getBreath()
public void
l(int arg0)
m_69485795(int arg0)
setBreath(int breath)
public void
a(zf arg0)
m_15478890(C_74216765 arg0)
struckByLightning(LightningBoltEntity lightning)
public void
b(sv arg0)
m_66456445(C_74425583 arg0)
onKill(LivingEntity victim)
protected boolean
i(double arg0, double arg1, double arg2)
m_70240255(double arg0, double arg1, double arg2)
pushAwayFrom(double x, double y, double z)
public void
aS()
m_93037320()
onCobwebCollision()
public String
h_()
m_98997855()
getName()
public Entity[]
aT()
m_65445817()
getParts()
public boolean
s(sm arg0)
m_01746265(C_42232651 arg0)
is(Entity entity)
public float
aU()
m_11917745()
getHeadYaw()
public void
h(float arg0)
m_79688606(float arg0)
setHeadYaw(float headYaw)
public void
i(float arg0)
m_95880042(float arg0)
setBodyYaw(float yaw)
public boolean
aV()
m_47599957()
canBePunched()
public boolean
t(sm arg0)
m_32024106(C_42232651 arg0)
onPunched(Entity attacker)
public boolean
b(rx arg0)
m_74739400(C_83334639 arg0)
isInvulnerable(DamageSource source)
public boolean
aW()
m_21500431()
isInvulnerable()
public void
i(boolean arg0)
m_08533373(boolean arg0)
setInvulnerable(boolean invulnerable)
public void
u(sm arg0)
m_41174841(C_42232651 arg0)
copyPositionAndRotationFrom(Entity entity)
private void
a(sm arg0)
m_95896315(C_42232651 arg0)
copyNbtFrom(Entity sourceEntity)
public Entity
c(int arg0)
m_15792024(int arg0)
changeDimension(int dimension)
public boolean
aX()
m_16918677()
canUsePortals()
public float
a(ajl arg0, ajq arg1, co arg2, atj arg3)
m_46785666(C_84651702 arg0, C_64041439 arg1, C_32594356 arg2, C_15815210 arg3)
getBlastResistance(Explosion explosion, World world, BlockPos pos, BlockState state)
public boolean
a(ajl arg0, ajq arg1, co arg2, atj arg3, float arg4)
m_51763089(C_84651702 arg0, C_64041439 arg1, C_32594356 arg2, C_15815210 arg3, float arg4)
canExplodeBlock(Explosion explosion, World world, BlockPos pos, BlockState state, float power)
public int
aY()
m_82622806()
getSafeFallDistance()
public Vec3d
ba()
m_77782389()
getLastPortalOffset()
public Direction
bb()
m_93698788()
getLastPortalFacing()
public boolean
bc()
m_84531999()
canAvoidTraps()
public void
a(c arg0)
m_93978925(C_52791181 arg0)
populateCrashReport(CrashReportCategory section)
public void
a(UUID arg0)
m_32154324(UUID arg0)
setUuid(UUID uuid)
public UUID
be()
m_90846921()
getUuid()
public String
bf()
m_05497334()
getUuidString()
public boolean
bg()
m_90057437()
hasLiquidCollision()
public Text
i_()
m_33641726()
getDisplayName()
public void
c(String arg0)
m_19867908(String arg0)
setCustomName(String name)
public String
bi()
m_76362430()
getCustomName()
public boolean
n_()
m_48744697()
hasCustomName()
public void
j(boolean arg0)
m_52786997(boolean arg0)
setCustomNameVisible(boolean visible)
public boolean
bj()
m_36055831()
isCustomNameVisible()
public void
a(double arg0, double arg1, double arg2)
m_66427024(double arg0, double arg1, double arg2)
teleport(double x, double y, double z)
public void
a(kk<?> arg0)
m_36524865(C_63353360<?> arg0)
onDataValueChanged(DataAttribute<?> attribute)
public Direction
bl()
m_84238342()
getHorizontalFacing()
public Direction
bm()
m_46348610()
getMovementDirection()
protected HoverEvent
bn()
m_25381068()
getHoverEvent()
public boolean
a(ly arg0)
m_13606353(C_49202226 arg0)
broadcastTo(ServerPlayerEntity player)
public Box
bo()
m_41837471()
getShape()
public void
a(bdr arg0)
m_19555511(C_82690114 arg0)
setShape(Box shape)
public float
bq()
m_75246573()
getEyeHeight()
public boolean
br()
m_96714220()
isOutsideWorldBorder()
public void
k(boolean arg0)
m_29585748(boolean arg0)
setOutsideWorldBorder(boolean outsideWorldBorder)
public boolean
c(int arg0, afi arg1)
m_36252398(int arg0, C_88708284 arg1)
replaceItem(int slot, ItemStack item)
public void
a(fb arg0)
m_28323918(C_95231345 arg0)
sendMessage(Text arg0)
public boolean
a(int arg0, String arg1)
m_13406572(int arg0, String arg1)
canUseCommand(int arg0, String arg1)
public BlockPos
c()
m_07161287()
getCommandSourceBlockPos()
public Vec3d
d()
m_22446477()
getCommandSourcePos()
public World
e()
m_05260561()
getCommandSourceWorld()
public Entity
f()
m_63527663()
asEntity()
public boolean
g()
m_48795994()
sendCommandSuccessToOps()
public void
a(o$a arg0, int arg1)
m_10749750(C_75608205$C_18945639 arg0, int arg1)
addResult(CommandResults$Type arg0, int arg1)
public MinecraftServer
B_()
m_31636945()
getServer()
public CommandResults
bs()
m_79003728()
getCommandResults()
public void
v(sm arg0)
m_27795137(C_42232651 arg0)
copyCommandResults(Entity entity)
public InteractionResult
a(aax arg0, bdu arg1, rh arg2)
m_27896179(C_40996800 arg0, C_94584382 arg1, C_31276856 arg2)
interactAt(PlayerEntity player, Vec3d interactionPoint, InteractionHand hand)
public boolean
bt()
m_68449444()
isImmuneToExplosions()
protected void
a(sv arg0, sm arg1)
m_90463432(C_74425583 arg0, C_42232651 arg1)
damageEntity(LivingEntity source, Entity entity)
public void
b(ly arg0)
m_44342746(C_49202226 arg0)
startTrackedBy(ServerPlayerEntity player)
public void
c(ly arg0)
m_04939743(C_49202226 arg0)
stopTrackedBy(ServerPlayerEntity player)
public float
a(aqg arg0)
m_08414309(C_29544645 arg0)
rotate(BlockRotation rotation)
public float
a(aos arg0)
m_83299585(C_97363899 arg0)
mirror(BlockMirror mirror)
public boolean
bu()
m_35037770()
requireOpForPlacingWithNbt()
public boolean
bv()
m_79919919()
resetTeleported()
public Entity
bw()
m_53087435()
getControllingPassenger()
public List<Entity>
bx()
m_02641961()
getPassengers()
public boolean
w(sm arg0)
m_84995310(C_42232651 arg0)
hasPassenger(Entity entity)
public Collection<Entity>
by()
m_60464163()
getAllUniquePassengers()
public <T extends Entity> Collection<T>
b(Class<T> arg0)
m_35904782(Class<T> arg0)
getAllUniquePassengersOfType(Class<T> entityClass)
private <T extends Entity> void
a(Class<T> arg0, Set<T> arg1)
m_63226247(Class<T> arg0, Set<T> arg1)
getAllUniquePassengersOfType(Class<T> entityClass, Set<T> passengers)
public Entity
bz()
m_72458784()
getVehicle()
public boolean
x(sm arg0)
m_20889374(C_42232651 arg0)
hasSameVehicle(Entity other)
public boolean
y(sm arg0)
m_95809260(C_42232651 arg0)
isPassenger(Entity entity)
public boolean
bA()
m_15193571()
isLogicalSideForUpdatingMovement()
public Entity
bB()
m_57793744()
getMount()
public PistonMoveBehavior
o_()
m_73138978()
getPistonMoveBehavior()
public SoundCategory
bC()
m_14397826()
getSoundCategory()
protected int
bD()
m_64412446()
getImmuneToFireTime()
protected void
S()
m_44455199()
resetPos()
public void
c(float arg0, float arg1)
m_74052865(float arg0, float arg1)
updateLocalPlayerCamera(float yaw, float pitch)
public int
d(float arg0)
m_81920515(float arg0)
getLightLevel(float tickDelta)
public HitResult
a(double arg0, float arg1)
m_85711859(double arg0, float arg1)
rayTrace(double range, float tickDelta)
public boolean
g(double arg0, double arg1, double arg2)
m_06081097(double arg0, double arg1, double arg2)
shouldRender(double cameraX, double cameraY, double cameraZ)
public boolean
a(double arg0)
m_42189360(double arg0)
shouldRender(double squaredDistanceToCamera)
public void
l(sm arg0)
m_52937781(C_42232651 arg0)
onPassengerLookAround(Entity rider)
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5, boolean arg6)
m_83820343(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)
public Vec2f
aC()
m_85954183()
getRotation()
public Vec3d
aD()
m_51398160()
getRotation3d()
public void
h(double arg0, double arg1, double arg2)
m_04637244(double arg0, double arg1, double arg2)
lerpVelocity(double velocityX, double velocityY, double velocityZ)
public void
a(byte arg0)
m_48967522(byte arg0)
doEvent(byte event)
public void
aF()
m_72822103()
animateDamage()
public boolean
e(aax arg0)
m_92789396(C_40996800 arg0)
isInvisibleTo(PlayerEntity player)
public boolean
bd()
m_80166531()
shouldRenderOnFire()
public static double
bh()
m_56097768()
getViewDistanceScaling()
public static void
b(double arg0)
m_21633888(double arg0)
setViewDistanceScaling(double scaling)
public boolean
bk()
m_65738693()
shouldShowNameTag()
public Box
bp()
m_45951224()
getCullingShape()