net.minecraft.world.entity

public abstract class Entity

implements SyncedDataHolder, Nameable, EntityAccess, ScoreHolder

bvk
net.minecraft.world.entity.Entity
net.minecraft.class_1297
net.minecraft.entity.Entity
net.minecraft.src.C_507_
net.minecraft.world.entity.Entity

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
b
LOGGER
field_5955
LOGGER
f_19849_
public static final String
v
ID_TAG
field_29985
ID_KEY
f_146815_
public static final String
w
PASSENGERS_TAG
field_29986
PASSENGERS_KEY
f_146816_
private static final AtomicInteger
c
ENTITY_COUNTER
field_5978
CURRENT_ID
f_19843_
public static final int
x
CONTENTS_SLOT_INDEX
field_49791
field_49791
f_315146_
public static final int
y
BOARDING_COOLDOWN
field_29987
MAX_RIDING_COOLDOWN
f_146817_
public static final int
z
TOTAL_AIR_SUPPLY
field_29988
DEFAULT_PORTAL_COOLDOWN
f_146818_
public static final int
A
MAX_ENTITY_TAG_COUNT
field_29989
MAX_COMMAND_TAGS
f_146819_
public static final float
B
DELTA_AFFECTED_BY_BLOCKS_BELOW_0_2
field_44870
field_44870
f_286980_
public static final double
C
DELTA_AFFECTED_BY_BLOCKS_BELOW_0_5
field_44871
field_44871
f_286994_
public static final double
D
DELTA_AFFECTED_BY_BLOCKS_BELOW_1_0
field_44872
field_44872
f_287009_
public static final int
E
BASE_TICKS_REQUIRED_TO_FREEZE
field_29992
DEFAULT_MIN_FREEZE_DAMAGE_TICKS
f_146822_
public static final int
F
FREEZE_HURT_FREQUENCY
field_29993
FREEZING_DAMAGE_INTERVAL
f_146823_
public static final int
G
BASE_SAFE_FALL_DISTANCE
field_49073
field_49073
f_315266_
private static final AABB
d
INITIAL_AABB
field_6025
NULL_BOX
f_19845_
private static final double
k
WATER_FLOW_SCALE
field_29984
SPEED_IN_WATER
f_146814_
private static final double
l
LAVA_FAST_FLOW_SCALE
field_29982
SPEED_IN_LAVA_IN_NETHER
f_146811_
private static final double
m
LAVA_SLOW_FLOW_SCALE
field_29983
SPEED_IN_LAVA
f_146812_
public static final String
H
UUID_TAG
field_29994
UUID_KEY
f_146824_
private static double
n
viewScale
field_5999
renderDistanceMultiplier
f_19846_
private final EntityType<?>
o
type
field_5961
type
f_19847_
private int
p
id
field_5986
id
f_19848_
public boolean
I
blocksBuilding
field_23807
intersectionChecked
f_19850_
private com.google.common.collect.ImmutableList<Entity>
q
passengers
field_5979
passengerList
f_19823_
protected int
J
boardingCooldown
field_5951
ridingCooldown
f_19851_
private Entity
r
vehicle
field_6034
vehicle
f_19824_
private Level
s
level
field_6002
world
f_19853_
public double
K
xo
field_6014
prevX
f_19854_
public double
L
yo
field_6036
prevY
f_19855_
public double
M
zo
field_5969
prevZ
f_19856_
private Vec3
t
position
field_22467
pos
f_19825_
private BlockPos
u
blockPosition
field_22468
blockPos
f_19826_
private ChunkPos
ay
chunkPosition
field_35101
chunkPos
f_185933_
private Vec3
az
deltaMovement
field_18276
velocity
f_19827_
private float
aA
yRot
field_6031
yaw
f_19857_
private float
aB
xRot
field_5965
pitch
f_19858_
public float
N
yRotO
field_5982
prevYaw
f_19859_
public float
O
xRotO
field_6004
prevPitch
f_19860_
private AABB
aC
bb
field_6005
boundingBox
f_19828_
private boolean
aD
onGround
field_5952
onGround
f_19861_
public boolean
P
horizontalCollision
field_5976
horizontalCollision
f_19862_
public boolean
Q
verticalCollision
field_5992
verticalCollision
f_19863_
public boolean
R
verticalCollisionBelow
field_36331
groundCollision
f_201939_
public boolean
S
minorHorizontalCollision
field_34927
collidedSoftly
f_185931_
public boolean
T
hurtMarked
field_6037
velocityModified
f_19864_
protected Vec3
U
stuckSpeedMultiplier
field_17046
movementMultiplier
f_19865_
private Entity$RemovalReason
aE
removalReason
field_26995
removalReason
f_146795_
public static final float
V
DEFAULT_BB_WIDTH
field_29973
DEFAULT_FRICTION
f_146792_
public static final float
W
DEFAULT_BB_HEIGHT
field_29974
MIN_RISING_BUBBLE_COLUMN_SPEED
f_146793_
public float
X
moveDist
field_5994
distanceTraveled
f_19788_
public float
Y
flyDist
field_28627
speed
f_146794_
public float
Z
fallDistance
field_6017
fallDistance
f_19789_
private float
aF
nextStep
field_6003
nextStepSoundDistance
f_19829_
public double
aa
xOld
field_6038
lastRenderX
f_19790_
public double
ab
yOld
field_5971
lastRenderY
f_19791_
public double
ac
zOld
field_5989
lastRenderZ
f_19792_
public boolean
ad
noPhysics
field_5960
noClip
f_19794_
private boolean
aG
wasOnFire
field_54946
onFire
f_146810_
protected final RandomSource
ae
random
field_5974
random
f_19796_
public int
af
tickCount
field_6012
age
f_19797_
private int
aH
remainingFireTicks
field_5956
fireTicks
f_19831_
protected boolean
ag
wasTouchingWater
field_5957
touchingWater
f_19798_
protected it.unimi.dsi.fastutil.objects.Object2DoubleMap<TagKey<Fluid>>
ah
fluidHeight
field_5964
fluidHeight
f_19799_
protected boolean
ai
wasEyeInWater
field_6000
submergedInWater
f_19800_
private final Set<TagKey<Fluid>>
aI
fluidOnEyes
field_25599
submergedFluidTag
f_19801_
public int
aj
invulnerableTime
field_6008
timeUntilRegen
f_19802_
protected boolean
ak
firstTick
field_5953
firstUpdate
f_19803_
protected final SynchedEntityData
al
entityData
field_6011
dataTracker
f_19804_
protected static final EntityDataAccessor<Byte>
am
DATA_SHARED_FLAGS_ID
field_5990
FLAGS
f_19805_
protected static final int
an
FLAG_ONFIRE
field_29979
ON_FIRE_FLAG_INDEX
f_146805_
private static final int
aJ
FLAG_SHIFT_KEY_DOWN
field_29975
SNEAKING_FLAG_INDEX
f_146796_
private static final int
aK
FLAG_SPRINTING
field_29976
SPRINTING_FLAG_INDEX
f_146797_
private static final int
aL
FLAG_SWIMMING
field_29977
SWIMMING_FLAG_INDEX
f_146798_
private static final int
aM
FLAG_INVISIBLE
field_29978
INVISIBLE_FLAG_INDEX
f_146799_
protected static final int
ao
FLAG_GLOWING
field_29980
GLOWING_FLAG_INDEX
f_146806_
protected static final int
ap
FLAG_FALL_FLYING
field_29981
GLIDING_FLAG_INDEX
f_146807_
private static final EntityDataAccessor<Integer>
aN
DATA_AIR_SUPPLY_ID
field_6032
AIR
f_19832_
private static final EntityDataAccessor<Optional<Component>>
aO
DATA_CUSTOM_NAME
field_6027
CUSTOM_NAME
f_19833_
private static final EntityDataAccessor<Boolean>
aP
DATA_CUSTOM_NAME_VISIBLE
field_5975
NAME_VISIBLE
f_19834_
private static final EntityDataAccessor<Boolean>
aQ
DATA_SILENT
field_5962
SILENT
f_19835_
private static final EntityDataAccessor<Boolean>
aR
DATA_NO_GRAVITY
field_5995
NO_GRAVITY
f_19836_
protected static final EntityDataAccessor<Pose>
aq
DATA_POSE
field_18064
POSE
f_19806_
private static final EntityDataAccessor<Integer>
aS
DATA_TICKS_FROZEN
field_27858
FROZEN_TICKS
f_146800_
private EntityInLevelCallback
aT
levelCallback
field_26996
changeListener
f_146801_
private final VecDeltaCodec
aU
packetPositionCodec
field_38931
trackedPosition
f_216985_
public boolean
ar
hasImpulse
field_6007
velocityDirty
f_19812_
public PortalProcessor
as
portalProcess
field_51994
portalManager
f_336952_
private int
aV
portalCooldown
field_6018
portalCooldown
f_19839_
private boolean
aW
invulnerable
field_6009
invulnerable
f_19840_
protected UUID
at
uuid
field_6021
uuid
f_19820_
protected String
au
stringUUID
field_5981
uuidString
f_19821_
private boolean
aX
hasGlowingTag
field_5958
glowing
f_146802_
private final Set<String>
aY
tags
field_6029
commandTags
f_19841_
private final double[]
aZ
pistonDeltas
field_5993
pistonMovementDelta
f_19813_
private long
ba
pistonDeltasGameTime
field_5996
pistonMovementTick
f_19814_
private EntityDimensions
bb
dimensions
field_18065
dimensions
f_19815_
private float
bc
eyeHeight
field_18066
standingEyeHeight
f_19816_
public boolean
av
isInPowderSnow
field_27857
inPowderSnow
f_146808_
public boolean
aw
wasInPowderSnow
field_28628
wasInPowderSnow
f_146809_
public Optional<BlockPos>
ax
mainSupportingBlockPos
field_44784
supportingBlockPos
f_285638_
private boolean
bd
onGroundNoBlocks
field_44873
forceUpdateSupportingBlockPos
f_286942_
private float
be
crystalSoundIntensity
field_26997
lastChimeIntensity
f_146803_
private int
bf
lastCrystalSoundPlayTick
field_26994
lastChimeAge
f_146804_
private boolean
bg
hasVisualFire
field_33758
hasVisualFire
f_146813_
private BlockState
bh
inBlockState
field_47742
stateAtPos
f_314943_
private final List<Entity$Movement>
bi
movementThisTick
field_54947
queuedCollisionChecks
f_349226_
private final Set<BlockState>
bj
blocksInside
field_52442
collidedBlocks
f_347207_
private final it.unimi.dsi.fastutil.longs.LongSet
bk
visitedBlocks
field_54948
collidedBlockPositions
f_347840_

Constructor summary

ModifierConstructor
public (EntityType<?> type, Level world)

Method summary

Modifier and TypeMethod
public boolean
a(jh arg0, dxv arg1)
isColliding(BlockPos arg0, BlockState arg1)
method_30632(class_2338 arg0, class_2680 arg1)
collidesWithStateAtPos(BlockPos pos, BlockState state)
m_20039_(C_4675_ p_20041_, C_2064_ arg1)
public int
k_()
getTeamColor()
method_22861()
getTeamColorValue()
m_19876_()
public boolean
aa_()
isSpectator()
method_7325()
isSpectator()
m_5833_()
public final void
ao()
unRide()
method_18375()
detach()
m_19877_()
public void
f(double arg0, double arg1, double arg2)
syncPacketPositionCodec(double arg0, double arg1, double arg2)
method_43391(double arg0, double arg1, double arg2)
updateTrackedPosition(double x, double y, double z)
m_217006_(double p_217008_, double arg1, double arg2)
public VecDeltaCodec
ap()
getPositionCodec()
method_43389()
getTrackedPosition()
m_217001_()
public EntityType<?>
aq()
getType()
method_5864()
getType()
m_6095_()
public int
ar()
getId()
method_5628()
getId()
m_19879_()
public void
e(int arg0)
setId(int arg0)
method_5838(int arg0)
setId(int id)
m_20234_(int arg0)
public Set<String>
as()
getTags()
method_5752()
getCommandTags()
m_19880_()
public boolean
a(String arg0)
addTag(String arg0)
method_5780(String arg0)
addCommandTag(String tag)
m_20049_(String arg0)
public boolean
b(String arg0)
removeTag(String arg0)
method_5738(String arg0)
removeCommandTag(String tag)
m_20137_(String arg0)
public void
c(ash arg0)
kill(ServerLevel arg0)
method_5768(class_3218 arg0)
kill(ServerWorld world)
m_6074_(C_12_ arg0)
public final void
at()
discard()
method_31472()
discard()
m_146870_()
protected abstract void
a(alg$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder builder)
m_8097_(C_5247_$C_313487_ arg0)
public SynchedEntityData
au()
getEntityData()
method_5841()
getDataTracker()
m_20088_()
public void
a(bvk$d arg0)
remove(Entity$RemovalReason arg0)
method_5650(class_1297$class_5529 arg0)
remove(Entity$RemovalReason reason)
m_142687_(C_507_$C_141065_ arg0)
public void
av()
onClientRemoval()
method_36209()
onRemoved()
m_142036_()
public void
b(bvk$d arg0)
onRemoval(Entity$RemovalReason arg0)
method_64615(class_1297$class_5529 arg0)
onRemove(Entity$RemovalReason reason)
m_352670_(C_507_$C_141065_ arg0)
public void
b(bws arg0)
setPose(Pose arg0)
method_18380(class_4050 arg0)
setPose(EntityPose pose)
m_20124_(C_535_ arg0)
public Pose
aw()
getPose()
method_18376()
getPose()
m_20089_()
public boolean
c(bws arg0)
hasPose(Pose arg0)
method_41328(class_4050 arg0)
isInPose(EntityPose pose)
m_217003_(C_535_ arg0)
public boolean
a(bvk arg0, double arg1)
closerThan(Entity arg0, double arg1)
method_24516(class_1297 arg0, double arg1)
isInRange(Entity entity, double radius)
m_19950_(C_507_ p_19952_, double arg1)
public boolean
a(bvk arg0, double arg1, double arg2)
closerThan(Entity arg0, double arg1, double arg2)
method_43259(class_1297 arg0, double arg1, double arg2)
isInRange(Entity entity, double horizontalRadius, double verticalRadius)
m_216992_(C_507_ p_216994_, double p_216995_, double arg2)
protected void
b(float arg0, float arg1)
setRot(float arg0, float arg1)
method_5710(float arg0, float arg1)
setRotation(float yaw, float pitch)
m_19915_(float p_19917_, float arg1)
public final void
b(fby arg0)
setPos(Vec3 arg0)
method_33574(class_243 arg0)
setPosition(Vec3d pos)
m_146884_(C_3046_ arg0)
public void
a_(double arg0, double arg1, double arg2)
setPos(double arg0, double arg1, double arg2)
method_5814(double arg0, double arg1, double arg2)
setPosition(double x, double y, double z)
m_6034_(double p_20211_, double arg1, double arg2)
protected AABB
ax()
makeBoundingBox()
method_33332()
calculateBoundingBox()
m_142242_()
protected void
ay()
reapplyPosition()
method_23311()
refreshPosition()
m_20090_()
public void
b(double arg0, double arg1)
turn(double arg0, double arg1)
method_5872(double arg0, double arg1)
changeLookDirection(double cursorDeltaX, double cursorDeltaY)
m_19884_(double p_19886_, double arg1)
public void
h()
tick()
method_5773()
tick()
m_8119_()
public void
az()
baseTick()
method_5670()
baseTick()
m_6075_()
public void
c(boolean arg0)
setSharedFlagOnFire(boolean arg0)
method_33572(boolean arg0)
setOnFire(boolean onFire)
m_146868_(boolean arg0)
public void
aA()
checkBelowWorld()
method_31473()
attemptTickInVoid()
m_146871_()
public void
aB()
setPortalCooldown()
method_30229()
resetPortalCooldown()
m_20091_()
public void
f(int arg0)
setPortalCooldown(int arg0)
method_51850(int arg0)
setPortalCooldown(int portalCooldown)
m_287199_(int arg0)
public int
aC()
getPortalCooldown()
method_51848()
getPortalCooldown()
m_287157_()
public boolean
aD()
isOnPortalCooldown()
method_30230()
hasPortalCooldown()
m_20092_()
protected void
M()
processPortalCooldown()
method_5760()
tickPortalCooldown()
m_8021_()
public void
aE()
lavaHurt()
method_5730()
setOnFireFromLava()
m_20093_()
protected boolean
aF()
shouldPlayLavaHurtSound()
method_64270()
shouldPlayBurnSoundInLava()
m_354877_()
public final void
d(float arg0)
igniteForSeconds(float arg0)
method_5639(float arg0)
setOnFireFor(float seconds)
m_322706_(float arg0)
public void
g(int arg0)
igniteForTicks(int arg0)
method_56073(int arg0)
setOnFireForTicks(int ticks)
m_319006_(int arg0)
public void
h(int arg0)
setRemainingFireTicks(int arg0)
method_20803(int arg0)
setFireTicks(int fireTicks)
m_7311_(int arg0)
public int
aG()
getRemainingFireTicks()
method_20802()
getFireTicks()
m_20094_()
public void
aH()
clearFire()
method_5646()
extinguish()
m_20095_()
protected void
aI()
onBelowWorld()
method_5825()
tickInVoid()
m_6088_()
public boolean
g(double arg0, double arg1, double arg2)
isFree(double arg0, double arg1, double arg2)
method_5654(double arg0, double arg1, double arg2)
doesNotCollide(double offsetX, double offsetY, double offsetZ)
m_20229_(double p_20231_, double arg1, double arg2)
private boolean
b(fbt arg0)
isFree(AABB arg0)
method_5629(class_238 arg0)
doesNotCollide(Box box)
m_20131_(C_3040_ arg0)
public void
d(boolean arg0)
setOnGround(boolean arg0)
method_24830(boolean arg0)
setOnGround(boolean onGround)
m_6853_(boolean arg0)
public void
a(boolean arg0, boolean arg1, fby arg2)
setOnGroundWithMovement(boolean arg0, boolean arg1, Vec3 arg2)
method_60607(boolean arg0, boolean arg1, class_243 arg2)
setMovement(boolean onGround, boolean horizontalCollision, Vec3d movement)
m_289603_(boolean p_369296_, boolean p_289653_, C_3046_ arg2)
public boolean
d(jh arg0)
isSupportedBy(BlockPos arg0)
method_51849(class_2338 arg0)
isSupportedBy(BlockPos pos)
m_287201_(C_4675_ arg0)
protected void
a(boolean arg0, fby arg1)
checkSupportingBlock(boolean arg0, Vec3 arg1)
method_51703(boolean arg0, class_243 arg1)
updateSupportingBlockPos(boolean onGround, Vec3d movement)
m_289600_(boolean p_289680_, C_3046_ arg1)
public boolean
aJ()
onGround()
method_24828()
isOnGround()
m_20096_()
public void
a(bwk arg0, fby arg1)
move(MoverType arg0, Vec3 arg1)
method_5784(class_1313 arg0, class_243 arg1)
move(MovementType type, Vec3d movement)
m_6478_(C_531_ p_19974_, C_3046_ arg1)
private void
a(bvk$c arg0, fby arg1, jh arg2, dxv arg3)
applyMovementEmissionAndPlaySound(Entity$MovementEmission arg0, Vec3 arg1, BlockPos arg2, BlockState arg3)
method_61407(class_1297$class_5799 arg0, class_243 arg1, class_2338 arg2, class_2680 arg3)
applyMoveEffect(Entity$MoveEffect moveEffect, Vec3d movement, BlockPos landingPos, BlockState landingState)
m_352687_(C_507_$C_141064_ p_364005_, C_3046_ p_361951_, C_4675_ p_369205_, C_2064_ arg3)
public void
aK()
applyEffectsFromBlocks()
method_61409()
tickBlockCollision()
m_352051_()
public void
a(fby arg0, fby arg1)
applyEffectsFromBlocks(Vec3 arg0, Vec3 arg1)
method_64166(class_243 arg0, class_243 arg1)
tickBlockCollision(Vec3d lastRenderPos, Vec3d pos)
m_352477_(C_3046_ p_363556_, C_3046_ arg1)
protected boolean
aL()
isAffectedByBlocks()
method_61410()
shouldTickBlockCollision()
m_354843_()
private boolean
c(dxv arg0)
isStateClimbable(BlockState arg0)
method_51702(class_2680 arg0)
canClimb(BlockState state)
m_285776_(C_2064_ arg0)
private boolean
a(jh arg0, dxv arg1, boolean arg2, boolean arg3, fby arg4)
vibrationAndSoundEffectsFromBlock(BlockPos arg0, BlockState arg1, boolean arg2, boolean arg3, Vec3 arg4)
method_51701(class_2338 arg0, class_2680 arg1, boolean arg2, boolean arg3, class_243 arg4)
stepOnBlock(BlockPos pos, BlockState state, boolean playSound, boolean emitEvent, Vec3d movement)
m_286065_(C_4675_ p_286549_, C_2064_ p_286708_, boolean p_286543_, boolean p_286448_, C_3046_ arg4)
protected boolean
c(fby arg0)
isHorizontalCollisionMinor(Vec3 arg0)
method_39759(class_243 arg0)
hasCollidedSoftly(Vec3d adjustedMovement)
m_196406_(C_3046_ arg0)
protected void
aM()
playEntityOnFireExtinguishedSound()
method_36975()
playExtinguishSound()
m_146873_()
public void
aN()
extinguishFire()
method_46395()
extinguishWithSound()
m_252836_()
protected void
aO()
processFlappingMovement()
method_33573()
addAirTravelEffects()
m_146874_()
public BlockPos
aP()
getOnPosLegacy()
method_43260()
getLandingPos()
m_216999_()
public BlockPos
aQ()
getBlockPosBelowThatAffectsMyMovement()
method_23314()
getVelocityAffectingPos()
m_20099_()
public BlockPos
aR()
getOnPos()
method_23312()
getSteppingPos()
m_20097_()
protected BlockPos
e(float arg0)
getOnPos(float arg0)
method_43258(float arg0)
getPosWithYOffset(float offset)
m_216986_(float arg0)
protected float
aS()
getBlockJumpFactor()
method_23313()
getJumpVelocityMultiplier()
m_20098_()
protected float
aT()
getBlockSpeedFactor()
method_23326()
getVelocityMultiplier()
m_6041_()
protected Vec3
a(fby arg0, bwk arg1)
maybeBackOffFromEdge(Vec3 arg0, MoverType arg1)
method_18796(class_243 arg0, class_1313 arg1)
adjustMovementForSneaking(Vec3d movement, MovementType type)
m_5763_(C_3046_ p_20020_, C_531_ arg1)
protected Vec3
d(fby arg0)
limitPistonMovement(Vec3 arg0)
method_18794(class_243 arg0)
adjustMovementForPiston(Vec3d movement)
m_20133_(C_3046_ arg0)
private double
a(jm$a arg0, double arg1)
applyPistonMovementRestriction(Direction$Axis arg0, double arg1)
method_18797(class_2350$class_2351 arg0, double arg1)
calculatePistonMovementFactor(Direction$Axis axis, double offsetFactor)
m_20042_(C_4687_$C_4689_ p_20044_, double arg1)
private Vec3
a(fby arg0)
collide(Vec3 arg0)
method_17835(class_243 arg0)
adjustMovementForCollisions(Vec3d movement)
m_20272_(C_3046_ arg0)
private static float[]
a(fbt arg0, List<fcs> arg1, float arg2, float arg3)
collectCandidateStepUpHeights(AABB arg0, List<VoxelShape> arg1, float arg2, float arg3)
method_59921(class_238 arg0, List<class_265> arg1, float arg2, float arg3)
collectStepHeights(Box collisionBox, List<VoxelShape> collisions, float arg2, float stepHeight)
m_340466_(C_3040_ p_343635_, List<C_3072_> p_345320_, float p_342502_, float p_345523_)
public static Vec3
a(bvk arg0, fby arg1, fbt arg2, dhi arg3, List<fcs> arg4)
collideBoundingBox(Entity arg0, Vec3 arg1, AABB arg2, Level arg3, List<VoxelShape> arg4)
method_20736(class_1297 arg0, class_243 arg1, class_238 arg2, class_1937 arg3, List<class_265> arg4)
adjustMovementForCollisions(Entity entity, Vec3d movement, Box entityBoundingBox, World world, List<VoxelShape> collisions)
m_198894_(C_507_ p_198895_, C_3046_ p_198896_, C_3040_ p_198897_, C_1596_ p_198898_, List<C_3072_> p_198899_)
private static List<VoxelShape>
a(bvk arg0, dhi arg1, List<fcs> arg2, fbt arg3)
collectColliders(Entity arg0, Level arg1, List<VoxelShape> arg2, AABB arg3)
method_59920(class_1297 arg0, class_1937 arg1, List<class_265> arg2, class_238 arg3)
findCollisionsForMovement(Entity entity, World world, List<VoxelShape> regularCollisions, Box movingEntityBoundingBox)
m_339770_(C_507_ p_345018_, C_1596_ p_342100_, List<C_3072_> p_344721_, C_3040_ p_344685_)
private static Vec3
a(fby arg0, fbt arg1, List<fcs> arg2)
collideWithShapes(Vec3 arg0, AABB arg1, List<VoxelShape> arg2)
method_20737(class_243 arg0, class_238 arg1, List<class_265> arg2)
adjustMovementForCollisions(Vec3d movement, Box entityBoundingBox, List<VoxelShape> collisions)
m_198900_(C_3046_ p_198901_, C_3040_ p_198902_, List<C_3072_> p_198903_)
protected float
aU()
nextStep()
method_5867()
calculateNextStepSoundDistance()
m_6059_()
protected SoundEvent
aV()
getSwimSound()
method_5737()
getSwimSound()
m_5501_()
protected SoundEvent
aW()
getSwimSplashSound()
method_5625()
getSplashSound()
m_5509_()
protected SoundEvent
aX()
getSwimHighSpeedSplashSound()
method_5672()
getHighSpeedSplashSound()
m_5508_()
public void
b(fby arg0, fby arg1)
recordMovementThroughBlocks(Vec3 arg0, Vec3 arg1)
method_64168(class_243 arg0, class_243 arg1)
queueBlockCollisionCheck(Vec3d oldPos, Vec3d newPos)
m_351595_(C_3046_ p_366313_, C_3046_ arg1)
private void
a(List<bvk$b> arg0, Set<dxv> arg1)
checkInsideBlocks(List<Entity$Movement> arg0, Set<BlockState> arg1)
method_65037(List<class_1297$class_10365> arg0, Set<class_2680> arg1)
checkBlockCollision(List<Entity$QueuedCollisionCheck> queuedCollisionChecks, Set<BlockState> collidedBlocks)
m_20101_(List<C_507_$C_345607_> p_362208_, Set<C_2064_> arg1)
private boolean
a(fby arg0, fby arg1, jh arg2, fcs arg3)
collidedWithShapeMovingFrom(Vec3 arg0, Vec3 arg1, BlockPos arg2, VoxelShape arg3)
method_63612(class_243 arg0, class_243 arg1, class_2338 arg2, class_265 arg3)
collides(Vec3d oldPos, Vec3d newPos, BlockPos blockPos, VoxelShape shape)
m_356669_(C_3046_ p_368726_, C_3046_ p_363967_, C_4675_ p_369376_, C_3072_ arg3)
protected void
a(dxv arg0)
onInsideBlock(BlockState arg0)
method_5622(class_2680 arg0)
onBlockCollision(BlockState state)
m_6763_(C_2064_ arg0)
public BlockPos
a(ash arg0, jh arg1)
adjustSpawnLocation(ServerLevel arg0, BlockPos arg1)
method_14245(class_3218 arg0, class_2338 arg1)
getWorldSpawnPos(ServerWorld world, BlockPos basePos)
m_338926_(C_12_ p_342908_, C_4675_ arg1)
public void
a(jq<ecr> arg0, bvk arg1)
gameEvent(Holder<GameEvent> arg0, Entity arg1)
method_32875(class_6880<class_5712> arg0, class_1297 arg1)
emitGameEvent(RegistryEntry<GameEvent> event, Entity entity)
m_146852_(C_203228_<C_141307_> p_146854_, C_507_ arg1)
public void
a(jq<ecr> arg0)
gameEvent(Holder<GameEvent> arg0)
method_32876(class_6880<class_5712> arg0)
emitGameEvent(RegistryEntry<GameEvent> event)
m_146850_(C_203228_<C_141307_> arg0)
private void
c(jh arg0, dxv arg1)
walkingStepSound(BlockPos arg0, BlockState arg1)
method_51297(class_2338 arg0, class_2680 arg1)
playStepSounds(BlockPos pos, BlockState state)
m_280440_(C_4675_ p_282118_, C_2064_ arg1)
protected void
aY()
waterSwimSound()
method_51295()
playSwimSound()
m_280447_()
protected BlockPos
e(jh arg0)
getPrimaryStepSoundBlockPos(BlockPos arg0)
method_49788(class_2338 arg0)
getStepSoundPos(BlockPos pos)
m_276951_(C_4675_ arg0)
protected void
a(dxv arg0, dxv arg1)
playCombinationStepSounds(BlockState arg0, BlockState arg1)
method_49787(class_2680 arg0, class_2680 arg1)
playCombinationStepSounds(BlockState primaryState, BlockState secondaryState)
m_276961_(C_2064_ p_277630_, C_2064_ arg1)
protected void
b(dxv arg0)
playMuffledStepSound(BlockState arg0)
method_51296(class_2680 arg0)
playSecondaryStepSound(BlockState state)
m_280568_(C_2064_ arg0)
protected void
b(jh arg0, dxv arg1)
playStepSound(BlockPos arg0, BlockState arg1)
method_5712(class_2338 arg0, class_2680 arg1)
playStepSound(BlockPos pos, BlockState state)
m_7355_(C_4675_ p_20136_, C_2064_ arg1)
private boolean
d(dxv arg0)
shouldPlayAmethystStepSound(BlockState arg0)
method_49790(class_2680 arg0)
shouldPlayAmethystChimeSound(BlockState state)
m_277063_(C_2064_ arg0)
private void
m()
playAmethystStepSound()
method_37215()
playAmethystChimeSound()
m_277116_()
protected void
f(float arg0)
playSwimSound(float arg0)
method_5734(float arg0)
playSwimSound(float volume)
m_5625_(float arg0)
protected void
aZ()
onFlap()
method_5801()
addFlapEffects()
m_142043_()
protected boolean
ba()
isFlapping()
method_5776()
isFlappingWings()
m_142039_()
public void
a(axe arg0, float arg1, float arg2)
playSound(SoundEvent arg0, float arg1, float arg2)
method_5783(class_3414 arg0, float arg1, float arg2)
playSound(SoundEvent sound, float volume, float pitch)
m_5496_(C_123_ p_19939_, float p_19940_, float arg2)
public void
a(axe arg0)
playSound(SoundEvent arg0)
method_43077(class_3414 arg0)
playSoundIfNotSilent(SoundEvent event)
m_216990_(C_123_ arg0)
public boolean
bb()
isSilent()
method_5701()
isSilent()
m_20067_()
public void
e(boolean arg0)
setSilent(boolean arg0)
method_5803(boolean arg0)
setSilent(boolean silent)
m_20225_(boolean arg0)
public boolean
bc()
isNoGravity()
method_5740()
hasNoGravity()
m_20068_()
public void
f(boolean arg0)
setNoGravity(boolean arg0)
method_5875(boolean arg0)
setNoGravity(boolean noGravity)
m_20242_(boolean arg0)
protected double
bd()
getDefaultGravity()
method_7490()
getGravity()
m_319564_()
public final double
be()
getGravity()
method_56989()
getFinalGravity()
m_319574_()
protected void
bf()
applyGravity()
method_56990()
applyGravity()
m_320756_()
protected Entity$MovementEmission
bg()
getMovementEmission()
method_33570()
getMoveEffect()
m_142319_()
public boolean
bh()
dampensVibrations()
method_33189()
occludeVibrationSignals()
m_213854_()
protected void
a(double arg0, boolean arg1, dxv arg2, jh arg3)
checkFallDamage(double arg0, boolean arg1, BlockState arg2, BlockPos arg3)
method_5623(double arg0, boolean arg1, class_2680 arg2, class_2338 arg3)
fall(double heightDifference, boolean onGround, BlockState state, BlockPos landedPosition)
m_7840_(double p_19912_, boolean p_19914_, C_2064_ arg2, C_4675_ arg3)
public boolean
bi()
fireImmune()
method_5753()
isFireImmune()
m_5825_()
public boolean
a(float arg0, float arg1, bua arg2)
causeFallDamage(float arg0, float arg1, DamageSource arg2)
method_5747(float arg0, float arg1, class_1282 arg2)
handleFallDamage(float fallDistance, float damageMultiplier, DamageSource damageSource)
m_142535_(float p_146829_, float p_146830_, C_489_ arg2)
public boolean
bj()
isInWater()
method_5799()
isTouchingWater()
m_20069_()
private boolean
s()
isInRain()
method_5778()
isBeingRainedOn()
m_20285_()
private boolean
u()
isInBubbleColumn()
method_5798()
isInsideBubbleColumn()
m_20305_()
public boolean
bk()
isInWaterOrRain()
method_5721()
isTouchingWaterOrRain()
m_20070_()
public boolean
bl()
isInWaterRainOrBubble()
method_5637()
isWet()
m_20071_()
public boolean
bm()
isInWaterOrBubble()
method_5816()
isInsideWaterOrBubbleColumn()
m_20072_()
public boolean
bn()
isInLiquid()
method_52535()
isInFluid()
m_295459_()
public boolean
bo()
isUnderWater()
method_5869()
isSubmergedInWater()
m_5842_()
public void
bp()
updateSwimming()
method_5790()
updateSwimming()
m_5844_()
protected boolean
bq()
updateInWaterStateAndDoFluidPushing()
method_5876()
updateWaterState()
m_20073_()
void
br()
updateInWaterStateAndDoWaterCurrentPushing()
method_5713()
checkWaterState()
m_20074_()
private void
D()
updateFluidOnEyes()
method_5630()
updateSubmergedInWaterState()
m_20323_()
protected void
bs()
doWaterSplashEffect()
method_5746()
onSwimmingStart()
m_5841_()
protected BlockState
bt()
getBlockStateOnLegacy()
method_43261()
getLandingBlockState()
m_217002_()
public BlockState
bu()
getBlockStateOn()
method_25936()
getSteppingBlockState()
m_20075_()
public boolean
bv()
canSpawnSprintParticle()
method_27298()
shouldSpawnSprintingParticles()
m_5843_()
protected void
bw()
spawnSprintParticle()
method_5839()
spawnSprintingParticles()
m_20076_()
public boolean
a(ayk<etw> arg0)
isEyeInFluid(TagKey<Fluid> arg0)
method_5777(class_6862<class_3611> arg0)
isSubmergedIn(TagKey<Fluid> fluidTag)
m_204029_(C_203208_<C_2690_> arg0)
public boolean
bx()
isInLava()
method_5771()
isInLava()
m_20077_()
public void
a(float arg0, fby arg1)
moveRelative(float arg0, Vec3 arg1)
method_5724(float arg0, class_243 arg1)
updateVelocity(float speed, Vec3d movementInput)
m_19920_(float p_19922_, C_3046_ arg1)
protected static Vec3
a(fby arg0, float arg1, float arg2)
getInputVector(Vec3 arg0, float arg1, float arg2)
method_18795(class_243 arg0, float arg1, float arg2)
movementInputToVelocity(Vec3d movementInput, float speed, float yaw)
m_20015_(C_3046_ p_20016_, float p_20017_, float p_20018_)
public float
by()
getLightLevelDependentMagicValue()
method_5718()
getBrightnessAtEyes()
m_213856_()
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4)
absMoveTo(double arg0, double arg1, double arg2, float arg3, float arg4)
method_5641(double arg0, double arg1, double arg2, float arg3, float arg4)
updatePositionAndAngles(double x, double y, double z, float yaw, float pitch)
m_19890_(double p_19892_, double p_19894_, double arg2, float arg3, float arg4)
public void
c(float arg0, float arg1)
absRotateTo(float arg0, float arg1)
method_60608(float arg0, float arg1)
setAngles(float yaw, float pitch)
m_340484_(float p_344176_, float arg1)
public void
h(double arg0, double arg1, double arg2)
absMoveTo(double arg0, double arg1, double arg2)
method_30634(double arg0, double arg1, double arg2)
updatePosition(double x, double y, double z)
m_20248_(double p_20250_, double arg1, double arg2)
public void
e(fby arg0)
moveTo(Vec3 arg0)
method_29495(class_243 arg0)
refreshPositionAfterTeleport(Vec3d pos)
m_20219_(C_3046_ arg0)
public void
e(double arg0, double arg1, double arg2)
moveTo(double arg0, double arg1, double arg2)
method_24203(double arg0, double arg1, double arg2)
refreshPositionAfterTeleport(double x, double y, double z)
m_6027_(double p_20106_, double arg1, double arg2)
public void
a(jh arg0, float arg1, float arg2)
moveTo(BlockPos arg0, float arg1, float arg2)
method_5725(class_2338 arg0, float arg1, float arg2)
refreshPositionAndAngles(BlockPos pos, float yaw, float pitch)
m_20035_(C_4675_ p_20037_, float p_20038_, float arg2)
public void
b(fby arg0, float arg1, float arg2)
moveTo(Vec3 arg0, float arg1, float arg2)
method_60949(class_243 arg0, float arg1, float arg2)
refreshPositionAndAngles(Vec3d pos, float yaw, float pitch)
m_339245_(C_3046_ p_343369_, float p_344118_, float arg2)
public void
b(double arg0, double arg1, double arg2, float arg3, float arg4)
moveTo(double arg0, double arg1, double arg2, float arg3, float arg4)
method_5808(double arg0, double arg1, double arg2, float arg3, float arg4)
refreshPositionAndAngles(double x, double y, double z, float yaw, float pitch)
m_7678_(double p_20109_, double p_20111_, double arg2, float arg3, float arg4)
public final void
bz()
setOldPosAndRot()
method_22862()
resetPosition()
m_146867_()
public final void
c(fby arg0, float arg1, float arg2)
setOldPosAndRot(Vec3 arg0, float arg1, float arg2)
method_63615(class_243 arg0, float arg1, float arg2)
setPrevPositionAndAngles(Vec3d pos, float yaw, float pitch)
m_355988_(C_3046_ p_368063_, float p_361219_, float arg2)
protected void
bA()
setOldPos()
method_63613()
updatePrevPosition()
m_356880_()
public void
bB()
setOldRot()
method_63614()
updatePrevAngles()
m_353442_()
private void
j(fby arg0)
setOldPos(Vec3 arg0)
method_63618(class_243 arg0)
setPrevPosition(Vec3d pos)
m_355962_(C_3046_ arg0)
private void
f(float arg0, float arg1)
setOldRot(float arg0, float arg1)
method_63617(float arg0, float arg1)
setPrevAngles(float prevYaw, float prevPitch)
m_354090_(float p_369408_, float arg1)
public final Vec3
bC()
oldPosition()
method_61411()
getLastRenderPos()
m_356620_()
public float
f(bvk arg0)
distanceTo(Entity arg0)
method_5739(class_1297 arg0)
distanceTo(Entity entity)
m_20270_(C_507_ arg0)
public double
i(double arg0, double arg1, double arg2)
distanceToSqr(double arg0, double arg1, double arg2)
method_5649(double arg0, double arg1, double arg2)
squaredDistanceTo(double x, double y, double z)
m_20275_(double p_20277_, double arg1, double arg2)
public double
g(bvk arg0)
distanceToSqr(Entity arg0)
method_5858(class_1297 arg0)
squaredDistanceTo(Entity entity)
m_20280_(C_507_ arg0)
public double
f(fby arg0)
distanceToSqr(Vec3 arg0)
method_5707(class_243 arg0)
squaredDistanceTo(Vec3d vector)
m_20238_(C_3046_ arg0)
public void
a_(cpx arg0)
playerTouch(Player arg0)
method_5694(class_1657 arg0)
onPlayerCollision(PlayerEntity player)
m_6123_(C_1141_ arg0)
public void
h(bvk arg0)
push(Entity arg0)
method_5697(class_1297 arg0)
pushAwayFrom(Entity entity)
m_7334_(C_507_ arg0)
public void
g(fby arg0)
push(Vec3 arg0)
method_60491(class_243 arg0)
addVelocity(Vec3d velocity)
m_339673_(C_3046_ arg0)
public void
j(double arg0, double arg1, double arg2)
push(double arg0, double arg1, double arg2)
method_5762(double arg0, double arg1, double arg2)
addVelocity(double deltaX, double deltaY, double deltaZ)
m_5997_(double p_20287_, double arg1, double arg2)
protected void
bD()
markHurt()
method_5785()
scheduleVelocityUpdate()
m_5834_()
public final void
a(bua arg0, float arg1)
hurt(DamageSource arg0, float arg1)
method_64419(class_1282 arg0, float arg1)
serverDamage(DamageSource source, float amount)
m_6469_(C_489_ p_19947_, float arg1)
public final boolean
b(bua arg0, float arg1)
hurtOrSimulate(DamageSource arg0, float arg1)
method_64420(class_1282 arg0, float arg1)
sidedDamage(DamageSource source, float amount)
m_352136_(C_489_ p_368025_, float arg1)
public abstract boolean
a(ash arg0, bua arg1, float arg2)
hurtServer(ServerLevel arg0, DamageSource arg1, float arg2)
method_64397(class_3218 arg0, class_1282 arg1, float arg2)
damage(ServerWorld world, DamageSource source, float amount)
m_351622_(C_12_ p_366233_, C_489_ p_368913_, float arg2)
public boolean
b(bua arg0)
hurtClient(DamageSource arg0)
method_5643(class_1282 arg0)
clientDamage(DamageSource source)
m_8088_(C_489_ arg0)
public final Vec3
g(float arg0)
getViewVector(float arg0)
method_5828(float arg0)
getRotationVec(float tickDelta)
m_20252_(float arg0)
public Direction
bE()
getNearestViewDirection()
method_58149()
getFacing()
m_324196_()
public float
h(float arg0)
getViewXRot(float arg0)
method_5695(float arg0)
getPitch(float tickDelta)
m_5686_(float arg0)
public float
i(float arg0)
getViewYRot(float arg0)
method_5705(float arg0)
getYaw(float tickDelta)
m_5675_(float arg0)
public float
j(float arg0)
getXRot(float arg0)
method_61414(float arg0)
getLerpedPitch(float tickDelta)
m_356829_(float arg0)
public float
k(float arg0)
getYRot(float arg0)
method_61415(float arg0)
getLerpedYaw(float tickDelta)
m_352577_(float arg0)
public final Vec3
d(float arg0, float arg1)
calculateViewVector(float arg0, float arg1)
method_5631(float arg0, float arg1)
getRotationVector(float pitch, float yaw)
m_20171_(float p_20173_, float arg1)
public final Vec3
l(float arg0)
getUpVector(float arg0)
method_18864(float arg0)
getOppositeRotationVector(float tickDelta)
m_20289_(float arg0)
protected final Vec3
e(float arg0, float arg1)
calculateUpVector(float arg0, float arg1)
method_18863(float arg0, float arg1)
getOppositeRotationVector(float pitch, float yaw)
m_20214_(float p_20216_, float arg1)
public final Vec3
bF()
getEyePosition()
method_33571()
getEyePos()
m_146892_()
public final Vec3
m(float arg0)
getEyePosition(float arg0)
method_5836(float arg0)
getCameraPosVec(float tickDelta)
m_20299_(float arg0)
public Vec3
n(float arg0)
getLightProbePosition(float arg0)
method_31166(float arg0)
getClientCameraPosVec(float tickDelta)
m_7371_(float arg0)
public final Vec3
o(float arg0)
getPosition(float arg0)
method_30950(float arg0)
getLerpedPos(float delta)
m_20318_(float arg0)
public HitResult
a(double arg0, float arg1, boolean arg2)
pick(double arg0, float arg1, boolean arg2)
method_5745(double arg0, float arg1, boolean arg2)
raycast(double maxDistance, float tickDelta, boolean includeFluids)
m_19907_(double p_19909_, float arg1, boolean arg2)
public boolean
bG()
canBeHitByProjectile()
method_49108()
canBeHitByProjectile()
m_271807_()
public boolean
bH()
isPickable()
method_5863()
canHit()
m_6087_()
public boolean
bI()
isPushable()
method_5810()
isPushable()
m_6094_()
public void
a(bvk arg0, int arg1, bua arg2)
awardKillScore(Entity arg0, int arg1, DamageSource arg2)
method_5716(class_1297 arg0, int arg1, class_1282 arg2)
updateKilledAdvancementCriterion(Entity entityKilled, int score, DamageSource damageSource)
m_5993_(C_507_ p_19954_, int p_19955_, C_489_ arg2)
public boolean
k(double arg0, double arg1, double arg2)
shouldRender(double arg0, double arg1, double arg2)
method_5727(double arg0, double arg1, double arg2)
shouldRender(double cameraX, double cameraY, double cameraZ)
m_6000_(double p_20297_, double arg1, double arg2)
public boolean
a(double arg0)
shouldRenderAtSqrDistance(double arg0)
method_5640(double arg0)
shouldRender(double distance)
m_6783_(double arg0)
public boolean
d(ux arg0)
saveAsPassenger(CompoundTag arg0)
method_5786(class_2487 arg0)
saveSelfNbt(NbtCompound nbt)
m_20086_(C_4917_ arg0)
public boolean
e(ux arg0)
save(CompoundTag arg0)
method_5662(class_2487 arg0)
saveNbt(NbtCompound nbt)
m_20223_(C_4917_ arg0)
public CompoundTag
f(ux arg0)
saveWithoutId(CompoundTag arg0)
method_5647(class_2487 arg0)
writeNbt(NbtCompound nbt)
m_20240_(C_4917_ arg0)
public void
g(ux arg0)
load(CompoundTag arg0)
method_5651(class_2487 arg0)
readNbt(NbtCompound nbt)
m_20258_(C_4917_ arg0)
protected boolean
bJ()
repositionEntityAfterLoad()
method_5638()
shouldSetPositionOnLoad()
m_6093_()
protected final String
bK()
getEncodeId()
method_5653()
getSavedEntityId()
m_20078_()
protected abstract void
a(ux arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound nbt)
m_7378_(C_4917_ arg0)
protected abstract void
b(ux arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound nbt)
m_7380_(C_4917_ arg0)
protected ListTag
a(double... arg0)
newDoubleList(double... arg0)
method_5846(double... arg0)
toNbtList(double... values)
m_20063_(double... arg0)
protected ListTag
a(float... arg0)
newFloatList(float... arg0)
method_5726(float... arg0)
toNbtList(float... values)
m_20065_(float... arg0)
public ItemEntity
a(ash arg0, dhh arg1)
spawnAtLocation(ServerLevel arg0, ItemLike arg1)
method_5706(class_3218 arg0, class_1935 arg1)
dropItem(ServerWorld world, ItemConvertible item)
m_19983_(C_12_ p_364088_, C_1595_ arg1)
public ItemEntity
a(ash arg0, dhh arg1, int arg2)
spawnAtLocation(ServerLevel arg0, ItemLike arg1, int arg2)
method_5870(class_3218 arg0, class_1935 arg1, int arg2)
dropItem(ServerWorld world, ItemConvertible item, int offsetY)
m_20000_(C_12_ p_20001_, C_1595_ p_20002_, int arg2)
public ItemEntity
a(ash arg0, cxp arg1)
spawnAtLocation(ServerLevel arg0, ItemStack arg1)
method_5775(class_3218 arg0, class_1799 arg1)
dropStack(ServerWorld world, ItemStack stack)
m_5552_(C_12_ p_19985_, C_1391_ arg1)
public ItemEntity
a(ash arg0, cxp arg1, float arg2)
spawnAtLocation(ServerLevel arg0, ItemStack arg1, float arg2)
method_5699(class_3218 arg0, class_1799 arg1, float arg2)
dropStack(ServerWorld world, ItemStack stack, float yOffset)
m_19998_(C_12_ p_366908_, C_1391_ p_367722_, float arg2)
public boolean
bL()
isAlive()
method_5805()
isAlive()
m_6084_()
public boolean
bM()
isInWall()
method_5757()
isInsideWall()
m_5830_()
public InteractionResult
a(cpx arg0, bti arg1)
interact(Player arg0, InteractionHand arg1)
method_5688(class_1657 arg0, class_1268 arg1)
interact(PlayerEntity player, Hand hand)
m_6096_(C_1141_ p_19979_, C_470_ arg1)
public boolean
i(bvk arg0)
canCollideWith(Entity arg0)
method_30949(class_1297 arg0)
collidesWith(Entity other)
m_7337_(C_507_ arg0)
public boolean
bN()
canBeCollidedWith()
method_30948()
isCollidable()
m_5829_()
public void
r()
rideTick()
method_5842()
tickRiding()
m_6083_()
public final void
j(bvk arg0)
positionRider(Entity arg0)
method_24201(class_1297 arg0)
updatePassengerPosition(Entity passenger)
m_7332_(C_507_ arg0)
protected void
a(bvk arg0, bvk$a arg1)
positionRider(Entity arg0, Entity$MoveFunction arg1)
method_5865(class_1297 arg0, class_1297$class_4738 arg1)
updatePassengerPosition(Entity passenger, Entity$PositionUpdater positionUpdater)
m_19956_(C_507_ p_19958_, C_507_$C_509_ arg1)
public void
k(bvk arg0)
onPassengerTurned(Entity arg0)
method_5644(class_1297 arg0)
onPassengerLookAround(Entity passenger)
m_7340_(C_507_ arg0)
public Vec3
l(bvk arg0)
getVehicleAttachmentPoint(Entity arg0)
method_55668(class_1297 arg0)
getVehicleAttachmentPos(Entity vehicle)
m_320507_(C_507_ arg0)
public Vec3
m(bvk arg0)
getPassengerRidingPosition(Entity arg0)
method_52538(class_1297 arg0)
getPassengerRidingPos(Entity passenger)
m_292590_(C_507_ arg0)
protected Vec3
a(bvk arg0, bvn arg1, float arg2)
getPassengerAttachmentPoint(Entity arg0, EntityDimensions arg1, float arg2)
method_52533(class_1297 arg0, class_4048 arg1, float arg2)
getPassengerAttachmentPos(Entity passenger, EntityDimensions dimensions, float scaleFactor)
m_293035_(C_507_ p_297882_, C_510_ p_300288_, float arg2)
protected static Vec3
a(bvk arg0, bvk arg1, bvm arg2)
getDefaultPassengerAttachmentPoint(Entity arg0, Entity arg1, EntityAttachments arg2)
method_55665(class_1297 arg0, class_1297 arg1, class_9066 arg2)
getPassengerAttachmentPos(Entity vehicle, Entity passenger, EntityAttachments attachments)
m_323171_(C_507_ p_335392_, C_507_ p_335654_, C_313872_ p_334107_)
public boolean
n(bvk arg0)
startRiding(Entity arg0)
method_5804(class_1297 arg0)
startRiding(Entity entity)
m_20329_(C_507_ arg0)
public boolean
bO()
showVehicleHealth()
method_5709()
isLiving()
m_20152_()
public boolean
a(bvk arg0, boolean arg1)
startRiding(Entity arg0, boolean arg1)
method_5873(class_1297 arg0, boolean arg1)
startRiding(Entity entity, boolean force)
m_7998_(C_507_ p_19967_, boolean arg1)
protected boolean
o(bvk arg0)
canRide(Entity arg0)
method_5860(class_1297 arg0)
canStartRiding(Entity entity)
m_7341_(C_507_ arg0)
public void
bP()
ejectPassengers()
method_5772()
removeAllPassengers()
m_20153_()
public void
bQ()
removeVehicle()
method_29239()
dismountVehicle()
m_6038_()
public void
ae()
stopRiding()
method_5848()
stopRiding()
m_8127_()
protected void
p(bvk arg0)
addPassenger(Entity arg0)
method_5627(class_1297 arg0)
addPassenger(Entity passenger)
m_20348_(C_507_ arg0)
protected void
q(bvk arg0)
removePassenger(Entity arg0)
method_5793(class_1297 arg0)
removePassenger(Entity passenger)
m_20351_(C_507_ arg0)
protected boolean
r(bvk arg0)
canAddPassenger(Entity arg0)
method_5818(class_1297 arg0)
canAddPassenger(Entity passenger)
m_7310_(C_507_ arg0)
protected boolean
bR()
couldAcceptPassenger()
method_48921()
couldAcceptPassenger()
m_269011_()
public void
f_()
cancelLerp()
method_64610()
resetLerp()
m_216997_()
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5)
lerpTo(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5)
method_5759(double arg0, double arg1, double arg2, float arg3, float arg4, int arg5)
updateTrackedPositionAndAngles(double x, double y, double z, float yaw, float pitch, int interpolationSteps)
m_6453_(double p_19897_, double p_19899_, double p_19901_, float arg3, float arg4, int arg5)
public double
R_()
lerpTargetX()
method_53830()
getLerpTargetX()
m_293268_()
public double
S_()
lerpTargetY()
method_53827()
getLerpTargetY()
m_294059_()
public double
g_()
lerpTargetZ()
method_53828()
getLerpTargetZ()
m_292720_()
public float
r_()
lerpTargetXRot()
method_53829()
getLerpTargetPitch()
m_293123_()
public float
h_()
lerpTargetYRot()
method_53831()
getLerpTargetYaw()
m_294172_()
public void
a(float arg0, int arg1)
lerpHeadTo(float arg0, int arg1)
method_5683(float arg0, int arg1)
updateTrackedHeadRotation(float yaw, int interpolationSteps)
m_6541_(float p_19919_, int arg1)
public float
bS()
getPickRadius()
method_5871()
getTargetingMargin()
m_6143_()
public Vec3
bT()
getLookAngle()
method_5720()
getRotationVector()
m_20154_()
public Vec3
a(cxl arg0)
getHandHoldingItemAngle(Item arg0)
method_40123(class_1792 arg0)
getHandPosOffset(Item item)
m_204034_(C_1381_ arg0)
public Vec2
bU()
getRotationVector()
method_5802()
getRotationClient()
m_20155_()
public Vec3
bV()
getForward()
method_5663()
getRotationVecClient()
m_20156_()
public void
a(dqh arg0, jh arg1)
setAsInsidePortal(Portal arg0, BlockPos arg1)
method_60697(class_9797 arg0, class_2338 arg1)
tryUsePortal(Portal portal, BlockPos pos)
m_339563_(C_336558_ p_342451_, C_4675_ arg1)
protected void
bW()
handlePortal()
method_60698()
tickPortalTeleportation()
m_338897_()
public int
bX()
getDimensionChangingDelay()
method_5806()
getDefaultPortalCooldown()
m_6045_()
public void
l(double arg0, double arg1, double arg2)
lerpMotion(double arg0, double arg1, double arg2)
method_5750(double arg0, double arg1, double arg2)
setVelocityClient(double x, double y, double z)
m_6001_(double p_20307_, double arg1, double arg2)
public void
c(bua arg0)
handleDamageEvent(DamageSource arg0)
method_48922(class_1282 arg0)
onDamaged(DamageSource damageSource)
m_269138_(C_489_ arg0)
public void
b(byte arg0)
handleEntityEvent(byte arg0)
method_5711(byte arg0)
handleStatus(byte status)
m_7822_(byte arg0)
public void
p(float arg0)
animateHurt(float arg0)
method_5879(float arg0)
animateDamage(float yaw)
m_6053_(float arg0)
public boolean
bY()
isOnFire()
method_5809()
isOnFire()
m_6060_()
public boolean
bZ()
isPassenger()
method_5765()
hasVehicle()
m_20159_()
public boolean
ca()
isVehicle()
method_5782()
hasPassengers()
m_20160_()
public boolean
cb()
dismountsUnderwater()
method_49693()
shouldDismountUnderwater()
m_275843_()
public boolean
cc()
canControlVehicle()
method_52534()
shouldControlVehicles()
m_293117_()
public void
g(boolean arg0)
setShiftKeyDown(boolean arg0)
method_5660(boolean arg0)
setSneaking(boolean sneaking)
m_20260_(boolean arg0)
public boolean
cd()
isShiftKeyDown()
method_5715()
isSneaking()
m_6144_()
public boolean
ce()
isSteppingCarefully()
method_21749()
bypassesSteppingEffects()
m_20161_()
public boolean
cf()
isSuppressingBounce()
method_21750()
bypassesLandingEffects()
m_20162_()
public boolean
cg()
isDiscrete()
method_21751()
isSneaky()
m_20163_()
public boolean
ch()
isDescending()
method_21752()
isDescending()
m_20164_()
public boolean
ci()
isCrouching()
method_18276()
isInSneakingPose()
m_6047_()
public boolean
cj()
isSprinting()
method_5624()
isSprinting()
m_20142_()
public void
h(boolean arg0)
setSprinting(boolean arg0)
method_5728(boolean arg0)
setSprinting(boolean sprinting)
m_6858_(boolean arg0)
public boolean
ck()
isSwimming()
method_5681()
isSwimming()
m_6069_()
public boolean
cl()
isVisuallySwimming()
method_20232()
isInSwimmingPose()
m_6067_()
public boolean
cm()
isVisuallyCrawling()
method_20448()
isCrawling()
m_20143_()
public void
i(boolean arg0)
setSwimming(boolean arg0)
method_5796(boolean arg0)
setSwimming(boolean swimming)
m_20282_(boolean arg0)
public final boolean
cn()
hasGlowingTag()
method_36361()
isGlowingLocal()
m_146886_()
public final void
j(boolean arg0)
setGlowingTag(boolean arg0)
method_5834(boolean arg0)
setGlowing(boolean glowing)
m_146915_(boolean arg0)
public boolean
co()
isCurrentlyGlowing()
method_5851()
isGlowing()
m_142038_()
public boolean
cp()
isInvisible()
method_5767()
isInvisible()
m_20145_()
public boolean
d(cpx arg0)
isInvisibleTo(Player arg0)
method_5756(class_1657 arg0)
isInvisibleTo(PlayerEntity player)
m_20177_(C_1141_ arg0)
public boolean
cq()
isOnRails()
method_52172()
isOnRail()
m_288188_()
public void
a(BiConsumer<eco<?>, ash> arg0)
updateDynamicGameEventListener(BiConsumer<DynamicGameEventListener<?>, ServerLevel> arg0)
method_42147(BiConsumer<class_5715<?>, class_3218> arg0)
updateEventHandler(BiConsumer<EntityGameEventHandler<?>, ServerWorld> callback)
m_213651_(BiConsumer<C_213129_<?>, C_12_> arg0)
public PlayerTeam
cr()
getTeam()
method_5781()
getScoreboardTeam()
m_5647_()
public final boolean
s(bvk arg0)
isAlliedTo(Entity arg0)
method_5722(class_1297 arg0)
isTeammate(Entity other)
m_7307_(C_507_ arg0)
protected boolean
t(bvk arg0)
considersEntityAsAlly(Entity arg0)
method_61416(class_1297 arg0)
isInSameTeam(Entity other)
m_352396_(C_507_ arg0)
public boolean
a(fdf arg0)
isAlliedTo(Team arg0)
method_5645(class_270 arg0)
isTeamPlayer(AbstractTeam team)
m_20031_(C_3078_ arg0)
public void
k(boolean arg0)
setInvisible(boolean arg0)
method_5648(boolean arg0)
setInvisible(boolean invisible)
m_6842_(boolean arg0)
protected boolean
i(int arg0)
getSharedFlag(int arg0)
method_5795(int arg0)
getFlag(int index)
m_20291_(int arg0)
protected void
b(int arg0, boolean arg1)
setSharedFlag(int arg0, boolean arg1)
method_5729(int arg0, boolean arg1)
setFlag(int index, boolean value)
m_20115_(int p_20117_, boolean arg1)
public int
cs()
getMaxAirSupply()
method_5748()
getMaxAir()
m_6062_()
public int
ct()
getAirSupply()
method_5669()
getAir()
m_20146_()
public void
j(int arg0)
setAirSupply(int arg0)
method_5855(int arg0)
setAir(int air)
m_20301_(int arg0)
public int
cu()
getTicksFrozen()
method_32312()
getFrozenTicks()
m_146888_()
public void
k(int arg0)
setTicksFrozen(int arg0)
method_32317(int arg0)
setFrozenTicks(int frozenTicks)
m_146917_(int arg0)
public float
cv()
getPercentFrozen()
method_32313()
getFreezingScale()
m_146889_()
public boolean
cw()
isFullyFrozen()
method_32314()
isFrozen()
m_146890_()
public int
cx()
getTicksRequiredToFreeze()
method_32315()
getMinFreezeDamageTicks()
m_146891_()
public void
a(ash arg0, bwf arg1)
thunderHit(ServerLevel arg0, LightningBolt arg1)
method_5800(class_3218 arg0, class_1538 arg1)
onStruckByLightning(ServerWorld world, LightningEntity lightning)
m_8038_(C_12_ p_19928_, C_523_ arg1)
public void
l(boolean arg0)
onAboveBubbleCol(boolean arg0)
method_5700(boolean arg0)
onBubbleColumnSurfaceCollision(boolean drag)
m_6845_(boolean arg0)
public void
m(boolean arg0)
onInsideBubbleColumn(boolean arg0)
method_5764(boolean arg0)
onBubbleColumnCollision(boolean drag)
m_20321_(boolean arg0)
public boolean
a(ash arg0, bwg arg1)
killedEntity(ServerLevel arg0, LivingEntity arg1)
method_5874(class_3218 arg0, class_1309 arg1)
onKilledOther(ServerWorld world, LivingEntity other)
m_214076_(C_12_ p_216989_, C_524_ arg1)
public void
cy()
checkSlowFallDistance()
method_45318()
limitFallDistance()
m_245125_()
public void
k()
resetFallDistance()
method_38785()
onLanding()
m_183634_()
protected void
m(double arg0, double arg1, double arg2)
moveTowardsClosestSpace(double arg0, double arg1, double arg2)
method_5632(double arg0, double arg1, double arg2)
pushOutOfBlocks(double x, double y, double z)
m_20314_(double p_20316_, double arg1, double arg2)
public void
a(dxv arg0, fby arg1)
makeStuckInBlock(BlockState arg0, Vec3 arg1)
method_5844(class_2680 arg0, class_243 arg1)
slowMovement(BlockState state, Vec3d multiplier)
m_7601_(C_2064_ p_20007_, C_3046_ arg1)
private static Component
a(xv arg0)
removeAction(Component arg0)
method_5856(class_2561 arg0)
removeClickEvents(Text textComponent)
m_20140_(C_4996_ p_20141_)
public Component
al()
getName()
method_5477()
getName()
m_7755_()
protected Component
cz()
getTypeName()
method_23315()
getDefaultName()
m_5677_()
public boolean
u(bvk arg0)
is(Entity arg0)
method_5779(class_1297 arg0)
isPartOf(Entity entity)
m_7306_(C_507_ arg0)
public float
cA()
getYHeadRot()
method_5791()
getHeadYaw()
m_6080_()
public void
q(float arg0)
setYHeadRot(float arg0)
method_5847(float arg0)
setHeadYaw(float headYaw)
m_5616_(float arg0)
public void
r(float arg0)
setYBodyRot(float arg0)
method_5636(float arg0)
setBodyYaw(float bodyYaw)
m_5618_(float arg0)
public boolean
cB()
isAttackable()
method_5732()
isAttackable()
m_6097_()
public boolean
v(bvk arg0)
skipAttackInteraction(Entity arg0)
method_5698(class_1297 arg0)
handleAttack(Entity attacker)
m_7313_(C_507_ arg0)
protected final boolean
d(bua arg0)
isInvulnerableToBase(DamageSource arg0)
method_64421(class_1282 arg0)
isAlwaysInvulnerableTo(DamageSource damageSource)
m_6673_(C_489_ arg0)
public boolean
cC()
isInvulnerable()
method_5655()
isInvulnerable()
m_20147_()
public void
n(boolean arg0)
setInvulnerable(boolean arg0)
method_5684(boolean arg0)
setInvulnerable(boolean invulnerable)
m_20331_(boolean arg0)
public void
w(bvk arg0)
copyPosition(Entity arg0)
method_5719(class_1297 arg0)
copyPositionAndRotation(Entity entity)
m_20359_(C_507_ arg0)
public void
x(bvk arg0)
restoreFrom(Entity arg0)
method_5878(class_1297 arg0)
copyFrom(Entity original)
m_20361_(C_507_ arg0)
public Entity
b(eux arg0)
teleport(TeleportTransition arg0)
method_5731(class_5454 arg0)
teleportTo(TeleportTarget teleportTarget)
m_339131_(C_345918_ arg0)
private Entity
a(ash arg0, eux arg1)
teleportSameDimension(ServerLevel arg0, TeleportTransition arg1)
method_64611(class_3218 arg0, class_5454 arg1)
teleportSameDimension(ServerWorld world, TeleportTarget teleportTarget)
m_351710_(C_12_ p_367652_, C_345918_ arg1)
private Entity
b(ash arg0, eux arg1)
teleportCrossDimension(ServerLevel arg0, TeleportTransition arg1)
method_64614(class_3218 arg0, class_5454 arg1)
teleportCrossDimension(ServerWorld world, TeleportTarget teleportTarget)
m_355663_(C_12_ p_360915_, C_345918_ arg1)
private TeleportTransition
a(eux arg0, bvk arg1)
calculatePassengerTransition(TeleportTransition arg0, Entity arg1)
method_64613(class_5454 arg0, class_1297 arg1)
getPassengerTeleportTarget(TeleportTarget teleportTarget, Entity passenger)
m_351700_(C_345918_ p_368688_, C_507_ arg1)
private void
a(eux arg0)
sendTeleportTransitionToRidingPlayers(TeleportTransition arg0)
method_64612(class_5454 arg0)
sendTeleportPacket(TeleportTarget teleportTarget)
m_356188_(C_345918_ arg0)
public void
a(bwt arg0, Set<bwu> arg1)
teleportSetPosition(PositionMoveRotation arg0, Set<Relative> arg1)
method_61412(class_10182 arg0, Set<class_2709> arg1)
setPosition(PlayerPosition pos, Set<PositionFlag> flags)
m_354978_(C_345854_ p_362099_, Set<C_346168_> arg1)
public void
a(float arg0, float arg1)
forceSetRotation(float arg0, float arg1)
method_64578(float arg0, float arg1)
rotate(float yaw, float pitch)
m_355975_(float p_361917_, float arg1)
public void
f(jh arg0)
placePortalTicket(BlockPos arg0)
method_60950(class_2338 arg0)
addPortalChunkTicketAt(BlockPos pos)
m_340627_(C_4675_ arg0)
protected void
cD()
removeAfterChangingDimensions()
method_30076()
removeFromDimension()
m_6089_()
public Vec3
a(jm$a arg0, l$a arg1)
getRelativePortalPosition(Direction$Axis arg0, BlockUtil$FoundRectangle arg1)
method_30633(class_2350$class_2351 arg0, class_5459$class_5460 arg1)
positionInPortal(Direction$Axis portalAxis, BlockLocating$Rectangle portalRect)
m_7643_(C_4687_$C_4689_ p_20046_, C_4777_$C_4778_ arg1)
public boolean
o(boolean arg0)
canUsePortal(boolean arg0)
method_5822(boolean arg0)
canUsePortals(boolean allowVehicles)
m_31145_(boolean arg0)
public boolean
a(dhi arg0, dhi arg1)
canTeleport(Level arg0, Level arg1)
method_61113(class_1937 arg0, class_1937 arg1)
canTeleportBetween(World from, World to)
m_351621_(C_1596_ p_366269_, C_1596_ arg1)
public float
a(dha arg0, dgn arg1, jh arg2, dxv arg3, etx arg4, float arg5)
getBlockExplosionResistance(Explosion arg0, BlockGetter arg1, BlockPos arg2, BlockState arg3, FluidState arg4, float arg5)
method_5774(class_1927 arg0, class_1922 arg1, class_2338 arg2, class_2680 arg3, class_3610 arg4, float arg5)
getEffectiveExplosionResistance(Explosion explosion, BlockView world, BlockPos pos, BlockState blockState, FluidState fluidState, float max)
m_7077_(C_1578_ p_19993_, C_1559_ p_19994_, C_4675_ p_19995_, C_2064_ p_19996_, C_2691_ p_19997_, float arg5)
public boolean
a(dha arg0, dgn arg1, jh arg2, dxv arg3, float arg4)
shouldBlockExplode(Explosion arg0, BlockGetter arg1, BlockPos arg2, BlockState arg3, float arg4)
method_5853(class_1927 arg0, class_1922 arg1, class_2338 arg2, class_2680 arg3, float arg4)
canExplosionDestroyBlock(Explosion explosion, BlockView world, BlockPos pos, BlockState state, float explosionPower)
m_7349_(C_1578_ p_19988_, C_1559_ p_19989_, C_4675_ p_19990_, C_2064_ p_19991_, float arg4)
public int
cE()
getMaxFallDistance()
method_5850()
getSafeFallDistance()
m_6056_()
public boolean
s_()
isIgnoringBlockTriggers()
method_5696()
canAvoidTraps()
m_6090_()
public void
a(p arg0)
fillCrashReportCategory(CrashReportCategory arg0)
method_5819(class_129 arg0)
populateCrashReport(CrashReportSection section)
m_7976_(C_4909_ arg0)
public boolean
cF()
displayFireAnimation()
method_5862()
doesRenderOnFire()
m_6051_()
public void
a_(UUID arg0)
setUUID(UUID arg0)
method_5826(UUID arg0)
setUuid(UUID uuid)
m_20084_(UUID arg0)
public UUID
cG()
getUUID()
method_5667()
getUuid()
m_20148_()
public String
cH()
getStringUUID()
method_5845()
getUuidAsString()
m_20149_()
public String
cI()
getScoreboardName()
method_5820()
getNameForScoreboard()
m_6302_()
public boolean
cJ()
isPushedByFluid()
method_5675()
isPushedByFluids()
m_6063_()
public static double
cK()
getViewScale()
method_5824()
getRenderDistanceMultiplier()
m_20150_()
public static void
b(double arg0)
setViewScale(double arg0)
method_5840(double arg0)
setRenderDistanceMultiplier(double value)
m_20103_(double p_20104_)
public Component
p_()
getDisplayName()
method_5476()
getDisplayName()
m_5446_()
public void
b(xv arg0)
setCustomName(Component arg0)
method_5665(class_2561 arg0)
setCustomName(Text name)
m_6593_(C_4996_ arg0)
public Component
an()
getCustomName()
method_5797()
getCustomName()
m_7770_()
public boolean
l_()
hasCustomName()
method_16914()
hasCustomName()
m_8077_()
public void
p(boolean arg0)
setCustomNameVisible(boolean arg0)
method_5880(boolean arg0)
setCustomNameVisible(boolean visible)
m_20340_(boolean arg0)
public boolean
cL()
isCustomNameVisible()
method_5807()
isCustomNameVisible()
m_20151_()
public boolean
a(ash arg0, double arg1, double arg2, double arg3, Set<bwu> arg4, float arg5, float arg6, boolean arg7)
teleportTo(ServerLevel arg0, double arg1, double arg2, double arg3, Set<Relative> arg4, float arg5, float arg6, boolean arg7)
method_48105(class_3218 arg0, double arg1, double arg2, double arg3, Set<class_2709> arg4, float arg5, float arg6, boolean arg7)
teleport(ServerWorld world, double destX, double destY, double destZ, Set<PositionFlag> flags, float yaw, float pitch, boolean resetCamera)
m_8999_(C_12_ p_265407_, double p_265727_, double p_265083_, double p_265094_, Set<C_346168_> arg4, float arg5, float arg6, boolean arg7)
public void
a(double arg0, double arg1, double arg2)
dismountTo(double arg0, double arg1, double arg2)
method_33567(double arg0, double arg1, double arg2)
requestTeleportAndDismount(double destX, double destY, double destZ)
m_142098_(double p_146826_, double arg1, double arg2)
public void
c(double arg0, double arg1, double arg2)
teleportTo(double arg0, double arg1, double arg2)
method_5859(double arg0, double arg1, double arg2)
requestTeleport(double destX, double destY, double destZ)
m_6021_(double p_19888_, double arg1, double arg2)
private void
E()
teleportPassengers()
method_49792()
teleportPassengers()
m_276804_()
public void
d(double arg0, double arg1, double arg2)
teleportRelative(double arg0, double arg1, double arg2)
method_45166(double arg0, double arg1, double arg2)
requestTeleportOffset(double offsetX, double offsetY, double offsetZ)
m_246847_(double p_252229_, double arg1, double arg2)
public boolean
cM()
shouldShowName()
method_5733()
shouldRenderName()
m_6052_()
public void
a(List<alg$c<?>> arg0)
onSyncedDataUpdated(List<SynchedEntityData$DataValue<?>> arg0)
method_48850(List<class_2945$class_7834<?>> arg0)
onDataTrackerUpdate(List<DataTracker$SerializedEntry<?>> arg0)
m_269505_(List<C_5247_$C_252362_<?>> arg0)
public void
a(alc<?> arg0)
onSyncedDataUpdated(EntityDataAccessor<?> arg0)
method_5674(class_2940<?> arg0)
onTrackedDataSet(TrackedData<?> arg0)
m_7350_(C_5225_<?> arg0)
protected void
cN()
fixupDimensions()
method_46396()
reinitDimensions()
m_252801_()
public void
m_()
refreshDimensions()
method_18382()
calculateDimensions()
m_6210_()
public boolean
a(bvn arg0)
fudgePositionAfterSizeChange(EntityDimensions arg0)
method_60490(class_4048 arg0)
recalculateDimensions(EntityDimensions previous)
m_340111_(C_510_ arg0)
public Direction
cO()
getDirection()
method_5735()
getHorizontalFacing()
m_6350_()
public Direction
cP()
getMotionDirection()
method_5755()
getMovementDirection()
m_6374_()
protected HoverEvent
cQ()
createHoverEvent()
method_5769()
getHoverEvent()
m_20190_()
public boolean
a(asi arg0)
broadcastToPlayer(ServerPlayer arg0)
method_5680(class_3222 arg0)
canBeSpectated(ServerPlayerEntity spectator)
m_6459_(C_13_ arg0)
public final AABB
cR()
getBoundingBox()
method_5829()
getBoundingBox()
m_20191_()
public final void
a(fbt arg0)
setBoundingBox(AABB arg0)
method_5857(class_238 arg0)
setBoundingBox(Box boundingBox)
m_20011_(C_3040_ arg0)
public final float
d(bws arg0)
getEyeHeight(Pose arg0)
method_18381(class_4050 arg0)
getEyeHeight(EntityPose pose)
m_20236_(C_535_ arg0)
public final float
cS()
getEyeHeight()
method_5751()
getStandingEyeHeight()
m_20192_()
public Vec3
s(float arg0)
getLeashOffset(float arg0)
method_45321(float arg0)
getLeashOffset(float tickDelta)
m_245894_(float arg0)
protected Vec3
cT()
getLeashOffset()
method_29919()
getLeashOffset()
m_7939_()
public SlotAccess
a_(int arg0)
getSlot(int arg0)
method_32318(int arg0)
getStackReference(int mappedIndex)
m_141942_(int arg0)
public Level
cU()
getCommandSenderWorld()
method_5770()
getEntityWorld()
m_20193_()
public MinecraftServer
cV()
getServer()
method_5682()
getServer()
m_20194_()
public InteractionResult
a(cpx arg0, fby arg1, bti arg2)
interactAt(Player arg0, Vec3 arg1, InteractionHand arg2)
method_5664(class_1657 arg0, class_243 arg1, class_1268 arg2)
interactAt(PlayerEntity player, Vec3d hitPos, Hand hand)
m_7111_(C_1141_ p_19981_, C_3046_ p_19982_, C_470_ arg2)
public boolean
a(dha arg0)
ignoreExplosion(Explosion arg0)
method_5659(class_1927 arg0)
isImmuneToExplosion(Explosion explosion)
m_6128_(C_1578_ arg0)
public void
d(asi arg0)
startSeenByPlayer(ServerPlayer arg0)
method_5837(class_3222 arg0)
onStartedTrackingBy(ServerPlayerEntity player)
m_6457_(C_13_ arg0)
public void
e(asi arg0)
stopSeenByPlayer(ServerPlayer arg0)
method_5742(class_3222 arg0)
onStoppedTrackingBy(ServerPlayerEntity player)
m_6452_(C_13_ arg0)
public float
a(drc arg0)
rotate(Rotation arg0)
method_5832(class_2470 arg0)
applyRotation(BlockRotation rotation)
m_7890_(C_1886_ arg0)
public float
a(dpl arg0)
mirror(Mirror arg0)
method_5763(class_2415 arg0)
applyMirror(BlockMirror mirror)
m_6961_(C_1838_ arg0)
public boolean
cW()
onlyOpCanSetNbt()
method_5833()
entityDataRequiresOperator()
m_6127_()
public ProjectileDeflection
a(cqq arg0)
deflection(Projectile arg0)
method_56071(class_1676 arg0)
getProjectileDeflection(ProjectileEntity projectile)
m_321219_(C_1167_ arg0)
public LivingEntity
cX()
getControllingPassenger()
method_5642()
getControllingPassenger()
m_6688_()
public final boolean
cY()
hasControllingPassenger()
method_42148()
hasControllingPassenger()
m_217005_()
public final List<Entity>
cZ()
getPassengers()
method_5685()
getPassengerList()
m_20197_()
public Entity
da()
getFirstPassenger()
method_31483()
getFirstPassenger()
m_146895_()
public boolean
y(bvk arg0)
hasPassenger(Entity arg0)
method_5626(class_1297 arg0)
hasPassenger(Entity passenger)
m_20363_(C_507_ arg0)
public boolean
a(Predicate<bvk> arg0)
hasPassenger(Predicate<Entity> arg0)
method_5703(Predicate<class_1297> arg0)
hasPassenger(Predicate<Entity> predicate)
m_146862_(Predicate<C_507_> arg0)
private Stream<Entity>
F()
getIndirectPassengersStream()
method_31484()
streamIntoPassengers()
m_146920_()
public Stream<Entity>
db()
getSelfAndPassengers()
method_24204()
streamSelfAndPassengers()
m_20199_()
public Stream<Entity>
dc()
getPassengersAndSelf()
method_31748()
streamPassengersAndSelf()
m_142429_()
public Iterable<Entity>
dd()
getIndirectPassengers()
method_5736()
getPassengersDeep()
m_146897_()
public int
de()
countPlayerPassengers()
method_54757()
getPlayerPassengers()
m_305867_()
public boolean
df()
hasExactlyOnePlayerPassenger()
method_5817()
hasPlayerRider()
m_146898_()
public Entity
dg()
getRootVehicle()
method_5668()
getRootVehicle()
m_20201_()
public boolean
z(bvk arg0)
isPassengerOfSameVehicle(Entity arg0)
method_5794(class_1297 arg0)
isConnectedThroughVehicle(Entity entity)
m_20365_(C_507_ arg0)
public boolean
A(bvk arg0)
hasIndirectPassenger(Entity arg0)
method_5821(class_1297 arg0)
hasPassengerDeep(Entity passenger)
m_20367_(C_507_ arg0)
public boolean
dh()
isControlledByOrIsLocalPlayer()
method_63616()
isLocalPlayerOrLogicalSideForUpdatingMovement()
m_352373_()
public boolean
di()
isControlledByLocalInstance()
method_5787()
isLogicalSideForUpdatingMovement()
m_6109_()
public boolean
dj()
isControlledByClient()
method_65038()
isControlledByPlayer()
m_351631_()
public boolean
dk()
isEffectiveAi()
method_6034()
canMoveVoluntarily()
m_21515_()
protected static Vec3
a(double arg0, double arg1, float arg2)
getCollisionHorizontalEscapeVector(double arg0, double arg1, float arg2)
method_24826(double arg0, double arg1, float arg2)
getPassengerDismountOffset(double vehicleWidth, double passengerWidth, float passengerYaw)
m_19903_(double p_19904_, double p_19906_, float arg2)
public Vec3
b(bwg arg0)
getDismountLocationForPassenger(LivingEntity arg0)
method_24829(class_1309 arg0)
updatePassengerForDismount(LivingEntity passenger)
m_7688_(C_524_ arg0)
public Entity
dl()
getVehicle()
method_5854()
getVehicle()
m_20202_()
public Entity
dm()
getControlledVehicle()
method_49694()
getControllingVehicle()
m_275832_()
public PushReaction
n_()
getPistonPushReaction()
method_5657()
getPistonBehavior()
m_7752_()
public SoundSource
dn()
getSoundSource()
method_5634()
getSoundCategory()
m_5720_()
protected int
do()
getFireImmuneTicks()
method_5676()
getBurningDuration()
m_6101_()
public CommandSourceStack
d(ash arg0)
createCommandSourceStackForNameResolution(ServerLevel arg0)
method_5671(class_3218 arg0)
getCommandSource(ServerWorld world)
m_353374_(C_12_ arg0)
public void
a(fi$a arg0, fby arg1)
lookAt(EntityAnchorArgument$Anchor arg0, Vec3 arg1)
method_5702(class_2183$class_2184 arg0, class_243 arg1)
lookAt(EntityAnchorArgumentType$EntityAnchor anchorPoint, Vec3d target)
m_7618_(C_3361_$C_3362_ p_20034_, C_3046_ arg1)
public float
t(float arg0)
getPreciseBodyRotation(float arg0)
method_60951(float arg0)
lerpYaw(float delta)
m_339180_(float arg0)
public boolean
a(ayk<etw> arg0, double arg1)
updateFluidHeightAndDoFluidPushing(TagKey<Fluid> arg0, double arg1)
method_5692(class_6862<class_3611> arg0, double arg1)
updateMovementInFluid(TagKey<Fluid> tag, double speed)
m_204031_(C_203208_<C_2690_> p_204033_, double arg1)
public boolean
dp()
touchingUnloadedChunk()
method_33724()
isRegionUnloaded()
m_146899_()
public double
b(ayk<etw> arg0)
getFluidHeight(TagKey<Fluid> arg0)
method_5861(class_6862<class_3611> arg0)
getFluidHeight(TagKey<Fluid> fluid)
m_204036_(C_203208_<C_2690_> arg0)
public double
dq()
getFluidJumpThreshold()
method_29241()
getSwimHeight()
m_20204_()
public final float
dr()
getBbWidth()
method_17681()
getWidth()
m_20205_()
public final float
ds()
getBbHeight()
method_17682()
getHeight()
m_20206_()
public Packet<ClientGamePacketListener>
a(asf arg0)
getAddEntityPacket(ServerEntity arg0)
method_18002(class_3231 arg0)
createSpawnPacket(EntityTrackerEntry entityTrackerEntry)
m_5654_(C_11_ arg0)
public EntityDimensions
a(bws arg0)
getDimensions(Pose arg0)
method_18377(class_4050 arg0)
getDimensions(EntityPose pose)
m_6972_(C_535_ arg0)
public final EntityAttachments
dt()
getAttachments()
method_56072()
getAttachments()
m_319864_()
public Vec3
du()
position()
method_19538()
getPos()
m_20182_()
public Vec3
dv()
trackingPosition()
method_43390()
getSyncedPos()
m_213870_()
public BlockPos
dw()
blockPosition()
method_24515()
getBlockPos()
m_20183_()
public BlockState
dx()
getInBlockState()
method_55667()
getBlockStateAtPos()
m_321101_()
public ChunkPos
dy()
chunkPosition()
method_31476()
getChunkPos()
m_146902_()
public Vec3
dz()
getDeltaMovement()
method_18798()
getVelocity()
m_20184_()
public void
h(fby arg0)
setDeltaMovement(Vec3 arg0)
method_18799(class_243 arg0)
setVelocity(Vec3d velocity)
m_20256_(C_3046_ arg0)
public void
i(fby arg0)
addDeltaMovement(Vec3 arg0)
method_45319(class_243 arg0)
addVelocityInternal(Vec3d velocity)
m_246865_(C_3046_ arg0)
public void
n(double arg0, double arg1, double arg2)
setDeltaMovement(double arg0, double arg1, double arg2)
method_18800(double arg0, double arg1, double arg2)
setVelocity(double x, double y, double z)
m_20334_(double p_20336_, double arg1, double arg2)
public final int
dA()
getBlockX()
method_31477()
getBlockX()
m_146903_()
public final double
dB()
getX()
method_23317()
getX()
m_20185_()
public double
c(double arg0)
getX(double arg0)
method_23316(double arg0)
offsetX(double widthScale)
m_20165_(double arg0)
public double
d(double arg0)
getRandomX(double arg0)
method_23322(double arg0)
getParticleX(double widthScale)
m_20208_(double arg0)
public final int
dC()
getBlockY()
method_31478()
getBlockY()
m_146904_()
public final double
dD()
getY()
method_23318()
getY()
m_20186_()
public double
e(double arg0)
getY(double arg0)
method_23323(double arg0)
getBodyY(double heightScale)
m_20227_(double arg0)
public double
dE()
getRandomY()
method_23319()
getRandomBodyY()
m_20187_()
public double
dF()
getEyeY()
method_23320()
getEyeY()
m_20188_()
public final int
dG()
getBlockZ()
method_31479()
getBlockZ()
m_146907_()
public final double
dH()
getZ()
method_23321()
getZ()
m_20189_()
public double
f(double arg0)
getZ(double arg0)
method_23324(double arg0)
offsetZ(double widthScale)
m_20246_(double arg0)
public double
g(double arg0)
getRandomZ(double arg0)
method_23325(double arg0)
getParticleZ(double widthScale)
m_20262_(double arg0)
public final void
o(double arg0, double arg1, double arg2)
setPosRaw(double arg0, double arg1, double arg2)
method_23327(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
m_20343_(double p_20345_, double arg1, double arg2)
public void
dI()
checkDespawn()
method_5982()
checkDespawn()
m_6043_()
public Vec3
u(float arg0)
getRopeHoldPosition(float arg0)
method_30951(float arg0)
getLeashPos(float delta)
m_7398_(float arg0)
public void
a(acs arg0)
recreateFromPacket(ClientboundAddEntityPacket arg0)
method_31471(class_2604 arg0)
onSpawnPacket(EntitySpawnS2CPacket packet)
m_141965_(C_5032_ arg0)
public ItemStack
dJ()
getPickResult()
method_31480()
getPickBlockStack()
m_142340_()
public void
q(boolean arg0)
setIsInPowderSnow(boolean arg0)
method_32319(boolean arg0)
setInPowderSnow(boolean inPowderSnow)
m_146924_(boolean arg0)
public boolean
dK()
canFreeze()
method_32316()
canFreeze()
m_142079_()
public boolean
dL()
isFreezing()
method_40071()
shouldEscapePowderSnow()
m_203117_()
public float
dM()
getYRot()
method_36454()
getYaw()
m_146908_()
public float
dN()
getVisualRotationYInDegrees()
method_43078()
getBodyYaw()
m_213816_()
public void
v(float arg0)
setYRot(float arg0)
method_36456(float arg0)
setYaw(float yaw)
m_146922_(float arg0)
public float
dO()
getXRot()
method_36455()
getPitch()
m_146909_()
public void
w(float arg0)
setXRot(float arg0)
method_36457(float arg0)
setPitch(float pitch)
m_146926_(float arg0)
public boolean
dP()
canSprint()
method_48155()
canSprintAsVehicle()
m_264410_()
public float
dQ()
maxUpStep()
method_49476()
getStepHeight()
m_274421_()
public void
b_(bvk arg0)
onExplosionHit(Entity arg0)
method_56918(class_1297 arg0)
onExplodedBy(Entity entity)
m_8061_(C_507_ arg0)
public final boolean
dR()
isRemoved()
method_31481()
isRemoved()
m_213877_()
public Entity$RemovalReason
dS()
getRemovalReason()
method_35049()
getRemovalReason()
m_146911_()
public final void
c(bvk$d arg0)
setRemoved(Entity$RemovalReason arg0)
method_31745(class_1297$class_5529 arg0)
setRemoved(Entity$RemovalReason arg0)
m_142467_(C_507_$C_141065_ arg0)
protected void
dT()
unsetRemoved()
method_31482()
unsetRemoved()
m_146912_()
public void
a(ebz arg0)
setLevelCallback(EntityInLevelCallback arg0)
method_31744(class_5569 arg0)
setChangeListener(EntityChangeListener arg0)
m_141960_(C_141280_ arg0)
public boolean
dU()
shouldBeSaved()
method_31746()
shouldSave()
m_142391_()
public boolean
dV()
isAlwaysTicking()
method_31747()
isPlayer()
m_142389_()
public boolean
c(ash arg0, jh arg1)
mayInteract(ServerLevel arg0, BlockPos arg1)
method_36971(class_3218 arg0, class_2338 arg1)
canModifyAt(ServerWorld world, BlockPos pos)
m_142265_(C_12_ p_146844_, C_4675_ arg1)
public Level
dW()
level()
method_37908()
getWorld()
m_9236_()
protected void
a(dhi arg0)
setLevel(Level arg0)
method_51502(class_1937 arg0)
setWorld(World world)
m_284535_(C_1596_ arg0)
public DamageSources
dX()
damageSources()
method_48923()
getDamageSources()
m_269291_()
public RegistryAccess
dY()
registryAccess()
method_56673()
getRegistryManager()
m_321891_()
protected void
a(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
lerpPositionAndRotationStep(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
method_52532(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
lerpPosAndRotation(int step, double x, double y, double z, double yaw, double pitch)
m_293725_(int p_297490_, double p_300716_, double p_300659_, double arg3, double arg4, double arg5)
public RandomSource
dZ()
getRandom()
method_59922()
getRandom()
m_339477_()
public Vec3
ah()
getKnownMovement()
method_60478()
getMovement()
m_339221_()
public ItemStack
ea()
getWeaponItem()
method_59958()
getWeaponStack()
m_338776_()
public Optional<ResourceKey<LootTable>>
eb()
getLootTable()
method_5991()
getLootTableKey()
m_21517_()