Uses of Class
net.minecraft.util.math.Vec3d
Packages that use 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
Methods in net.minecraft.advancement.criterion with parameters of type Vec3dModifier and TypeMethodDescriptionboolean
FallAfterExplosionCriterion.Conditions.matches
(ServerWorld world, Vec3d startPosition, Vec3d endPosition, @Nullable LootContext cause) boolean
LevitationCriterion.Conditions.matches
(ServerPlayerEntity player, Vec3d distance, int duration) boolean
TravelCriterion.Conditions.matches
(ServerWorld world, Vec3d pos, Vec3d endPos) boolean
TargetHitCriterion.Conditions.test
(LootContext projectile, Vec3d hitPos, int signalStrength) void
FallAfterExplosionCriterion.trigger
(ServerPlayerEntity player, Vec3d startPosition, @Nullable Entity cause) 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
Fields in net.minecraft.block declared as Vec3dFields in net.minecraft.block with type parameters of type Vec3dModifier and TypeFieldDescriptionprivate static final Int2ObjectMap
<List<Vec3d>> CandleBlock.CANDLES_TO_PARTICLE_OFFSETS
CandleCakeBlock.PARTICLE_OFFSETS
Methods in net.minecraft.block that return Vec3dModifier 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) private static Vec3d
EndGatewayBlock.getTeleportVelocity
(Entity entity) Methods in net.minecraft.block that return types with arguments of type Vec3dModifier 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) Methods in net.minecraft.block with parameters of type Vec3dModifier 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 TeleportTarget
NetherPortalBlock.getExitPortalTarget
(ServerWorld world, BlockLocating.Rectangle exitPortalRectangle, Direction.Axis axis, Vec3d positionInPortal, Entity entity, Vec3d velocity, float yaw, float pitch, TeleportTarget.PostDimensionTransition postDimensionTransition) static Position
DispenserBlock.getOutputLocation
(BlockPointer pointer, double facingOffset, Vec3d constantOffset) private static void
AbstractCandleBlock.spawnCandleParticles
(World world, Vec3d vec3d, Random random) -
Uses of Vec3d in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return Vec3dModifier and TypeMethodDescriptionprivate static Vec3d
EndGatewayBlockEntity.findTeleportLocation
(ServerWorld world, BlockPos pos) private static Vec3d
VaultBlockEntity.Client.getConnectedParticlesOrigin
(BlockPos pos, Direction direction) private static Vec3d
VaultBlockEntity.Client.getDeactivateParticlesPos
(BlockPos pos, Random random) EndGatewayBlockEntity.getOrCreateExitPortalPos
(ServerWorld world, BlockPos pos) private static Vec3d
VaultBlockEntity.Client.getRegularParticlesPos
(BlockPos pos, Random random) Methods in net.minecraft.block.entity with parameters of type Vec3dModifier and TypeMethodDescriptionprivate static void
AbstractFurnaceBlockEntity.dropExperience
(ServerWorld world, Vec3d pos, int multiplier, float experience) private static WorldChunk
List
<RecipeEntry<?>> AbstractFurnaceBlockEntity.getRecipesUsedAndDropExperience
(ServerWorld world, Vec3d pos) private static boolean
EndGatewayBlockEntity.isChunkEmpty
(ServerWorld world, Vec3d pos) boolean
SculkCatalystBlockEntity.Listener.listen
(ServerWorld world, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.private static void
VaultBlockEntity.Client.spawnConnectedParticlesFor
(World world, Vec3d pos, PlayerEntity player) -
Uses of Vec3d in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return types with arguments of type Vec3dModifier and TypeMethodDescriptionTrialSpawnerState.getPosAbove
(Entity entity, ServerWorld world) TrialSpawnerState.getPosToSpawnItemSpawner
(ServerWorld world, BlockPos pos, TrialSpawnerLogic logic, TrialSpawnerData data) Methods in net.minecraft.block.enums with parameters of type Vec3dModifier and TypeMethodDescriptionprivate static void
TrialSpawnerState.ParticleEmitter.emitParticle
(SimpleParticleType type, Vec3d pos, World world) -
Uses of Vec3d in net.minecraft.block.spawner
Methods in net.minecraft.block.spawner with parameters of type Vec3dModifier and TypeMethodDescriptionprivate static boolean
EntityDetector.hasLineOfSight
(World world, Vec3d pos, Vec3d entityEyePos) private static boolean
TrialSpawnerLogic.hasLineOfSight
(World world, Vec3d spawnerPos, Vec3d spawnPos) -
Uses of Vec3d in net.minecraft.client
Methods in net.minecraft.client with parameters of type Vec3dModifier and TypeMethodDescriptionprivate void
Keyboard.copyEntity
(Identifier id, Vec3d pos, @Nullable NbtCompound nbt) -
Uses of Vec3d in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
SubtitlesHud.SoundEntry.location
The field for thelocation
record component.Methods in net.minecraft.client.gui.hud that return Vec3dModifier and TypeMethodDescriptionSubtitlesHud.SoundEntry.location()
Returns the value of thelocation
record component.Methods in net.minecraft.client.gui.hud with parameters of type Vec3dModifier and TypeMethodDescriptionboolean
SubtitlesHud.SubtitleEntry.canHearFrom
(Vec3d pos) SubtitlesHud.SubtitleEntry.getNearestSound
(Vec3d pos) void
Constructors in net.minecraft.client.gui.hud with parameters of type Vec3dModifierConstructorDescription(package private)
SoundEntry
(Vec3d vec3d, long long2) SubtitleEntry
(Text text, float range, Vec3d pos) -
Uses of Vec3d in net.minecraft.client.network
Fields in net.minecraft.client.network declared as Vec3dModifier and TypeFieldDescriptionprivate Vec3d
OtherClientPlayerEntity.clientVelocity
protected Vec3d
AbstractClientPlayerEntity.lastVelocity
(package private) final Vec3d
PendingUpdateManager.PendingUpdate.playerPos
Methods in net.minecraft.client.network that return Vec3dModifier and TypeMethodDescriptionClientPlayerEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.AbstractClientPlayerEntity.lerpVelocity
(float tickDelta) Methods in net.minecraft.client.network with parameters of type Vec3dModifier and TypeMethodDescriptionprotected boolean
ClientPlayerEntity.hasCollidedSoftly
(Vec3d adjustedMovement) void
ClientPlayerEntity.move
(MovementType movementType, Vec3d movement) Constructors in net.minecraft.client.network with parameters of type Vec3dModifierConstructorDescription(package private)
PendingUpdate
(int sequence, BlockState blockState, Vec3d playerPos) -
Uses of Vec3d in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type Vec3dModifierConstructorDescriptionprivate
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
Fields in net.minecraft.client.render declared as Vec3dModifier 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.Methods in net.minecraft.client.render that return Vec3dModifier 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()
private static Vec3d
WorldRenderer.getMaxIntensityColor
(float hue) Camera.getPos()
Camera.Projection.getPosition
(float factorX, float factorY) Camera.Projection.getTopLeft()
Camera.Projection.getTopRight()
private static Vec3d
WorldRenderer.shiftHue
(float red, float green, float blue, float hueOffset) Methods in net.minecraft.client.render with parameters of type Vec3dModifier 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 BuiltBuffer
WorldRenderer.buildCloudsBuffer
(Tessellator tessellator, double x, double y, double z, Vec3d color) private static HitResult
GameRenderer.ensureTargetInRange
(HitResult hitResult, Vec3d cameraPos, double interactionRange) private void
ChunkRenderingDataPreparer.method_52825
(ChunkRenderingDataPreparer.RenderableChunks renderableChunks, Vec3d vec3d, Queue<ChunkRenderingDataPreparer.ChunkInfo> queue, boolean bool, Consumer<ChunkBuilder.BuiltChunk> consumer) private void
ChunkRenderingDataPreparer.method_52833
(boolean bool, Camera camera, Vec3d vec3d) private void
ChunkRenderingDataPreparer.method_52835
(boolean bool, Frustum frustum, List<ChunkBuilder.BuiltChunk> list, Vec3d vec3d) protected void
void
WorldRenderer.setupFrustum
(Vec3d vec3d, Matrix4f matrix4f, Matrix4f matrix4f2) Constructors in net.minecraft.client.render with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as Vec3dModifier and TypeFieldDescriptionprivate static final Vec3d
HangingSignBlockEntityRenderer.TEXT_OFFSET
private static final Vec3d
SignBlockEntityRenderer.TEXT_OFFSET
Methods in net.minecraft.client.render.block.entity that return Vec3dModifier and TypeMethodDescription(package private) Vec3d
HangingSignBlockEntityRenderer.getTextOffset()
(package private) Vec3d
SignBlockEntityRenderer.getTextOffset()
Methods in net.minecraft.client.render.block.entity with parameters of type Vec3dModifier 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
Fields in net.minecraft.client.render.chunk declared as Vec3dMethods in net.minecraft.client.render.chunk that return Vec3dMethods in net.minecraft.client.render.chunk with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
GameEventDebugRenderer.Entry.pos
The field for thepos
record component.Methods in net.minecraft.client.render.debug that return Vec3dModifier and TypeMethodDescriptionGameEventDebugRenderer.Entry.pos()
Returns the value of thepos
record component.Methods in net.minecraft.client.render.debug that return types with arguments of type Vec3dModifier and TypeMethodDescriptionMethods in net.minecraft.client.render.debug with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
GameEventDebugRenderer.addEvent
(RegistryKey<GameEvent> eventKey, Vec3d pos) private static void
BreezeDebugRenderer.drawCurve
(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static void
BreezeDebugRenderer.drawCurvePart
(int index, Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static void
BreezeDebugRenderer.drawLine
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color) boolean
boolean
GameEventDebugRenderer.Listener.listen
(ServerWorld world, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.Constructors in net.minecraft.client.render.debug with parameters of type Vec3dModifierConstructorDescription(package private)
Entry
(long startingMs, RegistryKey<GameEvent> registryKey, Vec3d pos) -
Uses of Vec3d in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return Vec3dModifier and TypeMethodDescriptionprivate Vec3d
GuardianEntityRenderer.fromLerpedPosition
(LivingEntity entity, double yOffset, float delta) private Vec3d
FishingBobberEntityRenderer.getHandPos
(PlayerEntity player, float float2, float tickDelta) 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) Methods in net.minecraft.client.render.entity with parameters of type Vec3dModifier and TypeMethodDescriptionprivate static void
EntityRenderDispatcher.drawVector
(MatrixStack matrices, VertexConsumer vertexConsumers, Vector3f offset, Vec3d vec, int color) -
Uses of Vec3d in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
SoundListenerTransform.forward
The field for theforward
record component.private final Vec3d
SoundListenerTransform.position
The field for theposition
record component.private final Vec3d
SoundListenerTransform.up
The field for theup
record component.Methods in net.minecraft.client.sound that return Vec3dModifier and TypeMethodDescriptionSoundListenerTransform.forward()
Returns the value of theforward
record component.SoundListenerTransform.position()
Returns the value of theposition
record component.SoundListenerTransform.right()
SoundListenerTransform.up()
Returns the value of theup
record component.Methods in net.minecraft.client.sound with parameters of type Vec3dModifier and TypeMethodDescriptionstatic PositionedSoundInstance
PositionedSoundInstance.record
(SoundEvent sound, Vec3d pos) void
Source.setPosition
(Vec3d pos) Constructors in net.minecraft.client.sound with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.client.world
Methods in net.minecraft.client.world that return Vec3dModifier and TypeMethodDescriptionClientWorld.getCloudsColor
(float tickDelta) ClientWorld.getSkyColor
(Vec3d cameraPos, float tickDelta) Methods in net.minecraft.client.world with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
ClientWorld.emitGameEvent
(RegistryEntry<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
Fields in net.minecraft.command with type parameters of type Vec3dModifier 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
Methods in net.minecraft.command that return types with arguments of type Vec3dModifier and TypeMethodDescriptionBiConsumer
<Vec3d, List<? extends Entity>> EntitySelectorReader.getSorter()
Methods in net.minecraft.command with parameters of type Vec3dModifier and TypeMethodDescriptionEntitySelector.getEntities
(Vec3d pos, List<T> entities) EntitySelector.getOffsetBox
(Vec3d offset) EntitySelector.getPositionPredicate
(Vec3d pos, @Nullable Box box, @Nullable FeatureSet enabledFeatures) Method parameters in net.minecraft.command with type arguments of type Vec3dModifier and TypeMethodDescriptionvoid
EntitySelectorReader.setSorter
(BiConsumer<Vec3d, List<? extends Entity>> sorter) Constructor parameters in net.minecraft.command with type arguments of type Vec3dModifierConstructorDescriptionEntitySelector
(int count, boolean includesNonPlayers, boolean localWorldOnly, List<Predicate<Entity>> predicates, NumberRange.DoubleRange 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, List<Predicate<Entity>> predicates, NumberRange.DoubleRange 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, List<Predicate<Entity>> predicates, NumberRange.DoubleRange 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
Fields in net.minecraft.command.argument with type parameters of type Vec3dModifier and TypeFieldDescriptionprivate final BiFunction
<Vec3d, Entity, Vec3d> EntityAnchorArgumentType.EntityAnchor.offset
private final BiFunction
<Vec3d, Entity, Vec3d> EntityAnchorArgumentType.EntityAnchor.offset
Methods in net.minecraft.command.argument that return Vec3dModifier 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) Constructor parameters in net.minecraft.command.argument with type arguments of type Vec3dModifierConstructorDescriptionprivate
EntityAnchor
(String id, BiFunction<Vec3d, Entity, Vec3d> offset) private
EntityAnchor
(String id, BiFunction<Vec3d, Entity, Vec3d> offset) -
Uses of Vec3d in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type Vec3dModifier and TypeMethodDescriptionprivate static LootContext
Enchantment.createEnchantedEntityLootContext
(ServerWorld world, int level, Entity entity, Vec3d pos) private static LootContext
Enchantment.createHitBlockLootContext
(ServerWorld world, int level, Entity entity, Vec3d pos, BlockState state) void
Enchantment.onHitBlock
(ServerWorld world, int level, EnchantmentEffectContext context, Entity enchantedEntity, Vec3d pos, BlockState state) static void
EnchantmentHelper.onHitBlock
(ServerWorld world, ItemStack stack, @Nullable LivingEntity user, Entity enchantedEntity, @Nullable EquipmentSlot slot, Vec3d pos, BlockState state, Consumer<Item> onBreak) -
Uses of Vec3d in net.minecraft.enchantment.effect
Methods in net.minecraft.enchantment.effect with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
AllOfEnchantmentEffects.EntityEffects.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
AllOfEnchantmentEffects.LocationBasedEffects.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) void
AttributeEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) void
EnchantmentEntityEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) default void
EnchantmentEntityEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) void
EnchantmentLocationBasedEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) void
AllOfEnchantmentEffects.LocationBasedEffects.remove
(EnchantmentEffectContext context, Entity user, Vec3d pos, int level) void
AttributeEnchantmentEffect.remove
(EnchantmentEffectContext context, Entity user, Vec3d pos, int level) default void
EnchantmentLocationBasedEffect.remove
(EnchantmentEffectContext context, Entity user, Vec3d pos, int level) -
Uses of Vec3d in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
ExplodeEnchantmentEffect.offset
The field for theoffset
record component.Methods in net.minecraft.enchantment.effect.entity that return Vec3dModifier and TypeMethodDescriptionExplodeEnchantmentEffect.offset()
Returns the value of theoffset
record component.Methods in net.minecraft.enchantment.effect.entity with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
ApplyMobEffectEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
DamageEntityEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
DamageItemEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
ExplodeEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
IgniteEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
PlaySoundEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
ReplaceBlockEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
ReplaceDiskEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
RunFunctionEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
SetBlockPropertiesEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
SpawnParticlesEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) void
SummonEntityEnchantmentEffect.apply
(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) private @Nullable DamageSource
ExplodeEnchantmentEffect.getDamageSource
(Entity user, Vec3d pos) Constructors in net.minecraft.enchantment.effect.entity with parameters of type Vec3dModifierConstructorDescriptionExplodeEnchantmentEffect
(boolean bool, Optional<RegistryEntry<DamageType>> optional, Optional<EnchantmentLevelBasedValue> optional2, Optional<RegistryEntryList<Block>> optional3, Vec3d vec3d, EnchantmentLevelBasedValue enchantmentLevelBasedValue, boolean bool2, World.ExplosionSourceType explosionSourceType, ParticleEffect particleEffect, ParticleEffect particleEffect2, RegistryEntry<SoundEvent> registryEntry) -
Uses of Vec3d in net.minecraft.entity
Fields in net.minecraft.entity declared as Vec3dModifier and TypeFieldDescriptionprotected Vec3d
Entity.movementMultiplier
private Vec3d
Entity.pos
private Vec3d
TrackedPosition.pos
private Vec3d
Entity.velocity
Fields in net.minecraft.entity with type parameters of type Vec3dModifier and TypeFieldDescriptionEntityAttachmentType.Point.NONE
private final Map
<EntityAttachmentType, List<Vec3d>> EntityAttachments.Builder.points
private final Map
<EntityAttachmentType, List<Vec3d>> EntityAttachments.points
Methods in net.minecraft.entity that return Vec3dModifier 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) 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) Entity.getMovement()
final Vec3d
Entity.getOppositeRotationVector
(float tickDelta) protected final Vec3d
Entity.getOppositeRotationVector
(float pitch, float yaw) protected Vec3d
Entity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected static Vec3d
Entity.getPassengerAttachmentPos
(Entity vehicle, Entity passenger, EntityAttachments attachments) protected static Vec3d
Entity.getPassengerDismountOffset
(double vehicleWidth, double passengerWidth, float passengerYaw) Returns the offset for dismounting the passenger.Entity.getPassengerRidingPos
(Entity passenger) LivingEntity.getPassengerRidingPos
(Entity passenger) EntityAttachments.getPoint
(EntityAttachmentType type, int index, float yaw) EntityAttachments.getPointNullable
(EntityAttachmentType type, int index, float yaw) EntityAttachments.getPointOrDefault
(EntityAttachmentType type, int index, float yaw) Entity.getPos()
Returns the exact position of the entity.TrackedPosition.getPos()
final Vec3d
Entity.getRotationVec
(float tickDelta) Entity.getRotationVecClient()
Entity.getRotationVector()
final Vec3d
Entity.getRotationVector
(float pitch, float yaw) Entity.getSyncedPos()
Returns the position of the entity synced to clients.Entity.getVehicleAttachmentPos
(Entity vehicle) 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
.Entity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.LivingEntity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.static Vec3d
LivingEntity.positionInPortal
(Vec3d pos) private static Vec3d
EntityAttachments.rotatePoint
(Vec3d point, float yaw) Entity.updatePassengerForDismount
(LivingEntity passenger) Returns the position of the dismountedpassenger
.TrackedPosition.withDelta
(long x, long y, long z) Methods in net.minecraft.entity that return types with arguments of type Vec3dModifier and TypeMethodDescriptionEntityAttachmentType.Point.create
(float width, float height) EntityAttachmentType.createPoint
(float width, float height) EntityAttachments.scalePoints
(List<Vec3d> points, float xScale, float yScale, float zScale) Methods in net.minecraft.entity with parameters of type Vec3dModifier and TypeMethodDescriptionEntityAttachments.Builder.add
(EntityAttachmentType type, Vec3d point) void
Entity.addVelocity
(Vec3d velocity) void
Entity.addVelocityInternal
(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) EntityType.Builder.attachment
(EntityAttachmentType type, Vec3d offset) static boolean
Dismounting.canPlaceEntityAt
(CollisionView world, Vec3d offset, LivingEntity entity, EntityPose pose) protected Vec3d
LivingEntity.getControlledMovementInput
(PlayerEntity controllingPlayer, Vec3d movementInput) long
long
long
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
.EntityType.Builder.passengerAttachments
(Vec3d[] passengerAttachments) static Vec3d
LivingEntity.positionInPortal
(Vec3d pos) void
Entity.refreshPositionAfterTeleport
(Vec3d pos) void
Entity.refreshPositionAndAngles
(Vec3d pos, float yaw, float pitch) private static Vec3d
EntityAttachments.rotatePoint
(Vec3d point, float yaw) 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
.EntityType.Builder.vehicleAttachment
(Vec3d vehicleAttachment) private static boolean
ExperienceOrbEntity.wasMergedIntoExistingOrb
(ServerWorld world, Vec3d pos, int amount) Method parameters in net.minecraft.entity with type arguments of type Vec3dModifier and TypeMethodDescriptionEntityAttachments.scalePoints
(List<Vec3d> points, float xScale, float yScale, float zScale) Constructor parameters in net.minecraft.entity with type arguments of type Vec3dModifierConstructorDescription(package private)
EntityAttachments
(Map<EntityAttachmentType, List<Vec3d>> points) -
Uses of Vec3d in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai that return Vec3dModifier 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
.Methods in net.minecraft.entity.ai with parameters of type Vec3dModifier 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
Fields in net.minecraft.entity.ai.brain declared as Vec3dFields in net.minecraft.entity.ai.brain with type parameters of type Vec3dModifier and TypeFieldDescriptionstatic final MemoryModuleType
<Vec3d> MemoryModuleType.RAM_TARGET
Methods in net.minecraft.entity.ai.brain that return Vec3dModifier and TypeMethodDescriptionBlockPosLookTarget.getPos()
EntityLookTarget.getPos()
LookTarget.getPos()
Constructors in net.minecraft.entity.ai.brain with parameters of type Vec3dModifierConstructorDescriptionBlockPosLookTarget
(Vec3d pos) WalkTarget
(Vec3d pos, float speed, int completionRange) -
Uses of Vec3d in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Vec3dModifier and TypeFieldDescriptionprivate Vec3d
RamImpactTask.direction
LongJumpTask.lastTarget
private Vec3d
FrogEatEntityTask.targetPos
Fields in net.minecraft.entity.ai.brain.task with type parameters of type Vec3dMethods in net.minecraft.entity.ai.brain.task that return Vec3dModifier 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
(E entity, ServerWorld world) StrollTask.findTargetPos
(PathAwareEntity entity) StrollTask.findTargetPos
(PathAwareEntity entity, int horizontalRadius, int verticalRadius) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d targetPos) static Vec3d
BreezeMovementUtil.getRandomPosBehindTarget
(LivingEntity target, Random random) private static Vec3d
BreezeSlideTowardsTargetTask.getRandomPosInMediumRange
(BreezeEntity breeze, LivingEntity target) private static Vec3d
GiveInventoryToLookTargetTask.offsetTarget
(LookTarget target) Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type Vec3dModifier and TypeMethodDescriptionBreezeJumpTask.getJumpingVelocity
(BreezeEntity breeze, Random random, Vec3d jumpTarget) Methods in net.minecraft.entity.ai.brain.task with parameters of type Vec3dModifier and TypeMethodDescriptionstatic boolean
BreezeMovementUtil.canMoveTo
(BreezeEntity breeze, Vec3d pos) BreezeJumpTask.getJumpingVelocity
(BreezeEntity breeze, Random random, Vec3d jumpTarget) LongJumpTask.getJumpingVelocity
(MobEntity entity, Vec3d targetPos) BreezeJumpTask.getPosToJumpTo
(LivingEntity breeze, Vec3d pos) 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) Method parameters in net.minecraft.entity.ai.brain.task with type arguments of type Vec3dModifier 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
Methods in net.minecraft.entity.ai.control with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return Vec3dModifier 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
Fields in net.minecraft.entity.ai.pathing declared as Vec3dMethods in net.minecraft.entity.ai.pathing that return Vec3dModifier 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 purposesMethods in net.minecraft.entity.ai.pathing with parameters of type Vec3dModifier 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
Methods in net.minecraft.entity.boss with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
WitherEntity.slowMovement
(BlockState state, Vec3d multiplier) CallsEntity.onLanding()
and slows this entity. -
Uses of Vec3d in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return Vec3d -
Uses of Vec3d in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as Vec3dModifier and TypeFieldDescriptionChargingPlayerPhase.pathTarget
HoldingPatternPhase.pathTarget
LandingApproachPhase.pathTarget
StrafePlayerPhase.pathTarget
TakeoffPhase.pathTarget
DyingPhase.target
HoverPhase.target
LandingPhase.target
Methods in net.minecraft.entity.boss.dragon.phase that return Vec3dModifier and TypeMethodDescriptionAbstractPhase.getPathTarget()
ChargingPlayerPhase.getPathTarget()
DyingPhase.getPathTarget()
HoldingPatternPhase.getPathTarget()
HoverPhase.getPathTarget()
LandingApproachPhase.getPathTarget()
LandingPhase.getPathTarget()
Phase.getPathTarget()
StrafePlayerPhase.getPathTarget()
TakeoffPhase.getPathTarget()
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as Vec3dMethods in net.minecraft.entity.damage that return Vec3dMethods in net.minecraft.entity.damage with parameters of type Vec3dConstructors in net.minecraft.entity.damage with parameters of type Vec3dModifierConstructorDescriptionprivate
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
Methods in net.minecraft.entity.decoration that return Vec3dModifier and TypeMethodDescriptionArmorStandEntity.getClientCameraPosVec
(float tickDelta) LeashKnotEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.Methods in net.minecraft.entity.decoration with parameters of type Vec3dModifier 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
BlockAttachedEntity.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
Methods in net.minecraft.entity.decoration.painting that return Vec3dModifier and TypeMethodDescriptionPaintingEntity.getSyncedPos()
Returns the position of the entity synced to clients. -
Uses of Vec3d in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type Vec3dModifier 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
Fields in net.minecraft.entity.mob declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d[][]
IllusionerEntity.mirrorCopyOffsets
(package private) Vec3d
PhantomEntity.targetPosition
Methods in net.minecraft.entity.mob that return Vec3dModifier and TypeMethodDescriptionprivate static Vec3d
PiglinBrain.findGround
(PiglinEntity piglin) Vec3d[]
IllusionerEntity.getMirrorCopyOffsets
(float tickDelta) protected Vec3d
SlimeEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) CaveSpiderEntity.getVehicleAttachmentPos
(Entity vehicle) SpiderEntity.getVehicleAttachmentPos
(Entity vehicle) ShulkerEntity.getVelocity()
DrownedEntity.WanderAroundOnSurfaceGoal.getWanderTarget()
Methods in net.minecraft.entity.mob that return types with arguments of type Vec3dMethods in net.minecraft.entity.mob with parameters of type Vec3dModifier 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) boolean
BreezeEntity.isWithinShortRange
(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
Fields in net.minecraft.entity.passive declared as Vec3dModifier and TypeFieldDescriptionBeeEntity.PollinateGoal.nextTarget
private Vec3d
PandaEntity.playingJump
Methods in net.minecraft.entity.passive that return Vec3dModifier 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.protected Vec3d
AbstractHorseEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
CamelEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
LlamaEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
StriderEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) 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
.Methods in net.minecraft.entity.passive with parameters of type Vec3dModifier 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, RegistryEntry<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
Fields in net.minecraft.entity.player declared as Vec3dModifier and TypeFieldDescriptionPlayerEntity.currentExplosionImpactPos
static final Vec3d
PlayerEntity.VEHICLE_ATTACHMENT_POS
Methods in net.minecraft.entity.player that return Vec3dModifier and TypeMethodDescriptionprotected Vec3d
PlayerEntity.adjustMovementForSneaking
(Vec3d movement, MovementType type) PlayerEntity.getLeashPos
(float delta) Returns the position of the leash this entity holds.Methods in net.minecraft.entity.player with parameters of type Vec3dModifier 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
Methods in net.minecraft.entity.projectile that return Vec3dModifier and TypeMethodDescriptionProjectileEntity.calculateVelocity
(double x, double y, double z, float power, float uncertainty) Methods in net.minecraft.entity.projectile with parameters of type Vec3dModifier and TypeMethodDescriptionprotected abstract void
AbstractWindChargeEntity.createExplosion
(Vec3d pos) protected void
BreezeWindChargeEntity.createExplosion
(Vec3d pos) protected void
WindChargeEntity.createExplosion
(Vec3d pos) private static HitResult
ProjectileUtil.getCollision
(Vec3d pos, Entity entity, Predicate<Entity> predicate, Vec3d velocity, World world, float margin, RaycastContext.ShapeType raycastShapeType) 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 maxDistance) private void
ExplosiveProjectileEntity.setVelocityWithAcceleration
(Vec3d velocity, double accelerationPower) Constructors in net.minecraft.entity.projectile with parameters of type Vec3dModifierConstructorDescriptionAbstractFireballEntity
(EntityType<? extends AbstractFireballEntity> type, double x, double y, double z, Vec3d velocity, World world) AbstractFireballEntity
(EntityType<? extends AbstractFireballEntity> type, LivingEntity owner, Vec3d velocity, World world) (package private)
AbstractWindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, double x, double y, double z, Vec3d velocity, World world) DragonFireballEntity
(World world, LivingEntity owner, Vec3d velocity) ExplosiveProjectileEntity
(EntityType<? extends ExplosiveProjectileEntity> type, double x, double y, double z, Vec3d velocity, World world) ExplosiveProjectileEntity
(EntityType<? extends ExplosiveProjectileEntity> type, LivingEntity owner, Vec3d velocity, World world) FireballEntity
(World world, LivingEntity owner, Vec3d velocity, int explosionPower) SmallFireballEntity
(World world, double x, double y, double z, Vec3d velocity) SmallFireballEntity
(World world, LivingEntity owner, Vec3d velocity) WindChargeEntity
(World world, double x, double y, double z, Vec3d velocity) WitherSkullEntity
(World world, LivingEntity owner, Vec3d velocity) -
Uses of Vec3d in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown with parameters of type Vec3dModifier and TypeMethodDescriptionprivate void
EnderPearlEntity.playTeleportSound
(World world, Vec3d pos) -
Uses of Vec3d in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle declared as Vec3dModifier and TypeFieldDescriptionprivate Vec3d
AbstractMinecartEntity.clientVelocity
private static final Vec3d
AbstractMinecartEntity.VILLAGER_PASSENGER_ATTACHMENT_POS
Methods in net.minecraft.entity.vehicle that return Vec3dModifier and TypeMethodDescriptionBoatEntity.getLeashOffset()
Returns the offset from the entity's position where the leash is attached to.protected Vec3d
AbstractMinecartEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) protected Vec3d
BoatEntity.getPassengerAttachmentPos
(Entity passenger, EntityDimensions dimensions, float scaleFactor) CommandBlockMinecartEntity.CommandExecutor.getPos()
VehicleInventory.getPos()
AbstractMinecartEntity.positionInPortal
(Direction.Axis portalAxis, BlockLocating.Rectangle portalRect) Returns the entity's position in the portal after teleportation.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
Methods in net.minecraft.fluid that return Vec3dModifier 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
Methods in net.minecraft.item that return Vec3dModifier and TypeMethodDescriptionItemUsageContext.getHitPos()
private static Vec3d
FireworkRocketItem.position
(BlockPointer pointer, Direction facing) Methods in net.minecraft.item with parameters of type Vec3dModifier and TypeMethodDescriptionprivate void
BrushItem.addDustParticles
(World world, BlockHitResult hitResult, BlockState state, Vec3d userRotation, Arm arm) private static Vector3f
CrossbowItem.calcVelocity
(LivingEntity shooter, Vec3d direction, float yaw) private static double
MaceItem.getKnockback
(PlayerEntity player, LivingEntity attacked, Vec3d distance) SpawnEggItem.spawnBaby
(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack) -
Uses of Vec3d in net.minecraft.loot.context
Fields in net.minecraft.loot.context with type parameters of type Vec3dModifier and TypeFieldDescriptionstatic final LootContextParameter
<Vec3d> LootContextParameters.ORIGIN
-
Uses of Vec3d in net.minecraft.network
Methods in net.minecraft.network that return Vec3dMethods in net.minecraft.network with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
PacketByteBuf.writeVec3d
(Vec3d vec) Writes aVec3d
to this buf. -
Uses of Vec3d in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
PlayerInteractEntityC2SPacket.InteractAtHandler.pos
Methods in net.minecraft.network.packet.c2s.play with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
PlayerInteractEntityC2SPacket.Handler.interactAt
(Hand hand, Vec3d pos) PlayerInteractEntityC2SPacket.interactAt
(Entity entity, boolean playerSneaking, Hand hand, Vec3d pos) Constructors in net.minecraft.network.packet.c2s.play with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
DebugBeeCustomPayload.Bee.pos
The field for thepos
record component.private final Vec3d
DebugBrainCustomPayload.Brain.pos
The field for thepos
record component.private final Vec3d
DebugGameEventCustomPayload.pos
The field for thepos
record component.Methods in net.minecraft.network.packet.s2c.custom that return Vec3dModifier and TypeMethodDescriptionDebugBeeCustomPayload.Bee.pos()
Returns the value of thepos
record component.DebugBrainCustomPayload.Brain.pos()
Returns the value of thepos
record component.DebugGameEventCustomPayload.pos()
Returns the value of thepos
record component.Constructors in net.minecraft.network.packet.s2c.custom with parameters of type Vec3dModifierConstructorDescriptionBee
(UUID uuid, int entityId, Vec3d vec3d, @Nullable Path path, @Nullable BlockPos hive, @Nullable BlockPos flower, int travelTicks, Set<String> set, List<BlockPos> list) Brain
(UUID uuid, int entityId, String name, String profession, int xp, float health, float maxHealth, Vec3d vec3d, String string, @Nullable Path path, boolean wantsGolem, int angerLevel, List<String> list, List<String> list2, List<String> list3, List<String> list4, Set<BlockPos> set, Set<BlockPos> set2) DebugGameEventCustomPayload
(RegistryKey<GameEvent> registryKey, Vec3d vec3d) -
Uses of Vec3d in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type Vec3dModifier and TypeFieldDescriptionEntityDamageS2CPacket.sourcePosition
The field for thesourcePosition
record component.Methods in net.minecraft.network.packet.s2c.play that return Vec3dMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type Vec3dModifier and TypeMethodDescriptionEntityDamageS2CPacket.sourcePosition()
Returns the value of thesourcePosition
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type Vec3dModifierConstructorDescriptionEntitySpawnS2CPacket
(int entityId, UUID uuid, double x, double y, double z, float pitch, float yaw, EntityType<?> entityType, int entityData, Vec3d velocity, double headYaw) EntityVelocityUpdateS2CPacket
(int entityId, Vec3d velocity) ExplosionS2CPacket
(double x, double y, double z, float radius, List<BlockPos> affectedBlocks, @Nullable Vec3d playerVelocity, Explosion.DestructionType destructionType, ParticleEffect particle, ParticleEffect emitterParticle, RegistryEntry<SoundEvent> registryEntry) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type Vec3dModifierConstructorDescriptionEntityDamageS2CPacket
(int int2, RegistryEntry<DamageType> registryEntry, int int3, int int4, Optional<Vec3d> optional) -
Uses of Vec3d in net.minecraft.particle
Methods in net.minecraft.particle that return Vec3dModifier and TypeMethodDescriptionprivate static Vec3d
ParticleUtil.getRandomVelocity
(Random random) Methods in net.minecraft.particle with parameters of type Vec3dModifier and TypeMethodDescriptionstatic void
ParticleUtil.spawnParticle
(World world, BlockPos pos, Direction direction, ParticleEffect effect, Vec3d velocity, double offsetMultiplier) Method parameters in net.minecraft.particle with type arguments of type Vec3dModifier 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.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type Vec3dModifier and TypeMethodDescriptionboolean
DamageSourcePredicate.test
(ServerWorld world, Vec3d pos, DamageSource damageSource) boolean
boolean
EntitySubPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
EntitySubPredicateTypes.DynamicVariantType.DynamicPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
EntitySubPredicateTypes.VariantType.VariantPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) 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
RaiderPredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) boolean
SlimePredicate.test
(Entity entity, ServerWorld world, @Nullable Vec3d pos) -
Uses of Vec3d in net.minecraft.server.chase
Fields in net.minecraft.server.chase declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
ChaseClient.TeleportPos.pos
The field for thepos
record component.Methods in net.minecraft.server.chase that return Vec3dModifier and TypeMethodDescriptionChaseClient.TeleportPos.pos()
Returns the value of thepos
record component.Constructors in net.minecraft.server.chase with parameters of type Vec3dModifierConstructorDescription(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
Fields in net.minecraft.server.command declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
ServerCommandSource.position
private final Vec3d
TeleportCommand.LookAtPosition.position
The field for theposition
record component.Methods in net.minecraft.server.command that return Vec3dModifier and TypeMethodDescriptionServerCommandSource.getPosition()
TeleportCommand.LookAtPosition.position()
Returns the value of theposition
record component.Methods in net.minecraft.server.command with parameters of type Vec3dModifier 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) Constructors in net.minecraft.server.command with parameters of type Vec3dModifierConstructorDescription(package private)
LookAtPosition
(Vec3d vec3d) 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, ReturnValueConsumer resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) -
Uses of Vec3d in net.minecraft.server.network
Fields in net.minecraft.server.network declared as Vec3dModifier and TypeFieldDescriptionServerPlayerEntity.enteredNetherPos
ServerPlayerEntity.fallStartPos
ServerPlayerEntity.levitationStartPos
private Vec3d
ServerPlayerEntity.movement
private final Vec3d
ServerPlayerEntity.RespawnPos.pos
The field for thepos
record component.ServerPlayNetworkHandler.requestedTeleportPos
ServerPlayerEntity.vehicleInLavaRidingPos
private Vec3d
EntityTrackerEntry.velocity
Methods in net.minecraft.server.network that return Vec3dModifier and TypeMethodDescriptionServerPlayerEntity.getMovement()
EntityTrackerEntry.getPos()
EntityTrackerEntry.getVelocity()
ServerPlayerEntity.RespawnPos.pos()
Returns the value of thepos
record component.Methods in net.minecraft.server.network with parameters of type Vec3dModifier and TypeMethodDescriptionServerPlayerEntity.RespawnPos.fromCurrentPos
(Vec3d respawnPos, BlockPos currentPos) private static float
void
ServerPlayerEntity.lookAt
(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) Changes this entity's pitch and yaw to look attarget
.static void
DebugInfoSender.sendGameEvent
(World world, RegistryEntry<GameEvent> event, Vec3d pos) void
ServerPlayerEntity.setOnGround
(Vec3d movement) void
Allows you to do certain speed and velocity calculations.Constructors in net.minecraft.server.network with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
ServerWorld.emitGameEvent
(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event. -
Uses of Vec3d in net.minecraft.structure
Fields in net.minecraft.structure declared as Vec3dMethods in net.minecraft.structure that return Vec3dModifier and TypeMethodDescriptionstatic Vec3d
StructureTemplate.transformAround
(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot) Methods in net.minecraft.structure with parameters of type Vec3dModifier and TypeMethodDescriptionstatic Vec3d
StructureTemplate.transformAround
(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot) Constructors in net.minecraft.structure with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.test
Methods in net.minecraft.test that return Vec3dModifier and TypeMethodDescriptionTestContext.getAbsolute
(Vec3d pos) TestContext.getRelative
(Vec3d pos) Methods in net.minecraft.test with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
TestContext.dontExpectEntityBetween
(EntityType<?> type, Vec3d pos1, Vec3d pos2) void
TestContext.expectEntityInside
(EntityType<?> type, Vec3d pos1, Vec3d pos2) TestContext.getAbsolute
(Vec3d pos) TestContext.getEntitiesAround
(EntityType<E> type, Vec3d pos, double margin) 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
Methods in net.minecraft.util that return Vec3dModifier and TypeMethodDescriptionCubicSampler.RgbFetcher.fetch
(int x, int y, int z) static Vec3d
CubicSampler.sampleColor
(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher) Methods in net.minecraft.util with parameters of type Vec3dModifier and TypeMethodDescriptionstatic Vec3d
CubicSampler.sampleColor
(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher) -
Uses of Vec3d in net.minecraft.util.hit
Fields in net.minecraft.util.hit declared as Vec3dMethods in net.minecraft.util.hit that return Vec3dMethods in net.minecraft.util.hit with parameters of type Vec3dModifier and TypeMethodDescriptionstatic BlockHitResult
BlockHitResult.createMissed
(Vec3d pos, Direction side, BlockPos blockPos) Constructors in net.minecraft.util.hit with parameters of type Vec3dModifierConstructorDescriptionprivate
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
Fields in net.minecraft.util.math declared as Vec3dFields in net.minecraft.util.math with type parameters of type Vec3dMethods in net.minecraft.util.math that return Vec3dModifier 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
.BlockPointer.centerPos()
BlockPos.clampToWithin
(Vec3d pos) 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.getBottomCenter()
Box.getCenter()
Returns the center position of this box.Box.getMaxPos()
Box.getMinPos()
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.toBottomCenterPos()
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) Methods in net.minecraft.util.math that return types with arguments of type Vec3dModifier and TypeMethodDescriptionLongJumpUtil.getJumpingVelocity
(MobEntity entity, Vec3d jumpTarget, float maxVelocity, int angle, boolean requireClearPath) Methods in net.minecraft.util.math with parameters of type Vec3dModifier and TypeMethodDescriptionReturns the sum of this vector and the given vector.BlockPos.clampToWithin
(Vec3d pos) 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
static Direction
LongJumpUtil.getJumpingVelocity
(MobEntity entity, Vec3d jumpTarget, float maxVelocity, int angle, boolean requireClearPath) boolean
Box.intersects
(Vec3d pos1, Vec3d pos2) Checks if this box intersects the box of the given positions as corners.private static boolean
LongJumpUtil.isPathClear
(MobEntity entity, EntityDimensions dimensions, Vec3d prevPos, Vec3d nextPos) boolean
Vec3d.isWithinRangeOf
(Vec3d vec, double horizontalRange, double verticalRange) 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) Constructors in net.minecraft.util.math with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.util.shape
Methods in net.minecraft.util.shape that return types with arguments of type Vec3dModifier and TypeMethodDescriptionVoxelShape.getClosestPointTo
(Vec3d target) Returns the closest point in the shape totarget
.Methods in net.minecraft.util.shape with parameters of type Vec3dModifier and TypeMethodDescriptionVoxelShape.getClosestPointTo
(Vec3d target) Returns the closest point in the shape totarget
. -
Uses of Vec3d in net.minecraft.village
Methods in net.minecraft.village that return Vec3dModifier and TypeMethodDescriptionZombieSiegeManager.getSpawnVector
(ServerWorld world, BlockPos pos) -
Uses of Vec3d in net.minecraft.world
Fields in net.minecraft.world declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
BlockStateRaycastContext.end
private final Vec3d
RaycastContext.end
private final Vec3d
TeleportTarget.pos
The field for thepos
record component.private final Vec3d
BlockStateRaycastContext.start
private final Vec3d
RaycastContext.start
private final Vec3d
TeleportTarget.velocity
The field for thevelocity
record component.Methods in net.minecraft.world that return Vec3dModifier and TypeMethodDescriptionBlockStateRaycastContext.getEnd()
RaycastContext.getEnd()
abstract Vec3d
CommandBlockExecutor.getPos()
BlockStateRaycastContext.getStart()
RaycastContext.getStart()
private static Vec3d
TeleportTarget.getWorldSpawnPos
(ServerWorld world, Entity entity) TeleportTarget.pos()
Returns the value of thepos
record component.TeleportTarget.velocity()
Returns the value of thevelocity
record component.Methods in net.minecraft.world that return types with arguments of type Vec3dModifier and TypeMethodDescriptionCollisionView.findClosestCollision
(@Nullable Entity entity, VoxelShape shape, Vec3d target, double x, double y, double z) Methods in net.minecraft.world with parameters of type Vec3dModifier 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
(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) Emits a game event.default void
WorldAccess.emitGameEvent
(@Nullable Entity entity, RegistryEntry<GameEvent> event, Vec3d pos) void
WorldAccess.emitGameEvent
(RegistryEntry<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) Constructors in net.minecraft.world with parameters of type Vec3dModifierConstructorDescriptionBlockStateRaycastContext
(Vec3d start, Vec3d end, Predicate<BlockState> statePredicate) RaycastContext
(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, ShapeContext shapeContext) RaycastContext
(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity) TeleportTarget
(ServerWorld serverWorld, Vec3d vec3d, Vec3d vec3d2, float float2, float float3, boolean bool, TeleportTarget.PostDimensionTransition postDimensionTransition) TeleportTarget
(ServerWorld world, Vec3d pos, Vec3d velocity, float yaw, float pitch, TeleportTarget.PostDimensionTransition postDimensionTransition) -
Uses of Vec3d in net.minecraft.world.border
Methods in net.minecraft.world.border with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return Vec3dModifier and TypeMethodDescriptionstatic Vec3d
NetherPortal.entityPosInPortal
(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) static Vec3d
NetherPortal.findOpenPosition
(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions) Methods in net.minecraft.world.dimension with parameters of type Vec3dModifier and TypeMethodDescriptionstatic Vec3d
NetherPortal.entityPosInPortal
(BlockLocating.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions) static Vec3d
NetherPortal.findOpenPosition
(Vec3d fallback, ServerWorld world, Entity entity, EntityDimensions dimensions) -
Uses of Vec3d in net.minecraft.world.event
Fields in net.minecraft.world.event declared as Vec3dMethods in net.minecraft.world.event that return Vec3dMethods in net.minecraft.world.event that return types with arguments of type Vec3dModifier and TypeMethodDescriptionMethods in net.minecraft.world.event with parameters of type Vec3dModifier and TypeMethodDescriptionvoid
Vibrations.VibrationListener.forceListen
(ServerWorld world, RegistryEntry<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, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.private void
Vibrations.VibrationListener.listen
(ServerWorld world, Vibrations.ListenerData listenerData, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter, Vec3d emitterPos, Vec3d listenerPos) Constructors in net.minecraft.world.event with parameters of type Vec3dModifierConstructorDescriptionMessage
(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter, GameEventListener listener, Vec3d listenerPos) -
Uses of Vec3d in net.minecraft.world.event.listener
Fields in net.minecraft.world.event.listener declared as Vec3dModifier and TypeFieldDescriptionprivate final Vec3d
Vibration.pos
The field for thepos
record component.Methods in net.minecraft.world.event.listener that return Vec3dMethods in net.minecraft.world.event.listener that return types with arguments of type Vec3dModifier and TypeMethodDescriptionSimpleGameEventDispatcher.dispatchTo
(ServerWorld world, Vec3d listenerPos, GameEventListener listener) Methods in net.minecraft.world.event.listener with parameters of type Vec3dModifier and TypeMethodDescriptionboolean
GameEventDispatcher.dispatch
(RegistryEntry<GameEvent> event, Vec3d pos, GameEvent.Emitter emitter, GameEventDispatcher.DispatchCallback callback) Dispatches an event to all the listeners in this dispatcher.void
GameEventDispatchManager.dispatch
(RegistryEntry<GameEvent> event, Vec3d emitterPos, GameEvent.Emitter emitter) boolean
SimpleGameEventDispatcher.dispatch
(RegistryEntry<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, RegistryEntry<GameEvent> event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.void
GameEventDispatcher.DispatchCallback.visit
(GameEventListener listener, Vec3d listenerPos) Constructors in net.minecraft.world.event.listener with parameters of type Vec3dModifierConstructorDescriptionVibration
(RegistryEntry<GameEvent> gameEvent, float distance, Vec3d pos, @Nullable UUID uuid, @Nullable UUID projectileOwnerUuid) Vibration
(RegistryEntry<GameEvent> registryEntry, float float2, Vec3d vec3d, @Nullable UUID uUID, @Nullable UUID uUID2, @Nullable Entity entity) -
Uses of Vec3d in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion with type parameters of type Vec3dMethods in net.minecraft.world.explosion that return Vec3dMethods in net.minecraft.world.explosion that return types with arguments of type Vec3dMethods in net.minecraft.world.explosion with parameters of type Vec3dModifier and TypeMethodDescriptionstatic float
Explosion.getExposure
(Vec3d source, Entity entity) -
Uses of Vec3d in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as Vec3d