Uses of Class
net.minecraft.util.math.Vec3d
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
The basic AI system for Minecraft living entities.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Vec3d in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionboolean
LevitationCriterion.Conditions.matches
(ServerPlayerEntity player, Vec3d startPos, int duration) boolean
TravelCriterion.Conditions.matches
(ServerWorld world, Vec3d startPos, Vec3d endPos) boolean
TargetHitCriterion.Conditions.test
(LootContext projectileContext, Vec3d hitPos, int signalStrength) void
LevitationCriterion.trigger
(ServerPlayerEntity player, Vec3d startPos, int duration) void
TargetHitCriterion.trigger
(ServerPlayerEntity player, Entity projectile, Vec3d hitPos, int signalStrength) void
TravelCriterion.trigger
(ServerPlayerEntity player, Vec3d startPos) -
Uses of Vec3d in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final Int2ObjectMap<List<Vec3d>>
CandleBlock.CANDLES_TO_PARTICLE_OFFSETS
CandleCakeBlock.PARTICLE_OFFSETS
Modifier and TypeMethodDescriptionAbstractBlock.Offsetter.evaluate
(BlockState state, BlockView world, BlockPos pos) AbstractSignBlock.getCenter
(BlockState state) WallSignBlock.getCenter
(BlockState state) AbstractBlock.AbstractBlockState.getModelOffset
(BlockView world, BlockPos pos) Modifier and TypeMethodDescriptionRespawnAnchorBlock.findRespawnPosition
(EntityType<?> entity, CollisionView world, BlockPos pos) RespawnAnchorBlock.findRespawnPosition
(EntityType<?> entity, CollisionView world, BlockPos pos, boolean ignoreInvalidPos) BedBlock.findWakeUpPosition
(EntityType<?> type, CollisionView world, BlockPos pos, int[][] possibleOffsets, boolean ignoreInvalidPos) BedBlock.findWakeUpPosition
(EntityType<?> type, CollisionView world, BlockPos pos, Direction bedDirection, float spawnAngle) BedBlock.findWakeUpPosition
(EntityType<?> type, CollisionView world, BlockPos pos, Direction bedDirection, Direction respawnDirection) AbstractCandleBlock.getParticleOffsets
(BlockState state) CandleBlock.getParticleOffsets
(BlockState state) CandleCakeBlock.getParticleOffsets
(BlockState state) Modifier and TypeMethodDescriptionprivate void
RedstoneWireBlock.addPoweredParticles
(World world, Random random, BlockPos pos, Vec3d color, Direction direction, Direction direction2, float float2, float float3) private static int
TargetBlock.calculatePower
(BlockHitResult hitResult, Vec3d pos) private static void
AbstractCandleBlock.spawnCandleParticles
(World world, Vec3d vec3d, Random random) -
Uses of Vec3d in net.minecraft.block.entity
Modifier and TypeMethodDescriptionprivate static Vec3d
EndGatewayBlockEntity.findTeleportLocation
(ServerWorld world, BlockPos pos) Modifier and TypeMethodDescriptionprivate static void
AbstractFurnaceBlockEntity.dropExperience
(ServerWorld world, Vec3d pos, int multiplier, float experience) private static WorldChunk
AbstractFurnaceBlockEntity.getRecipesUsedAndDropExperience
(ServerWorld world, Vec3d pos) private static boolean
EndGatewayBlockEntity.isChunkEmpty
(ServerWorld world, Vec3d pos) boolean
SculkCatalystBlockEntity.Listener.listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event. -
Uses of Vec3d in net.minecraft.client
Modifier and TypeMethodDescriptionprivate void
Keyboard.copyEntity
(Identifier id, Vec3d pos, @Nullable NbtCompound nbt) -
Uses of Vec3d in net.minecraft.client.gui.hud
-
Uses of Vec3d in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate Vec3d
OtherClientPlayerEntity.clientVelocity
protected Vec3d
AbstractClientPlayerEntity.lastVelocity
(package private) final Vec3d
PendingUpdateManager.PendingUpdate.playerPos
Modifier and TypeMethodDescriptionClientPlayerEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.AbstractClientPlayerEntity.lerpVelocity
(float tickDelta) Modifier and TypeMethodDescriptionprotected boolean
ClientPlayerEntity.hasCollidedSoftly
(Vec3d adjustedMovement) void
ClientPlayerEntity.move
(MovementType movementType, Vec3d movement) ModifierConstructorDescription(package private)
PendingUpdate
(int sequence, BlockState blockState, Vec3d playerPos) -
Uses of Vec3d in net.minecraft.client.particle
ModifierConstructorDescriptionprivate
EmitterParticle
(ClientWorld world, Entity entity, ParticleEffect parameters, int maxEmitterAge, Vec3d velocity) private
ItemPickupParticle
(EntityRenderDispatcher dispatcher, BufferBuilderStorage bufferStorage, ClientWorld world, Entity itemEntity, Entity interactingEntity, Vec3d velocity) -
Uses of Vec3d in net.minecraft.client.render
Modifier and TypeFieldDescription(package private) final Vec3d
Camera.Projection.center
private Vec3d
WorldRenderer.lastCloudsColor
private Vec3d
Camera.pos
private final Vec3d
Camera.Projection.x
Half of the width (x) of the rectangle.private final Vec3d
Camera.Projection.y
Half of the height (y) of the rectangle.Modifier and TypeMethodDescriptionabstract Vec3d
DimensionEffects.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.End.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.Nether.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.Overworld.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.Camera.Projection.getBottomLeft()
Camera.Projection.getBottomRight()
Camera.getPos()
Camera.Projection.getPosition
(float factorX, float factorY) Camera.Projection.getTopLeft()
Camera.Projection.getTopRight()
private static Vec3d
WorldRenderer.method_51778
(float float2) private static Vec3d
WorldRenderer.method_51779
(float float2, float float3, float float4, float float5) Modifier and TypeMethodDescriptionabstract Vec3d
DimensionEffects.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.End.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.Nether.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.DimensionEffects.Overworld.adjustFogColor
(Vec3d color, float sunHeight) Transforms the given fog color based on the current height of the sun.private void
WorldRenderer.collectRenderableChunks
(LinkedHashSet<WorldRenderer.ChunkInfo> chunks, WorldRenderer.ChunkInfoList chunkInfoList, Vec3d cameraPos, Queue<WorldRenderer.ChunkInfo> queue, boolean chunkCullingEnabled) private BufferBuilder.BuiltBuffer
WorldRenderer.renderClouds
(BufferBuilder builder, double x, double y, double z, Vec3d color) protected void
void
WorldRenderer.setupFrustum
(MatrixStack matrices, Vec3d pos, Matrix4f projectionMatrix) -
Uses of Vec3d in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionprivate static final Vec3d
HangingSignBlockEntityRenderer.TEXT_OFFSET
private static final Vec3d
SignBlockEntityRenderer.TEXT_OFFSET
Modifier and TypeMethodDescription(package private) Vec3d
HangingSignBlockEntityRenderer.getTextOffset()
(package private) Vec3d
SignBlockEntityRenderer.getTextOffset()
Modifier and TypeMethodDescriptionboolean
BeaconBlockEntityRenderer.isInRenderDistance
(BeaconBlockEntity beaconBlockEntity, Vec3d vec3d) default boolean
BlockEntityRenderer.isInRenderDistance
(T blockEntity, Vec3d pos) private void
SignBlockEntityRenderer.setTextAngles
(MatrixStack matrices, boolean front, Vec3d translation) -
Uses of Vec3d in net.minecraft.client.render.chunk
-
Uses of Vec3d in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionprivate final Vec3d
GameEventDebugRenderer.Entry.pos
The field for thepos
record component.Modifier and TypeMethodDescriptionGameEventDebugRenderer.Entry.pos()
Returns the value of thepos
record component.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
boolean
boolean
GameEventDebugRenderer.Listener.listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event. -
Uses of Vec3d in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprivate Vec3d
GuardianEntityRenderer.fromLerpedPosition
(LivingEntity entity, double yOffset, float delta) EndermanEntityRenderer.getPositionOffset
(EndermanEntity endermanEntity, float float2) EntityRenderer.getPositionOffset
(T entity, float tickDelta) ItemFrameEntityRenderer.getPositionOffset
(T t, float float2) PlayerEntityRenderer.getPositionOffset
(AbstractClientPlayerEntity abstractClientPlayerEntity, float float2) ShulkerEntityRenderer.getPositionOffset
(ShulkerEntity shulkerEntity, float float2) -
Uses of Vec3d in net.minecraft.client.sound
Modifier and TypeMethodDescriptionstatic PositionedSoundInstance
PositionedSoundInstance.record
(SoundEvent sound, Vec3d pos) void
SoundListener.setPosition
(Vec3d position) void
Source.setPosition
(Vec3d pos) -
Uses of Vec3d in net.minecraft.client.util
Modifier and TypeMethodDescriptionprivate static Vec3d
ParticleUtil.getRandomVelocity
(Random random) Modifier and TypeMethodDescriptionstatic void
ParticleUtil.spawnParticle
(World world, BlockPos pos, Direction direction, ParticleEffect effect, Vec3d velocity, double offsetMultiplier) Modifier and TypeMethodDescriptionstatic void
ParticleUtil.spawnParticles
(World world, BlockPos pos, ParticleEffect effect, IntProvider count, Direction direction, Supplier<Vec3d> velocity, double offsetMultiplier) -
Uses of Vec3d in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientWorld.getCloudsColor
(float tickDelta) ClientWorld.getSkyColor
(Vec3d cameraPos, float tickDelta) Modifier and TypeMethodDescriptionvoid
ClientWorld.emitGameEvent
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.ClientWorld.getSkyColor
(Vec3d cameraPos, float tickDelta) void
ClientWorld.processPendingUpdate
(BlockPos pos, BlockState state, Vec3d playerPos) -
Uses of Vec3d in net.minecraft.command
Modifier and TypeFieldDescriptionstatic final BiConsumer<Vec3d,
List<? extends Entity>> EntitySelector.ARBITRARY
static final BiConsumer<Vec3d,
List<? extends Entity>> EntitySelectorReader.FURTHEST
static final BiConsumer<Vec3d,
List<? extends Entity>> EntitySelectorReader.NEAREST
EntitySelector.positionOffset
EntitySelector.positionOffset
static final BiConsumer<Vec3d,
List<? extends Entity>> EntitySelectorReader.RANDOM
private final BiConsumer<Vec3d,
List<? extends Entity>> EntitySelector.sorter
private BiConsumer<Vec3d,
List<? extends Entity>> EntitySelectorReader.sorter
Modifier and TypeMethodDescriptionBiConsumer<Vec3d,
List<? extends Entity>> EntitySelectorReader.getSorter()
Modifier and TypeMethodDescriptionprivate void
EntitySelector.appendEntitiesFromWorld
(List<Entity> entities, ServerWorld world, Vec3d pos, Predicate<Entity> predicate) EntitySelector.getEntities
(Vec3d pos, List<T> entities) EntitySelector.getPositionPredicate
(Vec3d pos) Modifier and TypeMethodDescriptionvoid
EntitySelectorReader.setSorter
(BiConsumer<Vec3d, List<? extends Entity>> sorter) ModifierConstructorDescriptionEntitySelector
(int count, boolean includesNonPlayers, boolean localWorldOnly, Predicate<Entity> basePredicate, NumberRange.FloatRange distance, Function<Vec3d, Vec3d> positionOffset, @Nullable Box box, BiConsumer<Vec3d, List<? extends Entity>> sorter, boolean senderOnly, @Nullable String playerName, @Nullable UUID uuid, @Nullable EntityType<?> type, boolean usesAt) EntitySelector
(int count, boolean includesNonPlayers, boolean localWorldOnly, Predicate<Entity> basePredicate, NumberRange.FloatRange distance, Function<Vec3d, Vec3d> positionOffset, @Nullable Box box, BiConsumer<Vec3d, List<? extends Entity>> sorter, boolean senderOnly, @Nullable String playerName, @Nullable UUID uuid, @Nullable EntityType<?> type, boolean usesAt) EntitySelector
(int count, boolean includesNonPlayers, boolean localWorldOnly, Predicate<Entity> basePredicate, NumberRange.FloatRange distance, Function<Vec3d, Vec3d> positionOffset, @Nullable Box box, BiConsumer<Vec3d, List<? extends Entity>> sorter, boolean senderOnly, @Nullable String playerName, @Nullable UUID uuid, @Nullable EntityType<?> type, boolean usesAt) -
Uses of Vec3d in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate final BiFunction<Vec3d,
Entity, Vec3d> EntityAnchorArgumentType.EntityAnchor.offset
private final BiFunction<Vec3d,
Entity, Vec3d> EntityAnchorArgumentType.EntityAnchor.offset
Modifier and TypeMethodDescriptionstatic Vec3d
Vec3ArgumentType.getVec3
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) EntityAnchorArgumentType.EntityAnchor.positionAt
(Entity entity) EntityAnchorArgumentType.EntityAnchor.positionAt
(ServerCommandSource source) DefaultPosArgument.toAbsolutePos
(ServerCommandSource source) LookingPosArgument.toAbsolutePos
(ServerCommandSource source) PosArgument.toAbsolutePos
(ServerCommandSource source) ModifierConstructorDescriptionprivate
EntityAnchor
(String id, BiFunction<Vec3d, Entity, Vec3d> offset) private
EntityAnchor
(String id, BiFunction<Vec3d, Entity, Vec3d> offset) -
Uses of Vec3d in net.minecraft.entity
Modifier and TypeFieldDescriptionprotected Vec3d
Entity.movementMultiplier
private Vec3d
Entity.pos
private Vec3d
TrackedPosition.pos
private Vec3d
Entity.velocity
Modifier and TypeMethodDescriptionstatic Vec3d
Entity.adjustMovementForCollisions
(@Nullable Entity entity, Vec3d movement, Box entityBoundingBox, World world, List<VoxelShape> collisions) private Vec3d
Entity.adjustMovementForCollisions
(Vec3d movement) private static Vec3d
Entity.adjustMovementForCollisions
(Vec3d movement, Box entityBoundingBox, List<VoxelShape> collisions) protected Vec3d
Entity.adjustMovementForPiston
(Vec3d movement) protected Vec3d
Entity.adjustMovementForSneaking
(Vec3d movement, MovementType type) private Vec3d
LivingEntity.applyClimbingSpeed
(Vec3d motion) LivingEntity.applyFluidMovingSpeed
(double gravity, boolean falling, Vec3d motion) LivingEntity.applyMovementInput
(Vec3d movementInput, float slipperiness) Dismounting.findRespawnPos
(EntityType<?> entityType, CollisionView world, BlockPos pos, boolean ignoreInvalidPos) protected Vec3d
LivingEntity.getAttackPos()
Returns this entity's attack position.final Vec3d
Entity.getCameraPosVec
(float tickDelta) Entity.getClientCameraPosVec
(float tickDelta) protected Vec3d
LivingEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) final Vec3d
Entity.getEyePos()
Returns the position of the eye.Entity.getHandPosOffset
(Item item) Returns the offset of the hand that holdsitem
.protected Vec3d
Entity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.Entity.getLeashOffset
(float tickDelta) Entity.getLeashPos
(float delta) Returns the position of the leash this entity holds.final Vec3d
Entity.getLerpedPos
(float delta) final Vec3d
Entity.getOppositeRotationVector
(float tickDelta) protected final Vec3d
Entity.getOppositeRotationVector
(float pitch, float yaw) protected static Vec3d
Entity.getPassengerDismountOffset
(double vehicleWidth, double passengerWidth, float passengerYaw) Returns the offset for dismounting the passenger.Entity.getPos()
Returns the exact position of the entity.final Vec3d
Entity.getRotationVec
(float tickDelta) Entity.getRotationVecClient()
Entity.getRotationVector()
protected final Vec3d
Entity.getRotationVector
(float pitch, float yaw) Entity.getSyncedPos()
Returns the position of the entity synced to clients.Entity.getVelocity()
private static Vec3d
Entity.movementInputToVelocity
(Vec3d movementInput, float speed, float yaw) Returns a vector with the horizontal direction beingyaw
degrees and the absolute value beingmovementInput
normalized and multiplied byspeed
.protected Vec3d
Entity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.protected Vec3d
LivingEntity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.static Vec3d
LivingEntity.positionInPortal
(Vec3d pos) Entity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.TrackedPosition.withDelta
(long x, long y, long z) Modifier and TypeMethodDescriptionvoid
Entity.addVelocity
(Vec3d velocity) static Vec3d
Entity.adjustMovementForCollisions
(@Nullable Entity entity, Vec3d movement, Box entityBoundingBox, World world, List<VoxelShape> collisions) private Vec3d
Entity.adjustMovementForCollisions
(Vec3d movement) private static Vec3d
Entity.adjustMovementForCollisions
(Vec3d movement, Box entityBoundingBox, List<VoxelShape> collisions) protected Vec3d
Entity.adjustMovementForPiston
(Vec3d movement) protected Vec3d
Entity.adjustMovementForSneaking
(Vec3d movement, MovementType type) private Vec3d
LivingEntity.applyClimbingSpeed
(Vec3d motion) LivingEntity.applyFluidMovingSpeed
(double gravity, boolean falling, Vec3d motion) LivingEntity.applyMovementInput
(Vec3d movementInput, float slipperiness) static boolean
Dismounting.canPlaceEntityAt
(CollisionView world, Vec3d offset, LivingEntity entity, EntityPose pose) protected Vec3d
LivingEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) long
long
long
default Vector3f
CrossbowUser.getProjectileLaunchVelocity
(LivingEntity entity, Vec3d positionDelta, float multishotSpray) protected boolean
Entity.hasCollidedSoftly
(Vec3d adjustedMovement) Entity.interactAt
(PlayerEntity player, Vec3d hitPos, Hand hand) Called when the player interacts with the entity at the specific position.void
Entity.lookAt
(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) Changes this entity's pitch and yaw to look attarget
.void
LivingEntity.lookAt
(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) Changes this entity's pitch and yaw to look attarget
.void
Entity.move
(MovementType movementType, Vec3d movement) private static Vec3d
Entity.movementInputToVelocity
(Vec3d movementInput, float speed, float yaw) Returns a vector with the horizontal direction beingyaw
degrees and the absolute value beingmovementInput
normalized and multiplied byspeed
.static Vec3d
LivingEntity.positionInPortal
(Vec3d pos) void
Entity.refreshPositionAfterTeleport
(Vec3d pos) void
Entity.setOnGround
(boolean onGround, Vec3d movement) void
final void
Entity.setPosition
(Vec3d pos) Sets the position and refreshes the bounding box.void
Entity.setVelocity
(Vec3d velocity) void
Entity.slowMovement
(BlockState state, Vec3d multiplier) CallsEntity.onLanding()
and slows this entity.static void
ExperienceOrbEntity.spawn
(ServerWorld world, Vec3d pos, int amount) double
Entity.squaredDistanceTo
(Vec3d vector) Returns the squared distance between this entity and the given position.private boolean
Entity.stepOnBlock
(BlockPos pos, BlockState state, boolean playSound, boolean emitEvent, Vec3d movement) protected void
LivingEntity.tickControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) void
Allows you to do certain speed and velocity calculations.private void
LivingEntity.travelControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) protected void
Entity.updateSupportingBlockPos
(boolean onGround, @Nullable Vec3d movement) void
Entity.updateVelocity
(float speed, Vec3d movementInput) Updates the entity's velocity to add a vector in the direction of the entity's yaw whose absolute value ismovementInput
normalized and multiplied byspeed
.private static boolean
ExperienceOrbEntity.wasMergedIntoExistingOrb
(ServerWorld world, Vec3d pos, int amount) -
Uses of Vec3d in net.minecraft.entity.ai
Modifier and TypeMethodDescriptionAboveGroundTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange, double x, double z, float angle, int maxAboveSolid, int minAboveSolid) FuzzyTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange) Paths to a random reachable position with positive path-finding favorability.FuzzyTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange, ToDoubleFunction<BlockPos> scorer) Paths to a random reachable position with positive path-finding favorability computed by a given function.NoPenaltySolidTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, double directionX, double directionZ, double rangeAngle) NoPenaltyTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange) Paths to a random reachable position with no penalty.NoWaterTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, Vec3d direction, double angleRange) FuzzyTargeting.findFrom
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start) Paths to a random reachable position leading away from a given starting point.NoPenaltyTargeting.findFrom
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start) Paths to a position leading away from a given starting point.FuzzyTargeting.findTo
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end) Paths to a random reachable position leading towards a given end-point.NoPenaltyTargeting.findTo
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end, double angleRange) Paths to a position leading towards a given end-point.FuzzyTargeting.findValid
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d direction, boolean posTargetInRange) FuzzyPositions.guessBest
(Supplier<BlockPos> factory, ToDoubleFunction<BlockPos> scorer) Returns thebottom center
of a highest scoring position, as determined byscorer
, out of 10 tries on positions obtained fromfactory
.FuzzyPositions.guessBestPathTarget
(PathAwareEntity entity, Supplier<BlockPos> factory) CallsFuzzyPositions.guessBest(Supplier, ToDoubleFunction)
with theentity
's path finding favor as thescorer
.Modifier and TypeMethodDescriptionNoWaterTargeting.find
(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, Vec3d direction, double angleRange) FuzzyTargeting.findFrom
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start) Paths to a random reachable position leading away from a given starting point.NoPenaltyTargeting.findFrom
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start) Paths to a position leading away from a given starting point.FuzzyTargeting.findTo
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end) Paths to a random reachable position leading towards a given end-point.NoPenaltyTargeting.findTo
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end, double angleRange) Paths to a position leading towards a given end-point.FuzzyTargeting.findValid
(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d direction, boolean posTargetInRange) -
Uses of Vec3d in net.minecraft.entity.ai.brain
Modifier and TypeFieldDescriptionstatic final MemoryModuleType<Vec3d>
MemoryModuleType.RAM_TARGET
Modifier and TypeMethodDescriptionBlockPosLookTarget.getPos()
EntityLookTarget.getPos()
LookTarget.getPos()
ModifierConstructorDescriptionBlockPosLookTarget
(Vec3d pos) WalkTarget
(Vec3d pos, float speed, int completionRange) -
Uses of Vec3d in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescriptionprivate Vec3d
RamImpactTask.direction
LongJumpTask.lastTarget
private Vec3d
FrogEatEntityTask.targetPos
Modifier and TypeMethodDescriptionprivate Vec3d
PrepareRamTask.calculateRamTarget
(BlockPos start, BlockPos end) LookTargetUtil.find
(PathAwareEntity entity, int horizontalRange, int verticalRange) SeekSkyTask.findNearbySky
(ServerWorld world, LivingEntity entity) FleeTask.findTarget
(PathAwareEntity entity, ServerWorld world) StrollTask.findTargetPos
(PathAwareEntity entity) StrollTask.findTargetPos
(PathAwareEntity entity, int horizontalRadius, int verticalRadius) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d pos) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d pos, int range) private static Vec3d
GiveInventoryToLookTargetTask.offsetTarget
(LookTarget target) Modifier and TypeMethodDescriptionprivate boolean
LongJumpTask.canReach
(MobEntity entity, EntityDimensions dimensions, Vec3d vec3d, Vec3d vec3d2) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d pos) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d pos, int range) static void
LookTargetUtil.give
(LivingEntity entity, ItemStack stack, Vec3d targetLocation) static void
LookTargetUtil.give
(LivingEntity entity, ItemStack stack, Vec3d targetLocation, Vec3d velocityFactor, float yOffset) static void
GiveInventoryToLookTargetTask.playThrowSound
(LivingEntity entity, ItemStack stack, Vec3d target) Modifier and TypeMethodDescriptionprivate static <T> SingleTickTask<PathAwareEntity>
GoToRememberedPositionTask.create
(MemoryModuleType<T> posSource, float speed, int range, boolean requiresWalkTarget, Function<T, Vec3d> posGetter) private static SingleTickTask<PathAwareEntity>
StrollTask.create
(float speed, Function<PathAwareEntity, Vec3d> targetGetter, Predicate<PathAwareEntity> shouldRun) -
Uses of Vec3d in net.minecraft.entity.ai.control
-
Uses of Vec3d in net.minecraft.entity.ai.goal
Modifier and TypeMethodDescriptionIronGolemWanderAroundGoal.findRandomBlockPos()
IronGolemWanderAroundGoal.findRandomInRange()
IronGolemWanderAroundGoal.findVillagerPos()
FlyGoal.getWanderTarget()
IronGolemWanderAroundGoal.getWanderTarget()
SwimAroundGoal.getWanderTarget()
WanderAroundFarGoal.getWanderTarget()
WanderAroundGoal.getWanderTarget()
WanderAroundPointOfInterestGoal.getWanderTarget()
EscapeSunlightGoal.locateShadedPos()
-
Uses of Vec3d in net.minecraft.entity.ai.pathing
Modifier and TypeMethodDescriptionPath.getNodePosition
(Entity entity) Path.getNodePosition
(Entity entity, int index) protected Vec3d
AmphibiousSwimNavigation.getPos()
The position to act as if the entity is at for pathfinding purposesprotected Vec3d
BirdNavigation.getPos()
The position to act as if the entity is at for pathfinding purposesprotected abstract Vec3d
EntityNavigation.getPos()
The position to act as if the entity is at for pathfinding purposesprotected Vec3d
MobNavigation.getPos()
The position to act as if the entity is at for pathfinding purposesPathNode.getPos()
protected Vec3d
SwimNavigation.getPos()
The position to act as if the entity is at for pathfinding purposesModifier and TypeMethodDescriptionprotected double
AmphibiousSwimNavigation.adjustTargetY
(Vec3d pos) protected double
EntityNavigation.adjustTargetY
(Vec3d pos) protected double
SwimNavigation.adjustTargetY
(Vec3d pos) protected boolean
AmphibiousSwimNavigation.canPathDirectlyThrough
(Vec3d origin, Vec3d target) protected boolean
BirdNavigation.canPathDirectlyThrough
(Vec3d origin, Vec3d target) protected boolean
EntityNavigation.canPathDirectlyThrough
(Vec3d origin, Vec3d target) protected boolean
SwimNavigation.canPathDirectlyThrough
(Vec3d origin, Vec3d target) protected void
EntityNavigation.checkTimeouts
(Vec3d currentPos) protected static boolean
EntityNavigation.doesNotCollide
(MobEntity entity, Vec3d startPos, Vec3d entityPos, boolean includeFluids) private boolean
EntityNavigation.shouldJumpToNextNode
(Vec3d currentPos) -
Uses of Vec3d in net.minecraft.entity.boss
Modifier and TypeMethodDescriptionvoid
WitherEntity.slowMovement
(BlockState state, Vec3d multiplier) CallsEntity.onLanding()
and slows this entity. -
Uses of Vec3d in net.minecraft.entity.boss.dragon
-
Uses of Vec3d in net.minecraft.entity.boss.dragon.phase
Modifier and TypeFieldDescriptionChargingPlayerPhase.pathTarget
HoldingPatternPhase.pathTarget
LandingApproachPhase.pathTarget
StrafePlayerPhase.pathTarget
TakeoffPhase.pathTarget
DyingPhase.target
HoverPhase.target
LandingPhase.target
Modifier and TypeMethodDescriptionAbstractPhase.getPathTarget()
ChargingPlayerPhase.getPathTarget()
DyingPhase.getPathTarget()
HoldingPatternPhase.getPathTarget()
HoverPhase.getPathTarget()
LandingApproachPhase.getPathTarget()
LandingPhase.getPathTarget()
Phase.getPathTarget()
StrafePlayerPhase.getPathTarget()
TakeoffPhase.getPathTarget()
-
Uses of Vec3d in net.minecraft.entity.damage
ModifierConstructorDescriptionprivate
DamageSource
(RegistryEntry<DamageType> type, @Nullable Entity source, @Nullable Entity attacker, @Nullable Vec3d position) DamageSource
(RegistryEntry<DamageType> type, Vec3d position) -
Uses of Vec3d in net.minecraft.entity.decoration
Modifier and TypeMethodDescriptionArmorStandEntity.getClientCameraPosVec
(float tickDelta) LeashKnotEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.Modifier and TypeMethodDescriptionprivate EquipmentSlot
ArmorStandEntity.getSlotFromPosition
(Vec3d hitPos) ArmorStandEntity.interactAt
(PlayerEntity player, Vec3d hitPos, Hand hand) Called when the player interacts with the entity at the specific position.void
AbstractDecorationEntity.move
(MovementType movementType, Vec3d movement) void
ItemFrameEntity.move
(MovementType movementType, Vec3d movement) void
Allows you to do certain speed and velocity calculations. -
Uses of Vec3d in net.minecraft.entity.decoration.painting
Modifier and TypeMethodDescriptionPaintingEntity.getSyncedPos()
Returns the position of the entity synced to clients. -
Uses of Vec3d in net.minecraft.entity.effect
Modifier and TypeMethodDescriptionstatic List<ServerPlayerEntity>
StatusEffectUtil.addEffectToPlayersWithinDistance
(ServerWorld world, @Nullable Entity entity, Vec3d origin, double range, StatusEffectInstance statusEffectInstance, int duration) -
Uses of Vec3d in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate final Vec3d[][]
IllusionerEntity.mirrorCopyOffsets
(package private) Vec3d
PhantomEntity.targetPosition
Modifier and TypeMethodDescriptionprivate static Vec3d
PiglinBrain.findGround
(PiglinEntity piglin) Vec3d[]
IllusionerEntity.getMirrorCopyOffsets
(float tickDelta) ShulkerEntity.getVelocity()
DrownedEntity.WanderAroundOnSurfaceGoal.getWanderTarget()
Modifier and TypeMethodDescriptionstatic void
WardenEntity.addDarknessToClosePlayers
(ServerWorld world, Vec3d pos, @Nullable Entity entity, int range) private static void
PiglinBrain.drop
(PiglinEntity piglin, List<ItemStack> items, Vec3d pos) void
ShulkerEntity.move
(MovementType movementType, Vec3d movement) void
VexEntity.move
(MovementType movementType, Vec3d movement) void
ShulkerEntity.setVelocity
(Vec3d velocity) void
SpiderEntity.slowMovement
(BlockState state, Vec3d multiplier) CallsEntity.onLanding()
and slows this entity.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.private boolean
GhastEntity.GhastMoveControl.willCollide
(Vec3d direction, int steps) -
Uses of Vec3d in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionBeeEntity.PollinateGoal.nextTarget
private Vec3d
PandaEntity.playingJump
Modifier and TypeMethodDescriptionprivate Vec3d
SquidEntity.applyBodyRotations
(Vec3d shootVector) protected Vec3d
AbstractHorseEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
CamelEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
PigEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
StriderEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) private Vec3d
SnifferEntity.getDigLocation()
AllayEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.BeeEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.CamelEntity.getLeashOffset
(float tickDelta) FoxEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.IronGolemEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.LlamaEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.OcelotEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.ParrotEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.PigEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.RabbitEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.SnowGolemEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.StriderEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.WolfEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.MerchantEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.BeeEntity.BeeWanderAroundGoal.getRandomLocation()
ParrotEntity.FlyOntoTreeGoal.getWanderTarget()
AbstractHorseEntity.locateSafeDismountingPos
(Vec3d offset, LivingEntity passenger) ParrotEntity.FlyOntoTreeGoal.locateTree()
AbstractHorseEntity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.PigEntity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.StriderEntity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.Modifier and TypeMethodDescriptionprivate Vec3d
SquidEntity.applyBodyRotations
(Vec3d shootVector) protected Vec3d
AbstractHorseEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
CamelEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
PigEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected Vec3d
StriderEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) protected void
protected void
boolean
AllayEntity.JukeboxEventListener.listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.AbstractHorseEntity.locateSafeDismountingPos
(Vec3d offset, LivingEntity passenger) protected void
AbstractHorseEntity.tickControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) protected void
CamelEntity.tickControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) protected void
PigEntity.tickControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) protected void
StriderEntity.tickControlled
(PlayerEntity controllingPlayer, Vec3d movementInput) void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations.void
Allows you to do certain speed and velocity calculations. -
Uses of Vec3d in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprotected Vec3d
PlayerEntity.adjustMovementForSneaking
(Vec3d movement, MovementType type) PlayerEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.Modifier and TypeMethodDescriptionPlayerEntity.findRespawnPosition
(ServerWorld world, BlockPos pos, float angle, boolean forced, boolean alive) Finds the precise respawn position from aBlockPos
in a world.Modifier and TypeMethodDescriptionprotected Vec3d
PlayerEntity.adjustMovementForSneaking
(Vec3d movement, MovementType type) void
PlayerEntity.slowMovement
(BlockState state, Vec3d multiplier) CallsEntity.onLanding()
and slows this entity.void
Allows you to do certain speed and velocity calculations. -
Uses of Vec3d in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionprivate static HitResult
ProjectileUtil.getCollision
(Vec3d pos, Entity entity, Predicate<Entity> predicate, Vec3d velocity, World world) protected @Nullable EntityHitResult
PersistentProjectileEntity.getEntityCollision
(Vec3d currentPosition, Vec3d nextPosition) static @Nullable EntityHitResult
ProjectileUtil.getEntityCollision
(World world, Entity entity, Vec3d min, Vec3d max, Box box, Predicate<Entity> predicate) static @Nullable EntityHitResult
ProjectileUtil.getEntityCollision
(World world, Entity entity, Vec3d min, Vec3d max, Box box, Predicate<Entity> predicate, float margin) protected @Nullable EntityHitResult
TridentEntity.getEntityCollision
(Vec3d currentPosition, Vec3d nextPosition) void
PersistentProjectileEntity.move
(MovementType movementType, Vec3d movement) static @Nullable EntityHitResult
ProjectileUtil.raycast
(Entity entity, Vec3d min, Vec3d max, Box box, Predicate<Entity> predicate, double double2) -
Uses of Vec3d in net.minecraft.entity.vehicle
Modifier and TypeMethodDescriptionCommandBlockMinecartEntity.CommandExecutor.getPos()
VehicleInventory.getPos()
protected Vec3d
AbstractMinecartEntity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.protected Vec3d
BoatEntity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.AbstractMinecartEntity.snapPositionToRail
(double x, double y, double z) AbstractMinecartEntity.snapPositionToRailWithOffset
(double x, double y, double z, double offset) This method is used to determine the minecart's render orientation, by computing a position along the rail slightly before and slightly after the minecart's actual position.AbstractMinecartEntity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.BoatEntity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
. -
Uses of Vec3d in net.minecraft.fluid
Modifier and TypeMethodDescriptionEmptyFluid.getVelocity
(BlockView world, BlockPos pos, FluidState state) FlowableFluid.getVelocity
(BlockView world, BlockPos pos, FluidState state) protected abstract Vec3d
Fluid.getVelocity
(BlockView world, BlockPos pos, FluidState state) FluidState.getVelocity
(BlockView world, BlockPos pos) -
Uses of Vec3d in net.minecraft.item
Modifier and TypeMethodDescriptionvoid
BrushItem.addDustParticles
(World world, BlockHitResult hitResult, BlockState state, Vec3d userRotation, Arm arm) SpawnEggItem.spawnBaby
(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack) -
Uses of Vec3d in net.minecraft.loot.context
Modifier and TypeFieldDescriptionstatic final LootContextParameter<Vec3d>
LootContextParameters.ORIGIN
-
Uses of Vec3d in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final Vec3d
PlayerInteractEntityC2SPacket.InteractAtHandler.pos
Modifier and TypeMethodDescriptionvoid
PlayerInteractEntityC2SPacket.Handler.interactAt
(Hand hand, Vec3d pos) PlayerInteractEntityC2SPacket.interactAt
(Entity entity, boolean playerSneaking, Hand hand, Vec3d pos) -
Uses of Vec3d in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionEntityDamageS2CPacket.sourcePosition
The field for thesourcePosition
record component.Modifier and TypeMethodDescriptionEntityDamageS2CPacket.sourcePosition()
Returns the value of thesourcePosition
record component.ModifierConstructorDescriptionEntitySpawnS2CPacket
(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, EntityType<?> entityType, int entityData, Vec3d velocity, double headYaw) EntityVelocityUpdateS2CPacket
(int id, Vec3d velocity) ExplosionS2CPacket
(double x, double y, double z, float radius, List<BlockPos> affectedBlocks, @Nullable Vec3d playerVelocity) ModifierConstructorDescriptionEntityDamageS2CPacket
(int int2, int int3, int int4, int int5, Optional<Vec3d> optional) -
Uses of Vec3d in net.minecraft.predicate.entity
Modifier and TypeMethodDescriptionboolean
DamageSourcePredicate.test
(ServerWorld world, Vec3d pos, DamageSource damageSource) boolean
boolean
FishingHookPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
LightningBoltPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
PlayerPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
SlimePredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
TypeSpecificPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) -
Uses of Vec3d in net.minecraft.server.chase
Modifier and TypeFieldDescriptionprivate final Vec3d
ChaseClient.TeleportPos.pos
The field for thepos
record component.Modifier and TypeMethodDescriptionChaseClient.TeleportPos.pos()
Returns the value of thepos
record component.ModifierConstructorDescription(package private)
TeleportPos
(RegistryKey<World> dimension, Vec3d pos, Vec2f rot) Creates an instance of aTeleportPos
record class. -
Uses of Vec3d in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate final Vec3d
ServerCommandSource.position
private final Vec3d
TeleportCommand.LookTarget.targetPos
Modifier and TypeMethodDescriptionprivate static int
ParticleCommand.execute
(ServerCommandSource source, ParticleEffect parameters, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers) private static int
PlaySoundCommand.execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume) private static int
SummonCommand.execute
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize) private static int
LootCommand.executeSpawn
(ServerCommandSource source, Vec3d pos, List<ItemStack> stacks, LootCommand.FeedbackMessage messageSender) static Entity
SummonCommand.summon
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize) ServerCommandSource.withLookingAt
(Vec3d position) ServerCommandSource.withPosition
(Vec3d position) ModifierConstructorDescriptionLookTarget
(Vec3d targetPos) ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity) protected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, @Nullable com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue, IntConsumer returnValueConsumer) -
Uses of Vec3d in net.minecraft.server.network
Modifier and TypeFieldDescriptionServerPlayerEntity.enteredNetherPos
ServerPlayerEntity.fallStartPos
ServerPlayerEntity.levitationStartPos
ServerPlayNetworkHandler.requestedTeleportPos
ServerPlayerEntity.vehicleInLavaRidingPos
private Vec3d
EntityTrackerEntry.velocity
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.lookAt
(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) Changes this entity's pitch and yaw to look attarget
.static void
DebugInfoSender.sendGameEvent
(World world, GameEvent event, Vec3d pos) -
Uses of Vec3d in net.minecraft.server.world
Modifier and TypeMethodDescriptionvoid
ServerWorld.emitGameEvent
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event. -
Uses of Vec3d in net.minecraft.structure
Modifier and TypeMethodDescriptionstatic Vec3d
StructureTemplate.transformAround
(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot) Modifier and TypeMethodDescriptionstatic Vec3d
StructureTemplate.transformAround
(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot) -
Uses of Vec3d in net.minecraft.test
Modifier and TypeMethodDescriptionTestContext.getAbsolute
(Vec3d pos) TestContext.getRelative
(Vec3d pos) Modifier and TypeMethodDescriptionvoid
TestContext.expectEntityInside
(EntityType<?> type, Vec3d pos1, Vec3d pos2) TestContext.getAbsolute
(Vec3d pos) TestContext.getRelative
(Vec3d pos) <E extends Entity>
ETestContext.spawnEntity
(EntityType<E> type, Vec3d pos) <E extends MobEntity>
ETestContext.spawnMob
(EntityType<E> type, Vec3d pos) -
Uses of Vec3d in net.minecraft.util
Modifier and TypeMethodDescriptionCubicSampler.RgbFetcher.fetch
(int x, int y, int z) static Vec3d
CubicSampler.sampleColor
(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher) Modifier and TypeMethodDescriptionstatic Vec3d
CubicSampler.sampleColor
(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher) -
Uses of Vec3d in net.minecraft.util.hit
Modifier and TypeMethodDescriptionstatic BlockHitResult
BlockHitResult.createMissed
(Vec3d pos, Direction side, BlockPos blockPos) ModifierConstructorDescriptionprivate
BlockHitResult
(boolean missed, Vec3d pos, Direction side, BlockPos blockPos, boolean insideBlock) BlockHitResult
(Vec3d pos, Direction side, BlockPos blockPos, boolean insideBlock) EntityHitResult
(Entity entity, Vec3d pos) protected
-
Uses of Vec3d in net.minecraft.util.math
Modifier and TypeMethodDescriptionVec3d.add
(double x, double y, double z) Returns the sum of this vector and the given vector.Returns the sum of this vector and the given vector.static Vec3d
Returns a new vector fromvec
withdeltaX
,deltaY
, anddeltaZ
added to X, Y, Z values, respectively.Returns a vector with each value added byrandom.nextFloat() - 0.5f) * multiplier
.Vec3d.crossProduct
(Vec3d vec) Returns the cross product of this vector and the given vector.Vec3d.floorAlongAxes
(EnumSet<Direction.Axis> axes) Applies the floor function to the coordinates chosen by the given axes.static Vec3d
Vec3d.fromPolar
(float pitch, float yaw) Converts pitch and yaw into a direction vector.static Vec3d
Converts pitch and yaw into a direction vector.Box.getCenter()
Returns the center position of this box.Performs linear interpolation from this vector to the given vector.Vec3d.multiply
(double value) Return a vector whose coordinates are the coordinates of this vector each multiplied by the given scalar value.Vec3d.multiply
(double x, double y, double z) Returns a vector whose coordinates are the product of each pair of coordinates in this vector and the given vector.Returns a vector whose coordinates are the product of each pair of coordinates in this vector and the given vector.Vec3d.negate()
Creates a vector with the same length but with the opposite direction.Vec3d.normalize()
Normalizes this vector.static Vec3d
Copies the given vector.static Vec3d
Vec3d.ofBottomCenter
(Vec3i vec) Creates a vector representing the bottom center of the given block position.static Vec3d
Creates a vector representing the center of the given block position.static Vec3d
Creates a vector representing the center of the given block position but with the given offset for the Y coordinate.Vec3d.relativize
(Vec3d vec) Subtracts this vector from the given vector.Vec3d.rotateX
(float angle) Rotates this vector by the given angle counterclockwise around the X axis.Vec3d.rotateY
(float angle) Rotates this vector by the given angle counterclockwise around the Y axis.Vec3d.rotateZ
(float angle) Rotates this vector by the given angle counterclockwise around the Z axis.Vec3d.subtract
(double x, double y, double z) Subtracts the given vector from this vector.Subtracts the given vector from this vector.BlockPos.toCenterPos()
Returns the center of this block position.static Vec3d
Vec3d.unpackRgb
(int rgb) Converts a packed RGB color into a vector of (red, green, blue).Vec3d.withAxis
(Direction.Axis axis, double value) Modifier and TypeMethodDescriptionReturns the sum of this vector and the given vector.boolean
Checks if the given position is in this box.Vec3d.crossProduct
(Vec3d vec) Returns the cross product of this vector and the given vector.double
Vec3d.distanceTo
(Vec3d vec) Returns the distance between this vector and the given vector.double
Vec3d.dotProduct
(Vec3d vec) Returns the dot product of this vector and the given vector.static Box
boolean
Box.intersects
(Vec3d pos1, Vec3d pos2) Checks if this box intersects the box of the given positions as corners.Performs linear interpolation from this vector to the given vector.static boolean
MathHelper.method_34945
(Vec3d origin, Vec3d direction, Box box) Returns a vector whose coordinates are the product of each pair of coordinates in this vector and the given vector.static Box
Creates a box that is translated byvec.x
,vec.y
,vec.z
on each axis from this box.static @Nullable BlockHitResult
Vec3d.relativize
(Vec3d vec) Subtracts this vector from the given vector.double
Vec3d.squaredDistanceTo
(Vec3d vec) Returns the squared distance between this vector and the given vector.double
Box.squaredMagnitude
(Vec3d pos) Subtracts the given vector from this vector.Box.traceCollisionSide
(Box box, Vec3d intersectingVector, double[] traceDistanceResult, @Nullable Direction approachDirection, double deltaX, double deltaY, double deltaZ) -
Uses of Vec3d in net.minecraft.util.shape
Modifier and TypeMethodDescriptionVoxelShape.getClosestPointTo
(Vec3d target) Returns the closest point in the shape totarget
.Modifier and TypeMethodDescriptionVoxelShape.getClosestPointTo
(Vec3d target) Returns the closest point in the shape totarget
. -
Uses of Vec3d in net.minecraft.village
Modifier and TypeMethodDescriptionZombieSiegeManager.getSpawnVector
(ServerWorld world, BlockPos pos) -
Uses of Vec3d in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final Vec3d
BlockStateRaycastContext.end
private final Vec3d
RaycastContext.end
final Vec3d
TeleportTarget.position
private final Vec3d
BlockStateRaycastContext.start
private final Vec3d
RaycastContext.start
final Vec3d
TeleportTarget.velocity
Modifier and TypeMethodDescriptionBlockStateRaycastContext.getEnd()
RaycastContext.getEnd()
abstract Vec3d
CommandBlockExecutor.getPos()
BlockStateRaycastContext.getStart()
RaycastContext.getStart()
Modifier and TypeMethodDescriptionCollisionView.findClosestCollision
(@Nullable Entity entity, VoxelShape shape, Vec3d target, double x, double y, double z) Modifier and TypeMethodDescriptionWorld.createExplosion
(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, Vec3d pos, float power, boolean createFire, World.ExplosionSourceType explosionSourceType) Creates an explosion.void
ChunkRegion.emitGameEvent
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.default void
WorldAccess.emitGameEvent
(@Nullable Entity entity, GameEvent event, Vec3d pos) void
WorldAccess.emitGameEvent
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.CollisionView.findClosestCollision
(@Nullable Entity entity, VoxelShape shape, Vec3d target, double x, double y, double z) static <T,
C> T BlockView.raycast
(Vec3d start, Vec3d end, C context, BiFunction<C, BlockPos, T> blockHitFactory, Function<C, T> missFactory) default @Nullable BlockHitResult
BlockView.raycastBlock
(Vec3d start, Vec3d end, BlockPos pos, VoxelShape shape, BlockState state) ModifierConstructorDescriptionBlockStateRaycastContext
(Vec3d start, Vec3d end, Predicate<BlockState> statePredicate) RaycastContext
(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity) TeleportTarget
(Vec3d position, Vec3d velocity, float yaw, float pitch) -
Uses of Vec3d in net.minecraft.world.dimension
Modifier and TypeMethodDescriptionstatic Vec3d
NetherPortal.entityPosInPortal
(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) private static Vec3d
NetherPortal.findOpenPosition
(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions) Modifier and TypeMethodDescriptionstatic Vec3d
NetherPortal.entityPosInPortal
(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) private static Vec3d
NetherPortal.findOpenPosition
(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions) static TeleportTarget
NetherPortal.getNetherTeleportTarget
(ServerWorld destination, BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d offset, Entity entity, Vec3d velocity, float yaw, float pitch) Determines aTeleportTarget
based on a specific portal. -
Uses of Vec3d in net.minecraft.world.event
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
Vibrations.VibrationListener.forceListen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) private static boolean
Vibrations.VibrationListener.isOccluded
(World world, Vec3d emitterPos, Vec3d listenerPos) boolean
Vibrations.VibrationListener.listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.private void
Vibrations.VibrationListener.listen
(ServerWorld world, Vibrations.ListenerData listenerData, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos, Vec3d listenerPos) ModifierConstructorDescriptionMessage
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter, GameEventListener listener, Vec3d listenerPos) -
Uses of Vec3d in net.minecraft.world.event.listener
Modifier and TypeFieldDescriptionprivate final Vec3d
Vibration.pos
The field for thepos
record component.Modifier and TypeMethodDescriptionSimpleGameEventDispatcher.dispatchTo
(ServerWorld world, Vec3d listenerPos, GameEventListener listener) Modifier and TypeMethodDescriptionboolean
GameEventDispatcher.dispatch
(GameEvent event, Vec3d pos, GameEvent.Emitter emitter, GameEventDispatcher.DispatchCallback callback) Dispatches an event to all the listeners in this dispatcher.void
GameEventDispatchManager.dispatch
(GameEvent event, Vec3d emitterPos, GameEvent.Emitter emitter) boolean
SimpleGameEventDispatcher.dispatch
(GameEvent event, Vec3d pos, GameEvent.Emitter emitter, GameEventDispatcher.DispatchCallback callback) Dispatches an event to all the listeners in this dispatcher.SimpleGameEventDispatcher.dispatchTo
(ServerWorld world, Vec3d listenerPos, GameEventListener listener) boolean
GameEventListener.listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.void
GameEventDispatcher.DispatchCallback.visit
(GameEventListener listener, Vec3d listenerPos) -
Uses of Vec3d in net.minecraft.world.explosion
Modifier and TypeMethodDescriptionstatic float
Explosion.getExposure
(Vec3d source, Entity entity) -
Uses of Vec3d in net.minecraft.world.gen.feature