| public boolean |
|
| public int |
| getTeamColor() |
| method_22861() |
| getTeamColorValue() |
|
| public boolean |
| isSpectator() |
| method_7325() |
| isSpectator() |
|
| public boolean |
| canInteractWithLevel() |
| method_73187() |
| isInteractable() |
|
| public final void |
| unRide() |
| method_18375() |
| detach() |
|
| public void |
| syncPacketPositionCodec(double x, double y, double z) |
| method_43391(double arg0, double arg1, double arg2) |
| updateTrackedPosition(double x, double y, double z) |
|
| public TrackedPosition |
| getPositionCodec() |
| method_43389() |
| getTrackedPosition() |
|
| public EntityType<?> |
| getType() |
| method_5864() |
| getType() |
|
| public RegistryEntry<EntityType<?>> |
| typeHolder() |
| method_40180() |
| getRegistryEntry() |
|
| public boolean |
| getRequiresPrecisePosition() |
| method_70667() |
| shouldAlwaysSyncAbsolute() |
|
| public void |
| setRequiresPrecisePosition(boolean requiresPrecisePosition) |
| method_70669(boolean arg0) |
| setAlwaysSyncAbsolute(boolean alwaysSyncAbsolute) |
|
| public int |
| getId() |
| method_5628() |
| getId() |
|
| public void |
| setId(int id) |
| method_5838(int arg0) |
| setId(int id) |
|
| public Set<String> |
| entityTags() |
| method_5752() |
| getCommandTags() |
|
| public boolean |
|
| public boolean |
|
| public void |
|
| public final void |
| discard() |
| method_31472() |
| discard() |
|
| protected abstract void |
|
| public DataTracker |
| getEntityData() |
| method_5841() |
| getDataTracker() |
|
| public void |
|
| public void |
| onClientRemoval() |
| method_36209() |
| onRemoved() |
|
| public void |
|
| public void |
|
| public EntityPose |
| getPose() |
| method_18376() |
| getPose() |
|
| public boolean |
|
| public boolean |
| closerThan(Entity other, double distance) |
| method_24516(class_1297 arg0, double arg1) |
| isInRange(Entity entity, double radius) |
|
| public boolean |
| closerThan(Entity other, double distanceXZ, double distanceY) |
| method_43259(class_1297 arg0, double arg1, double arg2) |
| isInRange(Entity entity, double horizontalRadius, double verticalRadius) |
|
| protected void |
| setRot(float yRot, float xRot) |
| method_5710(float arg0, float arg1) |
| setRotation(float yaw, float pitch) |
|
| public final void |
|
| public void |
| setPos(double x, double y, double z) |
| method_5814(double arg0, double arg1, double arg2) |
| setPosition(double x, double y, double z) |
|
| protected final Box |
| makeBoundingBox() |
| method_33332() |
| calculateBoundingBox() |
|
| protected Box |
| makeBoundingBox(Vec3 position) |
| method_65341(class_243 arg0) |
| calculateDefaultBoundingBox(Vec3d pos) |
|
| protected void |
| reapplyPosition() |
| method_23311() |
| refreshPosition() |
|
| public void |
| turn(double xo, double yo) |
| method_5872(double arg0, double arg1) |
| changeLookDirection(double cursorDeltaX, double cursorDeltaY) |
|
| public void |
| updateDataBeforeSync() |
| method_75725() |
| beforePacketsSent() |
|
| public void |
| tick() |
| method_5773() |
| tick() |
|
| public void |
| baseTick() |
| method_5670() |
| baseTick() |
|
| protected void |
| computeSpeed() |
| method_76440() |
| tickLastPos() |
|
| public void |
| setSharedFlagOnFire(boolean value) |
| method_33572(boolean arg0) |
| setOnFire(boolean onFire) |
|
| public void |
| checkBelowWorld() |
| method_31473() |
| attemptTickInVoid() |
|
| public void |
| setPortalCooldown() |
| method_30229() |
| resetPortalCooldown() |
|
| public void |
| setPortalCooldown(int portalCooldown) |
| method_51850(int arg0) |
| setPortalCooldown(int portalCooldown) |
|
| public int |
| getPortalCooldown() |
| method_51848() |
| getPortalCooldown() |
|
| public boolean |
| isOnPortalCooldown() |
| method_30230() |
| hasPortalCooldown() |
|
| protected void |
| processPortalCooldown() |
| method_5760() |
| tickPortalCooldown() |
|
| public void |
| lavaIgnite() |
| method_67633() |
| igniteByLava() |
|
| public void |
| lavaHurt() |
| method_5730() |
| setOnFireFromLava() |
|
| protected boolean |
| shouldPlayLavaHurtSound() |
| method_64270() |
| shouldPlayBurnSoundInLava() |
|
| public final void |
| igniteForSeconds(float numberOfSeconds) |
| method_5639(float arg0) |
| setOnFireFor(float seconds) |
|
| public void |
| igniteForTicks(int numberOfTicks) |
| method_56073(int arg0) |
| setOnFireForTicks(int ticks) |
|
| public void |
| setRemainingFireTicks(int remainingTicks) |
| method_20803(int arg0) |
| setFireTicks(int fireTicks) |
|
| public int |
| getRemainingFireTicks() |
| method_20802() |
| getFireTicks() |
|
| public void |
| clearFire() |
| method_5646() |
| extinguish() |
|
| protected void |
| onBelowWorld() |
| method_5825() |
| tickInVoid() |
|
| public boolean |
| isFree(double xa, double ya, double za) |
| method_5654(double arg0, double arg1, double arg2) |
| doesNotCollide(double offsetX, double offsetY, double offsetZ) |
|
| private boolean |
|
| public void |
| setOnGround(boolean onGround) |
| method_24830(boolean arg0) |
| setOnGround(boolean onGround) |
|
| public void |
| setOnGroundWithMovement(boolean onGround, Vec3 movement) |
| method_65342(boolean arg0, class_243 arg1) |
| setMovement(boolean onGround, Vec3d movement) |
|
| public void |
| setOnGroundWithMovement(boolean onGround, boolean horizontalCollision, Vec3 movement) |
| method_60607(boolean arg0, boolean arg1, class_243 arg2) |
| setMovement(boolean onGround, boolean horizontalCollision, Vec3d movement) |
|
| public boolean |
|
| protected void |
| checkSupportingBlock(boolean onGround, Vec3 movement) |
| method_51703(boolean arg0, class_243 arg1) |
| updateSupportingBlockPos(boolean onGround, Vec3d movement) |
|
| public boolean |
| onGround() |
| method_24828() |
| isOnGround() |
|
| public void |
|
| private void |
| restituteMovementAfterCollisions(BlockState effectState, boolean xCollision, boolean zCollision, Vec3 movement) |
| method_1_3985(class_2680 arg0, boolean arg1, boolean arg2, class_243 arg3) |
| processBounces(BlockState landingBlockState, boolean changedX, boolean changedZ, Vec3d movement) |
|
| private double |
|
| protected double |
| getEntityBounciness() |
| method_1_3983() |
| getBounciness() |
|
| protected double |
| getEffectiveGravity() |
| method_61426() |
| getEffectiveGravity() |
|
| protected boolean |
| omnidirectionalAirMover() |
| method_1_3984() |
| flutters() |
|
| private void |
|
| protected void |
| applyEffectsFromBlocks() |
| method_61409() |
| tickBlockCollision() |
|
| protected void |
| applyEffectsFromBlocksForLastMovements() |
| method_1_3098() |
| tickCurrentlyCheckedCollisions() |
|
| private void |
|
| public void |
| removeLatestMovementRecording() |
| method_68259() |
| popQueuedCollisionCheck() |
|
| protected void |
| clearMovementThisTick() |
| method_71965() |
| clearQueuedCollisionChecks() |
|
| public boolean |
| hasMovedHorizontallyRecently() |
| method_76798() |
| isMovingHorizontally() |
|
| public void |
|
| private void |
|
| protected boolean |
| isAffectedByBlocks() |
| method_61410() |
| shouldTickBlockCollision() |
|
| private boolean |
|
| private boolean |
| vibrationAndSoundEffectsFromBlock(BlockPos pos, BlockState blockState, boolean shouldSound, boolean shouldVibrate, Vec3 clippedMovement) |
| 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) |
|
| protected boolean |
| isHorizontalCollisionMinor(Vec3 movement) |
| method_39759(class_243 arg0) |
| hasCollidedSoftly(Vec3d adjustedMovement) |
|
| protected void |
| playEntityOnFireExtinguishedSound() |
| method_36975() |
| playExtinguishSound() |
|
| public void |
| extinguishFire() |
| method_46395() |
| extinguishWithSound() |
|
| protected void |
| processFlappingMovement() |
| method_33573() |
| addAirTravelEffects() |
|
| public BlockPos |
| getOnPosLegacy() |
| method_43260() |
| getLandingPos() |
|
| public BlockPos |
| getBlockPosBelowThatAffectsMyMovement() |
| method_23314() |
| getVelocityAffectingPos() |
|
| public BlockPos |
| getOnPos() |
| method_23312() |
| getSteppingPos() |
|
| protected BlockPos |
| getOnPos(float offset) |
| method_43258(float arg0) |
| getPosWithYOffset(float offset) |
|
| protected float |
| getBlockJumpFactor() |
| method_23313() |
| getJumpVelocityMultiplier() |
|
| protected float |
| getBlockSpeedFactor() |
| method_23326() |
| getVelocityMultiplier() |
|
| protected Vec3d |
|
| protected Vec3d |
| limitPistonMovement(Vec3 vec) |
| method_18794(class_243 arg0) |
| adjustMovementForPiston(Vec3d movement) |
|
| private double |
|
| public double |
| getAvailableSpaceBelow(double maxDistance) |
| method_74657(double arg0) |
| calcDistanceFromBottomCollision(double checkedDistance) |
|
| private Vec3d |
| collide(Vec3 movement) |
| method_17835(class_243 arg0) |
| adjustMovementForCollisions(Vec3d movement) |
|
| private static float[] |
| collectCandidateStepUpHeights(AABB boundingBox, List<VoxelShape> colliders, float maxStepHeight, float stepHeightToSkip) |
| method_59921(class_238 arg0, List<class_265> arg1, float arg2, float arg3) |
| collectStepHeights(Box collisionBox, List<VoxelShape> collisions, float stepHeight, float movementY) |
|
| public static Vec3d |
| collideBoundingBox(Entity source, Vec3 movement, AABB boundingBox, Level level, List<VoxelShape> entityColliders) |
| 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) |
|
| public static Vec3d |
| collideBoundingBox(CollisionContext source, Vec3 movement, AABB boundingBox, Level level, List<VoxelShape> entityColliders) |
| method_1_5483(class_3726 arg0, class_243 arg1, class_238 arg2, class_1937 arg3, List<class_265> arg4) |
| adjustMovementForCollisions(ShapeContext shapeContext, Vec3d movement, Box boundingBox, World world, List<VoxelShape> additionalCollisions) |
|
| public static List<VoxelShape> |
|
| private static List<VoxelShape> |
|
| private static List<VoxelShape> |
|
| private static Vec3d |
|
| protected float |
| nextStep() |
| method_5867() |
| calculateNextStepSoundDistance() |
|
| protected SoundEvent |
| getSwimSound() |
| method_5737() |
| getSwimSound() |
|
| protected SoundEvent |
| getSwimSplashSound() |
| method_5625() |
| getSplashSound() |
|
| protected SoundEvent |
| getSwimHighSpeedSplashSound() |
| method_5672() |
| getHighSpeedSplashSound() |
|
| private void |
|
| private int |
| checkInsideBlocks(Vec3 from, Vec3 to, InsideBlockEffectApplier$StepBasedCollector effectCollector, it.unimi.dsi.fastutil.longs.LongSet visitedBlocks, int maxMovementIterations) |
| method_72084(class_243 arg0, class_243 arg1, class_10774$class_10775 arg2, it.unimi.dsi.fastutil.longs.LongSet arg3, int arg4) |
| checkBlockCollision(Vec3d from, Vec3d to, EntityCollisionHandler$Impl collisionHandler, it.unimi.dsi.fastutil.longs.LongSet collidedBlockPositions, int minVersion) |
|
| private void |
|
| public boolean |
|
| public boolean |
|
| protected void |
|
| public BlockPos |
|
| public void |
|
| public void |
|
| private void |
|
| protected void |
| waterSwimSound() |
| method_51295() |
| playSwimSound() |
|
| protected BlockPos |
|
| protected void |
|
| protected void |
|
| protected void |
|
| private boolean |
|
| private void |
| playAmethystStepSound() |
| method_37215() |
| playAmethystChimeSound() |
|
| protected void |
| playSwimSound(float volume) |
| method_5734(float arg0) |
| playSwimSound(float volume) |
|
| protected void |
| onFlap() |
| method_5801() |
| addFlapEffects() |
|
| protected boolean |
| isFlapping() |
| method_5776() |
| isFlappingWings() |
|
| public void |
| playSound(SoundEvent sound, float volume, float pitch) |
| method_5783(class_3414 arg0, float arg1, float arg2) |
| playSound(SoundEvent sound, float volume, float pitch) |
|
| public void |
|
| public boolean |
| isSilent() |
| method_5701() |
| isSilent() |
|
| public void |
| setSilent(boolean silent) |
| method_5803(boolean arg0) |
| setSilent(boolean silent) |
|
| public boolean |
| isNoGravity() |
| method_5740() |
| hasNoGravity() |
|
| public void |
| setNoGravity(boolean noGravity) |
| method_5875(boolean arg0) |
| setNoGravity(boolean noGravity) |
|
| protected double |
| getDefaultGravity() |
| method_7490() |
| getGravity() |
|
| public final double |
| getGravity() |
| method_56989() |
| getFinalGravity() |
|
| protected void |
| applyGravity() |
| method_56990() |
| applyGravity() |
|
| protected float |
| getAirDrag() |
| method_1_5399() |
| getAirDragModifier() |
|
| protected Entity$MoveEffect |
| getMovementEmission() |
| method_33570() |
| getMoveEffect() |
|
| public boolean |
| dampensVibrations() |
| method_33189() |
| occludeVibrationSignals() |
|
| public final void |
| doCheckFallDamage(double xa, double ya, double za, boolean onGround) |
| method_65942(double arg0, double arg1, double arg2, boolean arg3) |
| handleFall(double xDifference, double yDifference, double zDifference, boolean onGround) |
|
| protected void |
|
| public boolean |
| fireImmune() |
| method_5753() |
| isFireImmune() |
|
| public boolean |
| causeFallDamage(double fallDistance, float damageModifier, DamageSource damageSource) |
| method_5747(double arg0, float arg1, class_1282 arg2) |
| handleFallDamage(double fallDistance, float damagePerDistance, DamageSource damageSource) |
|
| protected void |
| propagateFallToPassengers(double fallDistance, float damageModifier, DamageSource damageSource) |
| method_67345(double arg0, float arg1, class_1282 arg2) |
| handleFallDamageForPassengers(double fallDistance, float damagePerDistance, DamageSource damageSource) |
|
| public boolean |
| isInWater() |
| method_5799() |
| isTouchingWater() |
|
| private boolean |
| isInRain() |
| method_5778() |
| isBeingRainedOn() |
|
| public boolean |
| isInWaterOrRain() |
| method_5721() |
| isTouchingWaterOrRain() |
|
| public boolean |
| isInLiquid() |
| method_52535() |
| isInFluid() |
|
| public boolean |
| isUnderWater() |
| method_5869() |
| isSubmergedInWater() |
|
| public boolean |
| isInShallowWater() |
| method_74016() |
| isPartlyTouchingWater() |
|
| public boolean |
| isInClouds() |
| method_70668() |
| isAtCloudHeight() |
|
| public void |
| updateSwimming() |
| method_5790() |
| updateSwimming() |
|
| protected boolean |
| updateFluidInteraction() |
| method_5876() |
| updateFluidState() |
|
| protected void |
| doWaterSplashEffect() |
| method_5746() |
| onSwimmingStart() |
|
| protected BlockState |
| getBlockStateOnLegacy() |
| method_43261() |
| getLandingBlockState() |
|
| public BlockState |
| getBlockStateOn() |
| method_25936() |
| getSteppingBlockState() |
|
| public boolean |
| canSpawnSprintParticle() |
| method_27298() |
| shouldSpawnSprintingParticles() |
|
| protected void |
| spawnSprintParticle() |
| method_5839() |
| spawnSprintingParticles() |
|
| public boolean |
|
| public boolean |
| isInLava() |
| method_5771() |
| isInLava() |
|
| public void |
| moveRelative(float speed, Vec3 input) |
| method_5724(float arg0, class_243 arg1) |
| updateVelocity(float speed, Vec3d movementInput) |
|
| protected static Vec3d |
| getInputVector(Vec3 input, float speed, float yRot) |
| method_18795(class_243 arg0, float arg1, float arg2) |
| movementInputToVelocity(Vec3d movementInput, float speed, float yaw) |
|
| public float |
| getLightLevelDependentMagicValue() |
| method_5718() |
| getBrightnessAtEyes() |
|
| public void |
| absSnapTo(double x, double y, double z, float yRot, float xRot) |
| method_5641(double arg0, double arg1, double arg2, float arg3, float arg4) |
| updatePositionAndAngles(double x, double y, double z, float yaw, float pitch) |
|
| public void |
| absSnapRotationTo(float yRot, float xRot) |
| method_60608(float arg0, float arg1) |
| setAngles(float yaw, float pitch) |
|
| public void |
| absSnapTo(double x, double y, double z) |
| method_30634(double arg0, double arg1, double arg2) |
| updatePosition(double x, double y, double z) |
|
| public void |
|
| public void |
| snapTo(double x, double y, double z) |
| method_24203(double arg0, double arg1, double arg2) |
| refreshPositionAfterTeleport(double x, double y, double z) |
|
| public void |
| snapTo(BlockPos spawnPos, float yRot, float xRot) |
| method_5725(class_2338 arg0, float arg1, float arg2) |
| refreshPositionAndAngles(BlockPos pos, float yaw, float pitch) |
|
| public void |
| snapTo(Vec3 spawnPos, float yRot, float xRot) |
| method_60949(class_243 arg0, float arg1, float arg2) |
| refreshPositionAndAngles(Vec3d pos, float yaw, float pitch) |
|
| public void |
| snapTo(double x, double y, double z, float yRot, float xRot) |
| method_5808(double arg0, double arg1, double arg2, float arg3, float arg4) |
| refreshPositionAndAngles(double x, double y, double z, float yaw, float pitch) |
|
| public final void |
| setOldPosAndRot() |
| method_22862() |
| resetPosition() |
|
| public final void |
| setOldPosAndRot(Vec3 position, float yRot, float xRot) |
| method_63615(class_243 arg0, float arg1, float arg2) |
| setLastPositionAndAngles(Vec3d pos, float yaw, float pitch) |
|
| protected void |
| setOldPos() |
| method_63613() |
| updateLastPosition() |
|
| public void |
| setOldRot() |
| method_63614() |
| updateLastAngles() |
|
| private void |
|
| private void |
| setOldRot(float yRot, float xRot) |
| method_63617(float arg0, float arg1) |
| setLastAngles(float lastYaw, float lastPitch) |
|
| public final Vec3d |
| oldPosition() |
| method_61411() |
| getLastRenderPos() |
|
| public float |
|
| public double |
| distanceToSqr(double x2, double y2, double z2) |
| method_5649(double arg0, double arg1, double arg2) |
| squaredDistanceTo(double x, double y, double z) |
|
| public double |
|
| public double |
|
| public void |
|
| public void |
|
| public void |
|
| public void |
| push(double xa, double ya, double za) |
| method_5762(double arg0, double arg1, double arg2) |
| addVelocity(double deltaX, double deltaY, double deltaZ) |
|
| protected void |
| markHurt() |
| method_5785() |
| scheduleVelocityUpdate() |
|
| public final void |
|
| public final boolean |
|
| public abstract boolean |
|
| public boolean |
|
| public final Vec3d |
| getViewVector(float a) |
| method_5828(float arg0) |
| getRotationVec(float tickProgress) |
|
| public Direction |
| getNearestViewDirection() |
| method_58149() |
| getFacing() |
|
| public float |
| getViewXRot(float a) |
| method_5695(float arg0) |
| getPitch(float tickProgress) |
|
| public float |
| getViewYRot(float a) |
| method_5705(float arg0) |
| getYaw(float tickProgress) |
|
| public float |
| getXRot(float partialTicks) |
| method_61414(float arg0) |
| getLerpedPitch(float tickProgress) |
|
| public float |
| getYRot(float partialTicks) |
| method_61415(float arg0) |
| getLerpedYaw(float tickProgress) |
|
| public final Vec3d |
| calculateViewVector(float xRot, float yRot) |
| method_5631(float arg0, float arg1) |
| getRotationVector(float pitch, float yaw) |
|
| public final Vec3d |
| getUpVector(float a) |
| method_18864(float arg0) |
| getOppositeRotationVector(float tickProgress) |
|
| protected final Vec3d |
| calculateUpVector(float xRot, float yRot) |
| method_18863(float arg0, float arg1) |
| getOppositeRotationVector(float pitch, float yaw) |
|
| public final Vec3d |
| getEyePosition() |
| method_33571() |
| getEyePos() |
|
| public final Vec3d |
| getEyePosition(float partialTickTime) |
| method_5836(float arg0) |
| getCameraPosVec(float tickProgress) |
|
| public Vec3d |
| getLightProbePosition(float partialTickTime) |
| method_31166(float arg0) |
| getClientCameraPosVec(float tickProgress) |
|
| public final Vec3d |
| getPosition(float partialTickTime) |
| method_30950(float arg0) |
| getLerpedPos(float deltaTicks) |
|
| public HitResult |
| pick(double range, float a, boolean withLiquids) |
| method_5745(double arg0, float arg1, boolean arg2) |
| raycast(double maxDistance, float tickProgress, boolean includeFluids) |
|
| public boolean |
| canBeHitByProjectile() |
| method_49108() |
| canBeHitByProjectile() |
|
| public boolean |
| isPickable() |
| method_5863() |
| canHit() |
|
| public boolean |
| canBePickedFromInside() |
| method_1_6424() |
| obstructsTargetingFromInside() |
|
| public boolean |
| isPushable() |
| method_5810() |
| isPushable() |
|
| public void |
|
| public boolean |
| shouldRender(double camX, double camY, double camZ) |
| method_5727(double arg0, double arg1, double arg2) |
| shouldRender(double cameraX, double cameraY, double cameraZ) |
|
| public boolean |
| shouldRenderAtSqrDistance(double distance) |
| method_5640(double arg0) |
| shouldRender(double distance) |
|
| public boolean |
|
| public boolean |
|
| public void |
|
| public void |
|
| protected boolean |
| repositionEntityAfterLoad() |
| method_5638() |
| shouldSetPositionOnLoad() |
|
| protected final String |
| getEncodeId() |
| method_5653() |
| getSavedEntityId() |
|
| protected abstract void |
|
| protected abstract void |
|
| public ItemEntity |
|
| public ItemEntity |
|
| public ItemEntity |
|
| public ItemEntity |
|
| public boolean |
| isAlive() |
| method_5805() |
| isAlive() |
|
| public boolean |
| isInWall() |
| method_5757() |
| isInsideWall() |
|
| public ActionResult |
|
| public boolean |
|
| public boolean |
|
| public boolean |
|
| public boolean |
|
| public void |
| rideTick() |
| method_5842() |
| tickRiding() |
|
| public final void |
|
| protected void |
|
| public void |
|
| public Vec3d |
| getVehicleAttachmentPoint(Entity vehicle) |
| method_55668(class_1297 arg0) |
| getVehicleAttachmentPos(Entity vehicle) |
|
| public Vec3d |
| getPassengerRidingPosition(Entity passenger) |
| method_52538(class_1297 arg0) |
| getPassengerRidingPos(Entity passenger) |
|
| protected Vec3d |
|
| protected static Vec3d |
|
| public final boolean |
|
| public boolean |
| showVehicleHealth() |
| method_5709() |
| isLiving() |
|
| public boolean |
| startRiding(Entity entityToRide, boolean force, boolean sendEventAndTriggers) |
| method_5873(class_1297 arg0, boolean arg1, boolean arg2) |
| startRiding(Entity entity, boolean force, boolean emitEvent) |
|
| protected boolean |
|
| public void |
| ejectPassengers() |
| method_5772() |
| removeAllPassengers() |
|
| public void |
| removeVehicle() |
| method_29239() |
| dismountVehicle() |
|
| public void |
| stopRiding() |
| method_5848() |
| stopRiding() |
|
| protected void |
|
| protected void |
|
| protected boolean |
|
| protected boolean |
| couldAcceptPassenger() |
| method_48921() |
| couldAcceptPassenger() |
|
| public final boolean |
| isInterpolating() |
| method_66245() |
| isInterpolating() |
|
| public final void |
| moveOrInterpolateTo(Vec3 position, float yRot, float xRot) |
| method_66246(class_243 arg0, float arg1, float arg2) |
| updateTrackedPositionAndAngles(Vec3d position, float yaw, float tch) |
|
| public final void |
| moveOrInterpolateTo(float yRot, float xRot) |
| method_73094(float arg0, float arg1) |
| updateTrackedAngles(float yaw, float itch) |
|
| public final void |
| moveOrInterpolateTo(Vec3 position) |
| method_73095(class_243 arg0) |
| updateTrackedPosition(Vec3d position) |
|
| public final void |
|
| public PositionInterpolator |
| getInterpolation() |
| method_66233() |
| getInterpolator() |
|
| public void |
| lerpHeadTo(float yRot, int steps) |
| method_5683(float arg0, int arg1) |
| updateTrackedHeadRotation(float yaw, int interpolationSteps) |
|
| public float |
| getPickRadius() |
| method_5871() |
| getTargetingMargin() |
|
| public Vec3d |
| getLookAngle() |
| method_5720() |
| getRotationVector() |
|
| public Vec3d |
| getHeadLookAngle() |
| method_75117() |
| getHeadRotationVector() |
|
| public Vec3d |
| getHandHoldingItemAngle(Item item) |
| method_40123(class_1792 arg0) |
| getHandPosOffset(Item item) |
|
| public Vec2f |
| getRotationVector() |
| method_5802() |
| getRotationClient() |
|
| public Vec3d |
| getForward() |
| method_5663() |
| getRotationVecClient() |
|
| public void |
|
| protected void |
| handlePortal() |
| method_60698() |
| tickPortalTeleportation() |
|
| public int |
| getDimensionChangingDelay() |
| method_5806() |
| getDefaultPortalCooldown() |
|
| public void |
| lerpMotion(Vec3 movement) |
| method_5750(class_243 arg0) |
| setVelocityClient(Vec3d clientVelocity) |
|
| public void |
|
| public void |
| handleEntityEvent(byte id) |
| method_5711(byte arg0) |
| handleStatus(byte status) |
|
| public void |
| animateHurt(float direction) |
| method_5879(float arg0) |
| animateDamage(float yaw) |
|
| public boolean |
| isOnFire() |
| method_5809() |
| isOnFire() |
|
| public boolean |
| isPassenger() |
| method_5765() |
| hasVehicle() |
|
| public boolean |
| isVehicle() |
| method_5782() |
| hasPassengers() |
|
| public boolean |
| dismountsUnderwater() |
| method_49693() |
| shouldDismountUnderwater() |
|
| public boolean |
| canControlVehicle() |
| method_52534() |
| shouldControlVehicles() |
|
| public void |
| setShiftKeyDown(boolean shiftKeyDown) |
| method_5660(boolean arg0) |
| setSneaking(boolean sneaking) |
|
| public boolean |
| isShiftKeyDown() |
| method_5715() |
| isSneaking() |
|
| public boolean |
| isSteppingCarefully() |
| method_21749() |
| bypassesSteppingEffects() |
|
| public boolean |
| isSuppressingBounce() |
| method_21750() |
| bypassesLandingEffects() |
|
| public boolean |
| isDiscrete() |
| method_21751() |
| isSneaky() |
|
| public boolean |
| isDescending() |
| method_21752() |
| isDescending() |
|
| public boolean |
| isCrouching() |
| method_18276() |
| isInSneakingPose() |
|
| public boolean |
| isSprinting() |
| method_5624() |
| isSprinting() |
|
| public void |
| setSprinting(boolean isSprinting) |
| method_5728(boolean arg0) |
| setSprinting(boolean sprinting) |
|
| public boolean |
| isSwimming() |
| method_5681() |
| isSwimming() |
|
| public boolean |
| isVisuallySwimming() |
| method_20232() |
| isInSwimmingPose() |
|
| public boolean |
| isVisuallyCrawling() |
| method_20448() |
| isCrawling() |
|
| public void |
| setSwimming(boolean swimming) |
| method_5796(boolean arg0) |
| setSwimming(boolean swimming) |
|
| public final boolean |
| hasGlowingTag() |
| method_36361() |
| isGlowingLocal() |
|
| public final void |
| setGlowingTag(boolean value) |
| method_5834(boolean arg0) |
| setGlowing(boolean glowing) |
|
| public boolean |
| isCurrentlyGlowing() |
| method_5851() |
| isGlowing() |
|
| public boolean |
| isInvisible() |
| method_5767() |
| isInvisible() |
|
| public boolean |
|
| public boolean |
| isOnRails() |
| method_52172() |
| isOnRail() |
|
| public void |
|
| public Team |
| getTeam() |
| method_5781() |
| getScoreboardTeam() |
|
| public final boolean |
|
| protected boolean |
|
| public boolean |
|
| public void |
| setInvisible(boolean invisible) |
| method_5648(boolean arg0) |
| setInvisible(boolean invisible) |
|
| protected boolean |
| getSharedFlag(int flag) |
| method_5795(int arg0) |
| getFlag(int index) |
|
| protected void |
| setSharedFlag(int flag, boolean value) |
| method_5729(int arg0, boolean arg1) |
| setFlag(int index, boolean value) |
|
| public int |
| getMaxAirSupply() |
| method_5748() |
| getMaxAir() |
|
| public int |
| getAirSupply() |
| method_5669() |
| getAir() |
|
| public void |
| setAirSupply(int supply) |
| method_5855(int arg0) |
| setAir(int air) |
|
| public void |
| clearFreeze() |
| method_67635() |
| defrost() |
|
| public int |
| getTicksFrozen() |
| method_32312() |
| getFrozenTicks() |
|
| public void |
| setTicksFrozen(int ticks) |
| method_32317(int arg0) |
| setFrozenTicks(int frozenTicks) |
|
| public float |
| getPercentFrozen() |
| method_32313() |
| getFreezingScale() |
|
| public boolean |
| isFullyFrozen() |
| method_32314() |
| isFrozen() |
|
| public int |
| getTicksRequiredToFreeze() |
| method_32315() |
| getMinFreezeDamageTicks() |
|
| public void |
|
| public void |
| onAboveBubbleColumn(boolean dragDown, BlockPos pos) |
| method_5700(boolean arg0, class_2338 arg1) |
| onBubbleColumnSurfaceCollision(boolean drag, BlockPos pos) |
|
| protected static void |
|
| protected static void |
|
| public void |
| onInsideBubbleColumn(boolean dragDown) |
| method_5764(boolean arg0) |
| onBubbleColumnCollision(boolean drag) |
|
| protected static void |
| handleOnInsideBubbleColumn(Entity entity, boolean dragDown) |
| method_67124(class_1297 arg0, boolean arg1) |
| applyBubbleColumnEffects(Entity entity, boolean drag) |
|
| public boolean |
|
| public void |
| checkFallDistanceAccumulation() |
| method_70983() |
| limitFallDistance() |
|
| public void |
| resetFallDistance() |
| method_38785() |
| onLanding() |
|
| protected void |
| moveTowardsClosestSpace(double x, double y, double z) |
| method_5632(double arg0, double arg1, double arg2) |
| pushOutOfBlocks(double x, double y, double z) |
|
| public void |
|
| private static Text |
|
| public Text |
| getName() |
| method_5477() |
| getName() |
|
| protected Text |
| getTypeName() |
| method_23315() |
| getDefaultName() |
|
| public boolean |
|
| public float |
| getYHeadRot() |
| method_5791() |
| getHeadYaw() |
|
| public void |
| setYHeadRot(float yHeadRot) |
| method_5847(float arg0) |
| setHeadYaw(float headYaw) |
|
| public void |
| setYBodyRot(float yBodyRot) |
| method_5636(float arg0) |
| setBodyYaw(float bodyYaw) |
|
| public boolean |
| isAttackable() |
| method_5732() |
| isAttackable() |
|
| public boolean |
|
| protected final boolean |
|
| public boolean |
| isInvulnerable() |
| method_5655() |
| isInvulnerable() |
|
| public boolean |
| isInvulnerableToPiercingWeapon() |
| method_1_6352() |
| isImmuneToPiercing() |
|
| public void |
| setInvulnerable(boolean invulnerable) |
| method_5684(boolean arg0) |
| setInvulnerable(boolean invulnerable) |
|
| public void |
|
| public void |
|
| public Entity |
|
| private Entity |
|
| private Entity |
|
| protected void |
|
| private TeleportTarget |
|
| private void |
|
| public void |
|
| public void |
|
| public void |
| forceSetRotation(float yRot, boolean relativeY, float xRot, boolean relativeX) |
| method_64578(float arg0, boolean arg1, float arg2, boolean arg3) |
| rotate(float yaw, boolean relativeYaw, float pitch, boolean relativePitch) |
|
| public void |
|
| protected void |
| removeAfterChangingDimensions() |
| method_30076() |
| removeFromDimension() |
|
| public Vec3d |
|
| public boolean |
| canUsePortal(boolean ignorePassenger) |
| method_5822(boolean arg0) |
| canUsePortals(boolean allowVehicles) |
|
| public boolean |
|
| public float |
| getBlockExplosionResistance(Explosion explosion, BlockGetter level, BlockPos pos, BlockState block, FluidState fluid, float resistance) |
| 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) |
|
| public boolean |
| shouldBlockExplode(Explosion explosion, BlockGetter level, BlockPos pos, BlockState state, float power) |
| 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) |
|
| public int |
| getMaxFallDistance() |
| method_5850() |
| getSafeFallDistance() |
|
| public boolean |
| isIgnoringBlockTriggers() |
| method_5696() |
| canAvoidTraps() |
|
| public void |
|
| public boolean |
| displayFireAnimation() |
| method_5862() |
| doesRenderOnFire() |
|
| public void |
| setUUID(UUID uuid) |
| method_5826(UUID arg0) |
| setUuid(UUID uuid) |
|
| public UUID |
| getUUID() |
| method_5667() |
| getUuid() |
|
| public String |
| getStringUUID() |
| method_5845() |
| getUuidAsString() |
|
| public String |
| getScoreboardName() |
| method_5820() |
| getNameForScoreboard() |
|
| public boolean |
| isPushedByFluid() |
| method_5675() |
| isPushedByFluids() |
|
| public static double |
| getViewScale() |
| method_5824() |
| getRenderDistanceMultiplier() |
|
| public static void |
| setViewScale(double viewScale) |
| method_5840(double arg0) |
| setRenderDistanceMultiplier(double value) |
|
| public Text |
| getDisplayName() |
| method_5476() |
| getDisplayName() |
|
| public void |
|
| public Text |
| getCustomName() |
| method_5797() |
| getCustomName() |
|
| public boolean |
| hasCustomName() |
| method_16914() |
| hasCustomName() |
|
| public void |
| setCustomNameVisible(boolean visible) |
| method_5880(boolean arg0) |
| setCustomNameVisible(boolean visible) |
|
| public boolean |
| isCustomNameVisible() |
| method_5807() |
| isCustomNameVisible() |
|
| public Text |
| belowNameDisplay() |
| method_74193() |
| getMannequinName() |
|
| public boolean |
| teleportTo(ServerLevel level, double x, double y, double z, Set<Relative> relatives, float newYRot, float newXRot, boolean resetCamera) |
| 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) |
|
| public void |
| dismountTo(double x, double y, double z) |
| method_33567(double arg0, double arg1, double arg2) |
| requestTeleportAndDismount(double destX, double destY, double destZ) |
|
| public void |
| teleportTo(double x, double y, double z) |
| method_5859(double arg0, double arg1, double arg2) |
| requestTeleport(double destX, double destY, double destZ) |
|
| private void |
| teleportPassengers() |
| method_49792() |
| teleportPassengers() |
|
| public void |
| teleportRelative(double dx, double dy, double dz) |
| method_45166(double arg0, double arg1, double arg2) |
| requestTeleportOffset(double offsetX, double offsetY, double offsetZ) |
|
| public boolean |
| shouldShowName() |
| method_5733() |
| shouldRenderName() |
|
| public void |
|
| public void |
|
| protected void |
| fixupDimensions() |
| method_46396() |
| reinitDimensions() |
|
| public void |
| refreshDimensions() |
| method_18382() |
| calculateDimensions() |
|
| public boolean |
|
| public Direction |
| getDirection() |
| method_5735() |
| getHorizontalFacing() |
|
| public Direction |
| getMotionDirection() |
| method_5755() |
| getMovementDirection() |
|
| protected HoverEvent |
| createHoverEvent() |
| method_5769() |
| getHoverEvent() |
|
| public boolean |
|
| public final Box |
| getBoundingBox() |
| method_5829() |
| getBoundingBox() |
|
| public final void |
| setBoundingBox(AABB bb) |
| method_5857(class_238 arg0) |
| setBoundingBox(Box boundingBox) |
|
| public final float |
|
| public final float |
| getEyeHeight() |
| method_5751() |
| getStandingEyeHeight() |
|
| public StackReference |
| getSlot(int slot) |
| method_32318(int arg0) |
| getStackReference(int arg0) |
|
| public boolean |
|
| public void |
|
| public void |
|
| public float |
|
| public float |
|
| public ProjectileDeflection |
|
| public LivingEntity |
| getControllingPassenger() |
| method_5642() |
| getControllingPassenger() |
|
| public final boolean |
| hasControllingPassenger() |
| method_42148() |
| hasControllingPassenger() |
|
| public final List<Entity> |
| getPassengers() |
| method_5685() |
| getPassengerList() |
|
| public Entity |
| getFirstPassenger() |
| method_31483() |
| getFirstPassenger() |
|
| public boolean |
|
| public boolean |
|
| private Stream<Entity> |
| getIndirectPassengersStream() |
| method_31484() |
| streamIntoPassengers() |
|
| public Stream<Entity> |
| getSelfAndPassengers() |
| method_24204() |
| streamSelfAndPassengers() |
|
| public Stream<Entity> |
| getPassengersAndSelf() |
| method_31748() |
| streamPassengersAndSelf() |
|
| public Iterable<Entity> |
| getIndirectPassengers() |
| method_5736() |
| getPassengersDeep() |
|
| public int |
| countPlayerPassengers() |
| method_54757() |
| getPlayerPassengers() |
|
| public boolean |
| hasExactlyOnePlayerPassenger() |
| method_5817() |
| hasPlayerRider() |
|
| public Entity |
| getRootVehicle() |
| method_5668() |
| getRootVehicle() |
|
| public boolean |
|
| public boolean |
|
| public final boolean |
| isLocalInstanceAuthoritative() |
| method_66247() |
| isLogicalSideForUpdatingMovement() |
|
| protected boolean |
| isLocalClientAuthoritative() |
| method_66248() |
| isControlledByMainPlayer() |
|
| public boolean |
| isClientAuthoritative() |
| method_65038() |
| isControlledByPlayer() |
|
| public boolean |
| canSimulateMovement() |
| method_66249() |
| canMoveVoluntarily() |
|
| public boolean |
| isEffectiveAi() |
| method_6034() |
| canActVoluntarily() |
|
| protected static Vec3d |
| getCollisionHorizontalEscapeVector(double colliderWidth, double collidingWidth, float directionDegrees) |
| method_24826(double arg0, double arg1, float arg2) |
| getPassengerDismountOffset(double vehicleWidth, double passengerWidth, float passengerYaw) |
|
| public Vec3d |
|
| public Entity |
| getVehicle() |
| method_5854() |
| getVehicle() |
|
| public Entity |
| getControlledVehicle() |
| method_49694() |
| getControllingVehicle() |
|
| public PistonBehavior |
| getPistonPushReaction() |
| method_5657() |
| getPistonBehavior() |
|
| public SoundCategory |
| getSoundSource() |
| method_5634() |
| getSoundCategory() |
|
| protected int |
| getFireImmuneTicks() |
| method_5676() |
| getBurningDuration() |
|
| public ServerCommandSource |
|
| public void |
|
| public float |
| getPreciseBodyRotation(float partial) |
| method_60951(float arg0) |
| lerpYaw(float tickProgress) |
|
| public boolean |
| touchingUnloadedChunk() |
| method_33724() |
| isRegionUnloaded() |
|
| public double |
|
| public double |
| getFluidJumpThreshold() |
| method_29241() |
| getSwimHeight() |
|
| public final float |
| getBbWidth() |
| method_17681() |
| getWidth() |
|
| public final float |
| getBbHeight() |
| method_17682() |
| getHeight() |
|
| public Packet<ClientPlayPacketListener> |
|
| public EntityDimensions |
|
| public final EntityAttachments |
| getAttachments() |
| method_56072() |
| getAttachments() |
|
| public Vec3d |
| position() |
| method_73189() |
| getEntityPos() |
|
| public Vec3d |
| trackingPosition() |
| method_43390() |
| getSyncedPos() |
|
| public BlockPos |
| blockPosition() |
| method_24515() |
| getBlockPos() |
|
| public BlockState |
| getInBlockState() |
| method_55667() |
| getBlockStateAtPos() |
|
| public ChunkPos |
| chunkPosition() |
| method_31476() |
| getChunkPos() |
|
| public Vec3d |
| getDeltaMovement() |
| method_18798() |
| getVelocity() |
|
| public void |
| setDeltaMovement(Vec3 deltaMovement) |
| method_18799(class_243 arg0) |
| setVelocity(Vec3d velocity) |
|
| public void |
| addDeltaMovement(Vec3 momentum) |
| method_45319(class_243 arg0) |
| addVelocityInternal(Vec3d velocity) |
|
| public void |
| setDeltaMovement(double xd, double yd, double zd) |
| method_18800(double arg0, double arg1, double arg2) |
| setVelocity(double x, double y, double z) |
|
| public final int |
| getBlockX() |
| method_31477() |
| getBlockX() |
|
| public final double |
| getX() |
| method_23317() |
| getX() |
|
| public double |
| getX(double progress) |
| method_23316(double arg0) |
| getBodyX(double widthScale) |
|
| public double |
| getRandomX(double spread) |
| method_23322(double arg0) |
| getParticleX(double widthScale) |
|
| public final int |
| getBlockY() |
| method_31478() |
| getBlockY() |
|
| public final double |
| getY() |
| method_23318() |
| getY() |
|
| public double |
| getY(double progress) |
| method_23323(double arg0) |
| getBodyY(double heightScale) |
|
| public double |
| getRandomY(double spread) |
| method_1_2570(double arg0) |
| getRandomYAroundFeet(double heightScale) |
|
| public double |
| getRandomY() |
| method_23319() |
| getRandomBodyY() |
|
| public double |
| getEyeY() |
| method_23320() |
| getEyeY() |
|
| public final int |
| getBlockZ() |
| method_31479() |
| getBlockZ() |
|
| public final double |
| getZ() |
| method_23321() |
| getZ() |
|
| public double |
| getZ(double progress) |
| method_23324(double arg0) |
| getBodyZ(double widthScale) |
|
| public double |
| getRandomZ(double spread) |
| method_23325(double arg0) |
| getParticleZ(double widthScale) |
|
| public final void |
| setPosRaw(double x, double y, double z) |
| method_23327(double arg0, double arg1, double arg2) |
| setPos(double x, double y, double z) |
|
| public void |
| checkDespawn() |
| method_5982() |
| checkDespawn() |
|
| public Vec3d[] |
| getQuadLeashHolderOffsets() |
| method_70985() |
| getHeldQuadLeashOffsets() |
|
| public boolean |
| supportQuadLeashAsHolder() |
| method_70986() |
| hasQuadLeashAttachmentPoints() |
|
| public void |
|
| public void |
|
| public Vec3d |
| getRopeHoldPosition(float partialTickTime) |
| method_30951(float arg0) |
| getLeashPos(float tickProgress) |
|
| public void |
|
| public ItemStack |
| getPickResult() |
| method_31480() |
| getPickBlockStack() |
|
| public void |
| setIsInPowderSnow(boolean isInPowderSnow) |
| method_32319(boolean arg0) |
| setInPowderSnow(boolean inPowderSnow) |
|
| public boolean |
| canFreeze() |
| method_32316() |
| canFreeze() |
|
| public boolean |
| isFreezing() |
| method_40071() |
| shouldEscapePowderSnow() |
|
| public float |
| getYRot() |
| method_36454() |
| getYaw() |
|
| public float |
| getVisualRotationYInDegrees() |
| method_73188() |
| getBodyYaw() |
|
| public void |
| setYRot(float yRot) |
| method_36456(float arg0) |
| setYaw(float yaw) |
|
| public float |
| getXRot() |
| method_36455() |
| getPitch() |
|
| public void |
| setXRot(float xRot) |
| method_36457(float arg0) |
| setPitch(float pitch) |
|
| public boolean |
| canSprint() |
| method_48155() |
| canSprintAsVehicle() |
|
| public float |
| maxUpStep() |
| method_49476() |
| getStepHeight() |
|
| public void |
|
| public final boolean |
| isRemoved() |
| method_31481() |
| isRemoved() |
|
| public Entity$RemovalReason |
| getRemovalReason() |
| method_35049() |
| getRemovalReason() |
|
| public final void |
|
| protected void |
| unsetRemoved() |
| method_31482() |
| unsetRemoved() |
|
| public void |
|
| public boolean |
| shouldBeSaved() |
| method_31746() |
| shouldSave() |
|
| public boolean |
| isAlwaysTicking() |
| method_31747() |
| isPlayer() |
|
| public boolean |
|
| public boolean |
| isFlyingVehicle() |
| method_70987() |
| isFlyingVehicle() |
|
| public World |
| level() |
| method_73183() |
| getEntityWorld() |
|
| protected void |
|
| public DamageSources |
| damageSources() |
| method_48923() |
| getDamageSources() |
|
| public DynamicRegistryManager |
| registryAccess() |
| method_56673() |
| getRegistryManager() |
|
| protected void |
| lerpPositionAndRotationStep(int stepsToTarget, double targetX, double targetY, double targetZ, double targetYRot, double targetXRot) |
| 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) |
|
| public Random |
| getRandom() |
| method_59922() |
| getRandom() |
|
| public Vec3d |
| getKnownMovement() |
| method_60478() |
| getMovement() |
|
| public Vec3d |
| getKnownSpeed() |
| method_76333() |
| getKineticAttackMovement() |
|
| public ItemStack |
| getWeaponItem() |
| method_59958() |
| getWeaponStack() |
|
| public Optional<RegistryKey<LootTable>> |
| getLootTable() |
| method_5991() |
| getLootTableKey() |
|
| protected void |
|
| public final void |
|
| public <T> T |
|
| protected static <T> T |
|
| public <T> void |
|
| protected <T> boolean |
|
| protected <T> boolean |
|
| public ErrorReporter$Context |
| problemPath() |
| method_71370() |
| getErrorReporterContext() |
|
| public void |
|
| public Box |
| getFluidInteractionBox() |
| method_1_2465() |
| getFluidCollisionBox() |
|
| protected Box |
| modifyPassengerFluidInteractionBox(AABB passengerBox) |
| method_1_2466(class_238 arg0) |
| adjustFluidCollisionBoxOfPassenger(Box passengerBox) |
|
| private static boolean |
|
| private Iterator |
| lambda$getIndirectPassengers$0() |
| method_31485() |
| method_31485() |
|
| private static void |
|
| private Style |
|
| private String |
| lambda$fillCrashReportCategory$3() |
| method_5849() |
| method_5849() |
|
| private String |
| lambda$fillCrashReportCategory$2() |
| method_5766() |
| method_5766() |
|
| private String |
| lambda$fillCrashReportCategory$1() |
| method_5689() |
| method_5689() |
|
| private String |
| lambda$fillCrashReportCategory$0() |
| method_5761() |
| method_5761() |
|
| private void |
| lambda$moveOrInterpolateTo$1(Float arg0) |
| method_73091(Float arg0) |
| method_73091(Float pitch) |
|
| private void |
| lambda$moveOrInterpolateTo$0(Float arg0) |
| method_73093(Float arg0) |
| method_73093(Float yaw) |
|
| private static boolean |
|
| private static void |
|
| private static boolean |
|
| private static boolean |
|
| private boolean |
|
| private static IllegalStateException |
| lambda$getEncodeId$0() |
| method_1_383() |
| method_1_383() |
|
| private void |
| lambda$load$0(UUID arg0) |
| method_67634(UUID arg0) |
| method_67634(UUID uuid) |
|
| private BlockState |
|
| private boolean |
| lambda$checkInsideBlocks$0(int arg0, AtomicInteger arg1, boolean arg2, Vec3 arg3, Vec3 arg4, it.unimi.dsi.fastutil.longs.LongSet arg5, boolean arg6, AABB arg7, InsideBlockEffectApplier$StepBasedCollector arg8, BlockPos arg9, int arg10) |
| method_67632(int arg0, AtomicInteger arg1, boolean arg2, class_243 arg3, class_243 arg4, it.unimi.dsi.fastutil.longs.LongSet arg5, boolean arg6, class_238 arg7, class_10774$class_10775 arg8, class_2338 arg9, int arg10) |
| method_67632(int arg0, AtomicInteger arg1, boolean arg2, Vec3d arg3, Vec3d arg4, it.unimi.dsi.fastutil.longs.LongSet arg5, boolean arg6, Box arg7, EntityCollisionHandler$Impl arg8, BlockPos pos, int version) |
|