Uses of Class
net.minecraft.util.math.Vec3d
-
Uses of Vec3d in net.minecraft
Fields in net.minecraft declared as Vec3d Modifier and Type Field Description private Vec3dclass_6030.class_6031. field_30148Fields in net.minecraft with type parameters of type Vec3d Modifier and Type Field Description private Optional<Vec3d>class_6030. field_30143Methods in net.minecraft that return Vec3d Modifier and Type Method Description Vec3dclass_6030.class_6031. method_35085()Methods in net.minecraft that return types with arguments of type Vec3d Modifier and Type Method Description private Optional<Vec3d>class_6030. method_35078(MobEntity mobEntity, Vec3d vec3d)private Optional<Vec3d>class_6030. method_35079(MobEntity mobEntity, Vec3d vec3d, int int2)Methods in net.minecraft with parameters of type Vec3d Modifier and Type Method Description private Optional<Vec3d>class_6030. method_35078(MobEntity mobEntity, Vec3d vec3d)private Optional<Vec3d>class_6030. method_35079(MobEntity mobEntity, Vec3d vec3d, int int2)private booleanclass_6030. method_35080(MobEntity mobEntity, Vec3d vec3d, Vec3d vec3d2)Constructors in net.minecraft with parameters of type Vec3d Constructor Description class_6031(BlockPos blockPos, Vec3d vec3d, int int2) -
Uses of Vec3d in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type Vec3d Modifier and Type Method Description booleanLevitationCriterion.Conditions. matches(ServerPlayerEntity player, Vec3d startPos, int duration)booleanNetherTravelCriterion.Conditions. matches(ServerWorld world, Vec3d enteredPos, double exitedPosX, double exitedPosY, double exitedPosZ)booleanTargetHitCriterion.Conditions. test(LootContext projectileContext, Vec3d hitPos, int signalStrength)voidLevitationCriterion. trigger(ServerPlayerEntity player, Vec3d startPos, int duration)voidNetherTravelCriterion. trigger(ServerPlayerEntity player, Vec3d enteredPos)voidTargetHitCriterion. trigger(ServerPlayerEntity player, Entity projectile, Vec3d hitPos, int signalStrength) -
Uses of Vec3d in net.minecraft.block
Fields in net.minecraft.block declared as Vec3d Modifier and Type Field Description private static Vec3d[]RedstoneWireBlock. COLORSFields in net.minecraft.block with type parameters of type Vec3d Modifier and Type Field Description private static Int2ObjectMap<List<Vec3d>>CandleBlock. CANDLES_TO_PARTICLE_OFFSETSprivate static Iterable<Vec3d>CandleCakeBlock. PARTICLE_OFFSETSMethods in net.minecraft.block that return Vec3d Modifier and Type Method Description Vec3dAbstractBlock.AbstractBlockState. getModelOffset(BlockView world, BlockPos pos)Methods in net.minecraft.block that return types with arguments of type Vec3d Modifier and Type Method Description static Optional<Vec3d>RespawnAnchorBlock. findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos)private static Optional<Vec3d>RespawnAnchorBlock. findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos, boolean bool)static Optional<Vec3d>BedBlock. findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, float float2)private static Optional<Vec3d>BedBlock. findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, int[][] int2, boolean bool)private static Optional<Vec3d>BedBlock. findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, Direction direction, Direction direction2)protected abstract Iterable<Vec3d>AbstractCandleBlock. getParticleOffsets(BlockState state)protected Iterable<Vec3d>CandleBlock. getParticleOffsets(BlockState state)protected Iterable<Vec3d>CandleCakeBlock. getParticleOffsets(BlockState state)Methods in net.minecraft.block with parameters of type Vec3d Modifier and Type Method Description private voidRedstoneWireBlock. addPoweredParticles(World world, Random random, BlockPos pos, Vec3d color, Direction direction, Direction direction2, float float2, float float3)private static intTargetBlock. calculatePower(BlockHitResult hitResult, Vec3d pos)private static voidAbstractCandleBlock. spawnCandleParticles(World world, Vec3d vec3d, Random random)static voidPowderSnowBlock. spawnParticles(World world, Vec3d pos) -
Uses of Vec3d in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return Vec3d Modifier and Type Method Description private static Vec3dEndGatewayBlockEntity. findTeleportLocation(ServerWorld world, BlockPos pos)Methods in net.minecraft.block.entity with parameters of type Vec3d Modifier and Type Method Description private static voidAbstractFurnaceBlockEntity. dropExperience(ServerWorld world, Vec3d pos, int multiplier, float experience)private static WorldChunkEndGatewayBlockEntity. getChunk(World world, Vec3d pos)List<Recipe<?>>AbstractFurnaceBlockEntity. getRecipesUsedAndDropExperience(ServerWorld world, Vec3d pos)private static booleanEndGatewayBlockEntity. isChunkEmpty(ServerWorld world, Vec3d pos) -
Uses of Vec3d in net.minecraft.client
Methods in net.minecraft.client with parameters of type Vec3d Modifier and Type Method Description private voidKeyboard. 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 Vec3d Modifier and Type Field Description private Vec3dSubtitlesHud.SubtitleEntry. posMethods in net.minecraft.client.gui.hud that return Vec3d Modifier and Type Method Description Vec3dSubtitlesHud.SubtitleEntry. getPosition()Methods in net.minecraft.client.gui.hud with parameters of type Vec3d Modifier and Type Method Description voidSubtitlesHud.SubtitleEntry. reset(Vec3d pos)Constructors in net.minecraft.client.gui.hud with parameters of type Vec3d Constructor Description SubtitleEntry(Text text, Vec3d pos) -
Uses of Vec3d in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type Vec3d Modifier and Type Field Description private Object2ObjectLinkedOpenHashMap<com.mojang.datafixers.util.Pair<BlockPos,PlayerActionC2SPacket.Action>,Vec3d>ClientPlayerInteractionManager. unacknowledgedPlayerActionsMethods in net.minecraft.client.network that return Vec3d Modifier and Type Method Description Vec3dClientPlayerEntity. method_30951(float float2)Methods in net.minecraft.client.network with parameters of type Vec3d Modifier and Type Method Description voidClientPlayerEntity. move(MovementType movementType, Vec3d movement) -
Uses of Vec3d in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type Vec3d Constructor Description EmitterParticle(ClientWorld world, Entity entity, ParticleEffect parameters, int maxEmitterAge, Vec3d velocity)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 Vec3d Modifier and Type Field Description private Vec3dWorldRenderer. lastCloudsColorprivate Vec3dCamera. posMethods in net.minecraft.client.render that return Vec3d Modifier and Type Method Description abstract Vec3dSkyProperties. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.End. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.Nether. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.Overworld. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dCamera. getPos()Methods in net.minecraft.client.render with parameters of type Vec3d Modifier and Type Method Description abstract Vec3dSkyProperties. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.End. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.Nether. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.Vec3dSkyProperties.Overworld. adjustFogColor(Vec3d color, float sunHeight)Transforms the given fog color based on the current height of the sun.voidWorldRenderer. method_32133(MatrixStack matrixStack, Vec3d vec3d, Matrix4f matrix4f)private voidWorldRenderer. method_34808(Frustum frustum, int int2, boolean bool, Vec3d vec3d, BlockPos blockPos, ChunkBuilder.BuiltChunk builtChunk, int int3, BlockPos blockPos2)private voidWorldRenderer. renderClouds(BufferBuilder builder, double x, double y, double z, Vec3d color)protected voidCamera. setPos(Vec3d pos) -
Uses of Vec3d in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type Vec3d Modifier and Type Method Description booleanBeaconBlockEntityRenderer. method_33892(BeaconBlockEntity beaconBlockEntity, Vec3d vec3d)default booleanBlockEntityRenderer. method_33892(T t, Vec3d vec3d) -
Uses of Vec3d in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as Vec3d Modifier and Type Field Description private Vec3dChunkBuilder. cameraPositionMethods in net.minecraft.client.render.chunk that return Vec3d Modifier and Type Method Description Vec3dChunkBuilder. getCameraPosition()Methods in net.minecraft.client.render.chunk with parameters of type Vec3d Modifier and Type Method Description voidChunkBuilder. setCameraPosition(Vec3d cameraPosition) -
Uses of Vec3d in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as Vec3d Modifier and Type Field Description Vec3dGameEventDebugRenderer.Entry. field_28260Constructors in net.minecraft.client.render.debug with parameters of type Vec3d Constructor Description Entry(long long2, GameEvent gameEvent, Vec3d vec3d) -
Uses of Vec3d in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return Vec3d Modifier and Type Method Description private Vec3dGuardianEntityRenderer. fromLerpedPosition(LivingEntity entity, double yOffset, float delta)Vec3dEndermanEntityRenderer. getPositionOffset(EndermanEntity endermanEntity, float float2)Vec3dEntityRenderer. getPositionOffset(T entity, float tickDelta)Vec3dItemFrameEntityRenderer. getPositionOffset(T t, float float2)Vec3dPlayerEntityRenderer. getPositionOffset(AbstractClientPlayerEntity abstractClientPlayerEntity, float float2)Vec3dShulkerEntityRenderer. getPositionOffset(ShulkerEntity shulkerEntity, float float2) -
Uses of Vec3d in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Vec3d Modifier and Type Field Description private Vec3dSoundListener. posMethods in net.minecraft.client.sound that return Vec3d Modifier and Type Method Description Vec3dSoundListener. getPos()Methods in net.minecraft.client.sound with parameters of type Vec3d Modifier and Type Method Description voidSoundListener. setPosition(Vec3d position)voidSource. setPosition(Vec3d vec3d) -
Uses of Vec3d in net.minecraft.client.world
Methods in net.minecraft.client.world that return Vec3d Modifier and Type Method Description Vec3dClientWorld. getCloudsColor(float tickDelta)Vec3dClientWorld. method_23777(Vec3d vec3d, float float2)Methods in net.minecraft.client.world with parameters of type Vec3d Modifier and Type Method Description Vec3dClientWorld. method_23777(Vec3d vec3d, float float2) -
Uses of Vec3d in net.minecraft.command
Fields in net.minecraft.command with type parameters of type Vec3d Modifier and Type Field Description static BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. ARBITRARYstatic BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. FURTHESTstatic BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. NEARESTprivate Function<Vec3d,Vec3d>EntitySelector. positionOffsetprivate Function<Vec3d,Vec3d>EntitySelector. positionOffsetstatic BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. RANDOMprivate BiConsumer<Vec3d,List<? extends Entity>>EntitySelector. sorterprivate BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. sorterMethods in net.minecraft.command that return types with arguments of type Vec3d Modifier and Type Method Description BiConsumer<Vec3d,List<? extends Entity>>EntitySelectorReader. method_35818()Methods in net.minecraft.command with parameters of type Vec3d Modifier and Type Method Description private voidEntitySelector. appendEntitiesFromWorld(List<Entity> list, ServerWorld serverWorld, Vec3d vec3d, Predicate<Entity> predicate)private <T extends Entity>
List<T>EntitySelector. getEntities(Vec3d vec3d, List<T> list)private Predicate<Entity>EntitySelector. getPositionPredicate(Vec3d vec3d)Method parameters in net.minecraft.command with type arguments of type Vec3d Modifier and Type Method Description voidEntitySelectorReader. setSorter(BiConsumer<Vec3d,List<? extends Entity>> sorter)Constructor parameters in net.minecraft.command with type arguments of type Vec3d Constructor Description 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)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
Fields in net.minecraft.command.argument with type parameters of type Vec3d Modifier and Type Field Description private BiFunction<Vec3d,Entity,Vec3d>EntityAnchorArgumentType.EntityAnchor. offsetprivate BiFunction<Vec3d,Entity,Vec3d>EntityAnchorArgumentType.EntityAnchor. offsetMethods in net.minecraft.command.argument that return Vec3d Modifier and Type Method Description static Vec3dVec3ArgumentType. getVec3(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)Vec3dEntityAnchorArgumentType.EntityAnchor. positionAt(Entity entity)Vec3dEntityAnchorArgumentType.EntityAnchor. positionAt(ServerCommandSource serverCommandSource)Vec3dDefaultPosArgument. toAbsolutePos(ServerCommandSource source)Vec3dLookingPosArgument. toAbsolutePos(ServerCommandSource source)Vec3dPosArgument. toAbsolutePos(ServerCommandSource source)Constructor parameters in net.minecraft.command.argument with type arguments of type Vec3d Constructor Description EntityAnchor(String id, BiFunction<Vec3d,Entity,Vec3d> offset)EntityAnchor(String id, BiFunction<Vec3d,Entity,Vec3d> offset) -
Uses of Vec3d in net.minecraft.entity
Fields in net.minecraft.entity declared as Vec3d Modifier and Type Field Description protected Vec3dEntity. movementMultiplierprivate Vec3dEntity. posprivate Vec3dEntity. trackedPositionprivate Vec3dEntity. velocityMethods in net.minecraft.entity that return Vec3d Modifier and Type Method Description static Vec3dEntity. adjustMovementForCollisions(@Nullable Entity entity, Vec3d movement, Box entityBoundingBox, World world, ShapeContext context, ReusableStream<VoxelShape> collisions)private Vec3dEntity. adjustMovementForCollisions(Vec3d movement)static Vec3dEntity. adjustMovementForCollisions(Vec3d movement, Box entityBoundingBox, ReusableStream<VoxelShape> collisions)protected Vec3dEntity. adjustMovementForPiston(Vec3d movement)protected Vec3dEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)static Vec3dEntity. adjustSingleAxisMovementForCollisions(Vec3d movement, Box entityBoundingBox, WorldView world, ShapeContext context, ReusableStream<VoxelShape> collisions)private Vec3dLivingEntity. applyClimbingSpeed(Vec3d motion)static @Nullable Vec3dDismounting. findRespawnPos(EntityType<?> entityType, CollisionView world, BlockPos pos, boolean bool)Vec3dEntity. getCameraPosVec(float tickDelta)Vec3dEntity. getClientCameraPosVec(float tickDelta)Vec3dEntity. getEyePos()Vec3dEntity. getLerpedPos(float delta)Vec3dEntity. getOppositeRotationVector(float tickDelta)protected Vec3dEntity. getOppositeRotationVector(float pitch, float yaw)protected static Vec3dEntity. getPassengerDismountOffset(double vehicleWidth, double passengerWidth, float passengerYaw)Vec3dEntity. getPos()Vec3dEntity. getRotationVec(float tickDelta)Vec3dEntity. getRotationVecClient()Vec3dEntity. getRotationVector()protected Vec3dEntity. getRotationVector(float pitch, float yaw)Vec3dEntity. getTrackedPosition()Vec3dEntity. getVelocity()Vec3dLivingEntity. method_26317(double double2, boolean bool, Vec3d vec3d)Vec3dLivingEntity. method_26318(Vec3d vec3d, float float2)Vec3dEntity. method_29919()Vec3dEntity. method_30951(float float2)static Vec3dLivingEntity. method_31079(Vec3d vec3d)private static Vec3dEntity. movementInputToVelocity(Vec3d movementInput, float speed, float yaw)protected Vec3dEntity. positionInPortal(Direction.Axis portalAxis, PortalUtil.Rectangle portalRect)protected Vec3dLivingEntity. positionInPortal(Direction.Axis portalAxis, PortalUtil.Rectangle portalRect)Vec3dEntity. updatePassengerForDismount(LivingEntity passenger)Methods in net.minecraft.entity with parameters of type Vec3d Modifier and Type Method Description static Vec3dEntity. adjustMovementForCollisions(@Nullable Entity entity, Vec3d movement, Box entityBoundingBox, World world, ShapeContext context, ReusableStream<VoxelShape> collisions)private Vec3dEntity. adjustMovementForCollisions(Vec3d movement)static Vec3dEntity. adjustMovementForCollisions(Vec3d movement, Box entityBoundingBox, ReusableStream<VoxelShape> collisions)protected Vec3dEntity. adjustMovementForPiston(Vec3d movement)protected Vec3dEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)static Vec3dEntity. adjustSingleAxisMovementForCollisions(Vec3d movement, Box entityBoundingBox, WorldView world, ShapeContext context, ReusableStream<VoxelShape> collisions)private Vec3dLivingEntity. applyClimbingSpeed(Vec3d motion)static booleanDismounting. canPlaceEntityAt(CollisionView world, Vec3d offset, LivingEntity entity, EntityPose pose)BoxEntityDimensions. getBoxAt(Vec3d pos)default Vec3fCrossbowUser. getProjectileLaunchVelocity(LivingEntity entity, Vec3d positionDelta, float multishotSpray)ActionResultEntity. interactAt(PlayerEntity player, Vec3d hitPos, Hand hand)voidEntity. lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target)voidLivingEntity. lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target)Vec3dLivingEntity. method_26317(double double2, boolean bool, Vec3d vec3d)Vec3dLivingEntity. method_26318(Vec3d vec3d, float float2)static Vec3dLivingEntity. method_31079(Vec3d vec3d)voidEntity. method_33574(Vec3d vec3d)voidEntity. move(MovementType movementType, Vec3d movement)private static Vec3dEntity. movementInputToVelocity(Vec3d movementInput, float speed, float yaw)voidEntity. refreshPositionAfterTeleport(Vec3d pos)voidItemSteerable. setMovementInput(Vec3d movementInput)voidEntity. setVelocity(Vec3d velocity)voidEntity. slowMovement(BlockState state, Vec3d multiplier)static voidExperienceOrbEntity. spawn(ServerWorld world, Vec3d pos, int amount)doubleEntity. squaredDistanceTo(Vec3d vector)static doubleEntity. squaredHorizontalLength(Vec3d vector)default booleanItemSteerable. travel(MobEntity entity, SaddledComponent saddledEntity, Vec3d movementInput)voidLivingEntity. travel(Vec3d movementInput)voidEntity. updateTrackedPosition(Vec3d pos)voidEntity. updateVelocity(float speed, Vec3d movementInput)private static booleanExperienceOrbEntity. wasMergedIntoExistingOrb(ServerWorld world, Vec3d pos, int amount) -
Uses of Vec3d in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai that return Vec3d Modifier and Type Method Description static @Nullable Vec3dAboveGroundTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, double x, double z, float angle, int maxAboveSolid, int minAboveSolid)static @Nullable Vec3dFuzzyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange)static @Nullable Vec3dFuzzyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, ToDoubleFunction<BlockPos> scorer)static @Nullable Vec3dNoPenaltySolidTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, double xDirection, double zDirection, double rangeAngle)static @Nullable Vec3dNoPenaltyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange)static @Nullable Vec3dNoPenaltyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d direction)static @Nullable Vec3dNoPenaltyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end, double angleRange)static @Nullable Vec3dNoWaterTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, Vec3d direction, double angleRange)static @Nullable Vec3dFuzzyTargeting. findFrom(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start)static @Nullable Vec3dFuzzyTargeting. findTo(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end)private static @Nullable Vec3dFuzzyTargeting. findValid(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d direction, boolean posTargetInRange)static @Nullable Vec3dFuzzyPositions. guessBest(Supplier<BlockPos> factory, ToDoubleFunction<BlockPos> scorer)Returns thebottom centerof a highest scoring position, as determined byscorer, out of 10 tries on positions obtained fromfactory.static @Nullable Vec3dFuzzyPositions. 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 Vec3d Modifier and Type Method Description static @Nullable Vec3dNoPenaltyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d direction)static @Nullable Vec3dNoPenaltyTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end, double angleRange)static @Nullable Vec3dNoWaterTargeting. find(PathAwareEntity entity, int horizontalRange, int verticalRange, int startHeight, Vec3d direction, double angleRange)static @Nullable Vec3dFuzzyTargeting. findFrom(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d start)static @Nullable Vec3dFuzzyTargeting. findTo(PathAwareEntity entity, int horizontalRange, int verticalRange, Vec3d end)private static @Nullable Vec3dFuzzyTargeting. 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 Vec3d Modifier and Type Field Description private Vec3dBlockPosLookTarget. posMethods in net.minecraft.entity.ai.brain that return Vec3d Modifier and Type Method Description Vec3dBlockPosLookTarget. getPos()Vec3dEntityLookTarget. getPos()Vec3dLookTarget. getPos()Constructors in net.minecraft.entity.ai.brain with parameters of type Vec3d Constructor Description 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 with type parameters of type Vec3d Modifier and Type Field Description private Function<T,Vec3d>GoToRememberedPositionTask. posRetrieverMethods in net.minecraft.entity.ai.brain.task that return Vec3d Modifier and Type Method Description private @Nullable Vec3dSeekSkyTask. findNearbySky(ServerWorld world, LivingEntity entity)private Vec3dGoToRememberedPositionTask. getPos(PathAwareEntity entity)static @Nullable Vec3dLookTargetUtil. method_33193(PathAwareEntity pathAwareEntity, int int2, int int3)protected Vec3dAquaticStrollTask. method_33201(PathAwareEntity pathAwareEntity)protected @Nullable Vec3dStrollTask. method_33201(PathAwareEntity pathAwareEntity)Methods in net.minecraft.entity.ai.brain.task with parameters of type Vec3d Modifier and Type Method Description static voidLookTargetUtil. give(LivingEntity entity, ItemStack stack, Vec3d targetLocation)private static voidGoToRememberedPositionTask. setWalkTarget(PathAwareEntity entity, Vec3d pos, float speed)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type Vec3d Constructor Description GoToRememberedPositionTask(MemoryModuleType<T> memoryType, float speed, int range, boolean requiresWalkTarget, Function<T,Vec3d> posRetriever) -
Uses of Vec3d in net.minecraft.entity.ai.control
Methods in net.minecraft.entity.ai.control with parameters of type Vec3d Modifier and Type Method Description voidLookControl. lookAt(Vec3d direction) -
Uses of Vec3d in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return Vec3d Modifier and Type Method Description private @Nullable Vec3dFlyOntoTreeGoal. getTreeTarget()protected @Nullable Vec3dFlyOntoTreeGoal. getWanderTarget()protected @Nullable Vec3dIronGolemWanderAroundGoal. getWanderTarget()protected @Nullable Vec3dSwimAroundGoal. getWanderTarget()protected @Nullable Vec3dWanderAroundFarGoal. getWanderTarget()protected @Nullable Vec3dWanderAroundGoal. getWanderTarget()protected @Nullable Vec3dWanderAroundPointOfInterestGoal. getWanderTarget()protected @Nullable Vec3dEscapeSunlightGoal. locateShadedPos()private @Nullable Vec3dIronGolemWanderAroundGoal. method_27925()private @Nullable Vec3dIronGolemWanderAroundGoal. method_27926()private @Nullable Vec3dIronGolemWanderAroundGoal. method_27927() -
Uses of Vec3d in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as Vec3d Modifier and Type Field Description protected Vec3dEntityNavigation. pathStartPosMethods in net.minecraft.entity.ai.pathing that return Vec3d Modifier and Type Method Description Vec3dPath. getNodePosition(Entity entity)Vec3dPath. getNodePosition(Entity entity, int index)protected Vec3dBirdNavigation. getPos()The position to act as if the entity is at for pathfinding purposesprotected abstract Vec3dEntityNavigation. getPos()The position to act as if the entity is at for pathfinding purposesprotected Vec3dMobNavigation. getPos()The position to act as if the entity is at for pathfinding purposesprotected Vec3dSwimNavigation. getPos()The position to act as if the entity is at for pathfinding purposesVec3dPathNode. method_35496()Methods in net.minecraft.entity.ai.pathing with parameters of type Vec3d Modifier and Type Method Description private booleanMobNavigation. allVisibleArePassable(int x, int y, int z, int xSize, int ySize, int zSize, Vec3d entityPos, double lookVecX, double lookVecZ)Checks whether all blocks in the box which are visible (in front of) the mob can be pathed throughprivate booleanMobNavigation. allVisibleAreSafe(int centerX, int centerY, int centerZ, int xSize, int ySize, int zSize, Vec3d entityPos, double lookVecX, double lookVecZ)protected booleanBirdNavigation. canPathDirectlyThrough(Vec3d origin, Vec3d target, int sizeX, int sizeY, int sizeZ)protected abstract booleanEntityNavigation. canPathDirectlyThrough(Vec3d origin, Vec3d target, int sizeX, int sizeY, int sizeZ)protected booleanMobNavigation. canPathDirectlyThrough(Vec3d origin, Vec3d target, int sizeX, int sizeY, int sizeZ)protected booleanSwimNavigation. canPathDirectlyThrough(Vec3d origin, Vec3d target, int sizeX, int sizeY, int sizeZ)protected voidEntityNavigation. checkTimeouts(Vec3d currentPos)protected voidSwimNavigation. checkTimeouts(Vec3d currentPos)private booleanEntityNavigation. method_27799(Vec3d vec3d) -
Uses of Vec3d in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss with parameters of type Vec3d Modifier and Type Method Description voidWitherEntity. slowMovement(BlockState state, Vec3d multiplier) -
Uses of Vec3d in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return Vec3d Modifier and Type Method Description Vec3dEnderDragonEntity. getRotationVectorFromPhase(float tickDelta) -
Uses of Vec3d in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as Vec3d Modifier and Type Field Description private Vec3dChargingPlayerPhase. pathTargetprivate Vec3dHoldingPatternPhase. pathTargetprivate Vec3dLandingApproachPhase. pathTargetprivate Vec3dStrafePlayerPhase. pathTargetprivate Vec3dTakeoffPhase. pathTargetprivate Vec3dDyingPhase. targetprivate Vec3dHoverPhase. targetprivate Vec3dLandingPhase. targetMethods in net.minecraft.entity.boss.dragon.phase that return Vec3d Modifier and Type Method Description @Nullable Vec3dAbstractPhase. getPathTarget()@Nullable Vec3dChargingPlayerPhase. getPathTarget()@Nullable Vec3dDyingPhase. getPathTarget()@Nullable Vec3dHoldingPatternPhase. getPathTarget()@Nullable Vec3dHoverPhase. getPathTarget()@Nullable Vec3dLandingApproachPhase. getPathTarget()@Nullable Vec3dLandingPhase. getPathTarget()@Nullable Vec3dPhase. getPathTarget()@Nullable Vec3dStrafePlayerPhase. getPathTarget()@Nullable Vec3dTakeoffPhase. getPathTarget()Methods in net.minecraft.entity.boss.dragon.phase with parameters of type Vec3d Modifier and Type Method Description voidChargingPlayerPhase. setPathTarget(Vec3d pathTarget) -
Uses of Vec3d in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage that return Vec3d Modifier and Type Method Description @Nullable Vec3dDamageSource. getPosition()@Nullable Vec3dEntityDamageSource. getPosition() -
Uses of Vec3d in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return Vec3d Modifier and Type Method Description Vec3dArmorStandEntity. getClientCameraPosVec(float tickDelta)Vec3dLeashKnotEntity. method_30951(float float2)Methods in net.minecraft.entity.decoration with parameters of type Vec3d Modifier and Type Method Description ActionResultArmorStandEntity. interactAt(PlayerEntity player, Vec3d hitPos, Hand hand)voidAbstractDecorationEntity. move(MovementType movementType, Vec3d movement)voidItemFrameEntity. move(MovementType movementType, Vec3d movement)private EquipmentSlotArmorStandEntity. slotFromPosition(Vec3d vec3d)voidArmorStandEntity. travel(Vec3d movementInput) -
Uses of Vec3d in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as Vec3d Modifier and Type Field Description private Vec3d[][]IllusionerEntity. field_7297private Vec3dPhantomEntity. targetPositionMethods in net.minecraft.entity.mob that return Vec3d Modifier and Type Method Description private static Vec3dPiglinBrain. findGround(PiglinEntity piglin)Vec3dShulkerEntity. getVelocity()private @Nullable Vec3dDrownedEntity.WanderAroundOnSurfaceGoal. getWanderTarget()Vec3d[]IllusionerEntity. method_7065(float float2)Methods in net.minecraft.entity.mob that return types with arguments of type Vec3d Modifier and Type Method Description Optional<Vec3d>ShulkerEntity. method_33352(float float2)Methods in net.minecraft.entity.mob with parameters of type Vec3d Modifier and Type Method Description private static voidPiglinBrain. drop(PiglinEntity piglin, List<ItemStack> list, Vec3d vec3d)voidShulkerEntity. move(MovementType movementType, Vec3d movement)voidVexEntity. move(MovementType movementType, Vec3d movement)voidShulkerEntity. setVelocity(Vec3d velocity)voidSpiderEntity. slowMovement(BlockState state, Vec3d multiplier)voidDrownedEntity. travel(Vec3d movementInput)voidFlyingEntity. travel(Vec3d movementInput)voidGuardianEntity. travel(Vec3d movementInput)private booleanGhastEntity.GhastMoveControl. willCollide(Vec3d direction, int steps) -
Uses of Vec3d in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Vec3d Modifier and Type Field Description private Vec3dBeeEntity.PollinateGoal. nextTargetprivate Vec3dPandaEntity. playingJumpMethods in net.minecraft.entity.passive that return Vec3d Modifier and Type Method Description private Vec3dSquidEntity. applyBodyRotations(Vec3d shootVector)private @Nullable Vec3dBeeEntity.BeeWanderAroundGoal. getRandomLocation()private @Nullable Vec3dHorseBaseEntity. method_27930(Vec3d vec3d, LivingEntity livingEntity)Vec3dBeeEntity. method_29919()Vec3dFoxEntity. method_29919()Vec3dIronGolemEntity. method_29919()Vec3dLlamaEntity. method_29919()Vec3dOcelotEntity. method_29919()Vec3dParrotEntity. method_29919()Vec3dPigEntity. method_29919()Vec3dRabbitEntity. method_29919()Vec3dSnowGolemEntity. method_29919()Vec3dStriderEntity. method_29919()Vec3dWolfEntity. method_29919()Vec3dMerchantEntity. method_30951(float float2)Vec3dHorseBaseEntity. updatePassengerForDismount(LivingEntity passenger)Vec3dPigEntity. updatePassengerForDismount(LivingEntity passenger)Vec3dStriderEntity. updatePassengerForDismount(LivingEntity passenger)Methods in net.minecraft.entity.passive with parameters of type Vec3d Modifier and Type Method Description private Vec3dSquidEntity. applyBodyRotations(Vec3d shootVector)private @Nullable Vec3dHorseBaseEntity. method_27930(Vec3d vec3d, LivingEntity livingEntity)voidPigEntity. setMovementInput(Vec3d movementInput)voidStriderEntity. setMovementInput(Vec3d movementInput)voidAxolotlEntity. travel(Vec3d movementInput)voidDolphinEntity. travel(Vec3d movementInput)voidFishEntity. travel(Vec3d movementInput)voidHorseBaseEntity. travel(Vec3d movementInput)voidPigEntity. travel(Vec3d movementInput)voidSquidEntity. travel(Vec3d movementInput)voidStriderEntity. travel(Vec3d movementInput)voidTurtleEntity. travel(Vec3d movementInput) -
Uses of Vec3d in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Vec3d Modifier and Type Method Description protected Vec3dPlayerEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)Vec3dPlayerEntity. method_30951(float float2)Methods in net.minecraft.entity.player that return types with arguments of type Vec3d Modifier and Type Method Description static Optional<Vec3d>PlayerEntity. findRespawnPosition(ServerWorld world, BlockPos pos, float float2, boolean bool, boolean bool2)Methods in net.minecraft.entity.player with parameters of type Vec3d Modifier and Type Method Description protected Vec3dPlayerEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)voidPlayerEntity. slowMovement(BlockState state, Vec3d multiplier)voidPlayerEntity. travel(Vec3d movementInput) -
Uses of Vec3d in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type Vec3d Modifier and Type Method Description protected @Nullable EntityHitResultPersistentProjectileEntity. getEntityCollision(Vec3d currentPosition, Vec3d nextPosition)static @Nullable EntityHitResultProjectileUtil. getEntityCollision(World world, Entity entity, Vec3d vec3d, Vec3d vec3d2, Box box, Predicate<Entity> predicate)protected @Nullable EntityHitResultTridentEntity. getEntityCollision(Vec3d currentPosition, Vec3d nextPosition)voidPersistentProjectileEntity. move(MovementType movementType, Vec3d movement)static @Nullable EntityHitResultProjectileUtil. raycast(Entity entity, Vec3d vec3d, Vec3d vec3d2, Box box, Predicate<Entity> predicate, double double2) -
Uses of Vec3d in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return Vec3d Modifier and Type Method Description Vec3dCommandBlockMinecartEntity.CommandExecutor. getPos()protected Vec3dAbstractMinecartEntity. positionInPortal(Direction.Axis portalAxis, PortalUtil.Rectangle portalRect)protected Vec3dBoatEntity. positionInPortal(Direction.Axis portalAxis, PortalUtil.Rectangle portalRect)@Nullable Vec3dAbstractMinecartEntity. snapPositionToRail(double x, double y, double z)@Nullable Vec3dAbstractMinecartEntity. 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.Vec3dAbstractMinecartEntity. updatePassengerForDismount(LivingEntity passenger)Vec3dBoatEntity. updatePassengerForDismount(LivingEntity passenger) -
Uses of Vec3d in net.minecraft.fluid
Methods in net.minecraft.fluid that return Vec3d Modifier and Type Method Description Vec3dEmptyFluid. getVelocity(BlockView world, BlockPos pos, FluidState state)Vec3dFlowableFluid. getVelocity(BlockView world, BlockPos pos, FluidState state)protected abstract Vec3dFluid. getVelocity(BlockView world, BlockPos pos, FluidState state)Vec3dFluidState. getVelocity(BlockView world, BlockPos pos) -
Uses of Vec3d in net.minecraft.item
Methods in net.minecraft.item that return Vec3d Modifier and Type Method Description Vec3dItemUsageContext. getHitPos()Methods in net.minecraft.item with parameters of type Vec3d Modifier and Type Method Description Optional<MobEntity>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 Vec3d Modifier and Type Field Description static LootContextParameter<Vec3d>LootContextParameters. ORIGIN -
Uses of Vec3d in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as Vec3d Modifier and Type Field Description private Vec3dPlayerInteractEntityC2SPacket.InteractAtHandler. posMethods in net.minecraft.network.packet.c2s.play with parameters of type Vec3d Modifier and Type Method Description voidPlayerInteractEntityC2SPacket.Handler. interactAt(Hand hand, Vec3d pos)static PlayerInteractEntityC2SPacketPlayerInteractEntityC2SPacket. interactAt(Entity entity, boolean playerSneaking, Hand hand, Vec3d pos)Constructors in net.minecraft.network.packet.c2s.play with parameters of type Vec3d Constructor Description InteractAtHandler(Hand hand, Vec3d pos) -
Uses of Vec3d in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return Vec3d Modifier and Type Method Description Vec3dEntityS2CPacket. calculateDeltaPosition(Vec3d orig)static Vec3dEntityS2CPacket. decodePacketCoordinates(long x, long y, long z)@Nullable Vec3dLookAtS2CPacket. getTargetPosition(World world)Methods in net.minecraft.network.packet.s2c.play with parameters of type Vec3d Modifier and Type Method Description Vec3dEntityS2CPacket. calculateDeltaPosition(Vec3d orig)Constructors in net.minecraft.network.packet.s2c.play with parameters of type Vec3d Constructor Description EntitySpawnS2CPacket(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, EntityType<?> entityTypeId, int entityData, Vec3d velocity)EntityVelocityUpdateS2CPacket(int id, Vec3d velocity)ExplosionS2CPacket(double x, double y, double z, float radius, List<BlockPos> affectedBlocks, @Nullable Vec3d playerVelocity)PlaySoundIdS2CPacket(Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch) -
Uses of Vec3d in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type Vec3d Modifier and Type Method Description booleanDamageSourcePredicate. test(ServerWorld world, Vec3d pos, DamageSource damageSource)booleanEntityPredicate. test(ServerWorld world, @Nullable Vec3d pos, @Nullable Entity entity) -
Uses of Vec3d in net.minecraft.server.command
Fields in net.minecraft.server.command declared as Vec3d Modifier and Type Field Description private Vec3dServerCommandSource. positionprivate Vec3dTeleportCommand.LookTarget. targetPosMethods in net.minecraft.server.command that return Vec3d Modifier and Type Method Description Vec3dServerCommandSource. getPosition()Methods in net.minecraft.server.command with parameters of type Vec3d Modifier and Type Method Description private static intParticleCommand. execute(ServerCommandSource source, ParticleEffect parameters, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers)private static intPlaySoundCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume)private static intSummonCommand. execute(ServerCommandSource source, Identifier entity, Vec3d pos, NbtCompound nbt, boolean initialize)private static intLootCommand. executeSpawn(ServerCommandSource source, Vec3d pos, List<ItemStack> stacks, LootCommand.FeedbackMessage messageSender)ServerCommandSourceServerCommandSource. withLookingAt(Vec3d position)ServerCommandSourceServerCommandSource. withPosition(Vec3d position)Constructors in net.minecraft.server.command with parameters of type Vec3d Constructor Description LookTarget(Vec3d targetPos)ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity)ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor) -
Uses of Vec3d in net.minecraft.server.network
Fields in net.minecraft.server.network declared as Vec3d Modifier and Type Field Description private @Nullable Vec3dServerPlayerEntity. enteredNetherPosprivate Vec3dServerPlayerEntity. levitationStartPosprivate @Nullable Vec3dServerPlayNetworkHandler. requestedTeleportPosprivate Vec3dEntityTrackerEntry. velocityMethods in net.minecraft.server.network that return Vec3d Modifier and Type Method Description Vec3dEntityTrackerEntry. getLastPos()Decodes lastX/Y/Z into a position vectorMethods in net.minecraft.server.network with parameters of type Vec3d Modifier and Type Method Description voidServerPlayerEntity. lookAt(EntityAnchorArgumentType.EntityAnchor anchorPoint, Vec3d target) -
Uses of Vec3d in net.minecraft.structure
Fields in net.minecraft.structure declared as Vec3d Modifier and Type Field Description Vec3dStructure.StructureEntityInfo. posMethods in net.minecraft.structure that return Vec3d Modifier and Type Method Description static Vec3dStructure. transformAround(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot)Methods in net.minecraft.structure with parameters of type Vec3d Modifier and Type Method Description static Vec3dStructure. transformAround(Vec3d point, BlockMirror mirror, BlockRotation rotation, BlockPos pivot)Constructors in net.minecraft.structure with parameters of type Vec3d Constructor Description StructureEntityInfo(Vec3d pos, BlockPos blockPos, NbtCompound nbt) -
Uses of Vec3d in net.minecraft.test
Methods in net.minecraft.test that return Vec3d Modifier and Type Method Description Vec3dStartupParameter. method_35978(Vec3d vec3d)Methods in net.minecraft.test with parameters of type Vec3d Modifier and Type Method Description <E extends Entity>
EStartupParameter. method_35963(EntityType<E> entityType, Vec3d vec3d)Vec3dStartupParameter. method_35978(Vec3d vec3d)<E extends MobEntity>
EStartupParameter. method_36008(EntityType<E> entityType, Vec3d vec3d) -
Uses of Vec3d in net.minecraft.util
Methods in net.minecraft.util that return Vec3d Modifier and Type Method Description Vec3dCubicSampler.RgbFetcher. fetch(int x, int y, int z)static Vec3dCubicSampler. sampleColor(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher)Methods in net.minecraft.util with parameters of type Vec3d Modifier and Type Method Description static Vec3dCubicSampler. sampleColor(Vec3d pos, CubicSampler.RgbFetcher rgbFetcher) -
Uses of Vec3d in net.minecraft.util.hit
Fields in net.minecraft.util.hit declared as Vec3d Modifier and Type Field Description protected Vec3dHitResult. posMethods in net.minecraft.util.hit that return Vec3d Modifier and Type Method Description Vec3dHitResult. getPos()Methods in net.minecraft.util.hit with parameters of type Vec3d Modifier and Type Method Description static BlockHitResultBlockHitResult. createMissed(Vec3d pos, Direction side, BlockPos blockPos)Constructors in net.minecraft.util.hit with parameters of type Vec3d Constructor Description 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)HitResult(Vec3d pos) -
Uses of Vec3d in net.minecraft.util.math
Fields in net.minecraft.util.math declared as Vec3d Modifier and Type Field Description static Vec3dVec3d. ZEROMethods in net.minecraft.util.math that return Vec3d Modifier and Type Method Description Vec3dVec3d. add(double x, double y, double z)Vec3dVec3d. add(Vec3d vec)Vec3dVec3d. crossProduct(Vec3d vec)Vec3dVec3d. floorAlongAxes(EnumSet<Direction.Axis> axes)static Vec3dVec3d. fromPolar(float pitch, float yaw)static Vec3dVec3d. fromPolar(Vec2f polar)Vec3dBox. getCenter()static Vec3dMathHelper. method_34946(Vec3d vec3d, Vec3d vec3d2, Vec3d vec3d3, Vec3d vec3d4, double double2)Vec3dVec3d. method_35590(Vec3d vec3d, double double2)Vec3dVec3d. multiply(double mult)Vec3dVec3d. multiply(double multX, double multY, double multZ)Vec3dVec3d. multiply(Vec3d mult)Vec3dVec3d. negate()Vec3dVec3d. normalize()static Vec3dVec3d. of(Vec3i vec)static Vec3dVec3d. ofBottomCenter(Vec3i vec)static Vec3dVec3d. ofCenter(Vec3i vec)static Vec3dVec3d. ofCenter(Vec3i vec, double deltaY)Vec3dVec3d. reverseSubtract(Vec3d vec)Vec3dVec3d. rotateX(float angle)Vec3dVec3d. rotateY(float angle)Vec3dVec3d. rotateZ(float angle)Vec3dVec3d. subtract(double x, double y, double z)Vec3dVec3d. subtract(Vec3d vec)static Vec3dVec3d. unpackRgb(int rgb)Methods in net.minecraft.util.math that return types with arguments of type Vec3d Modifier and Type Method Description Optional<Vec3d>Box. raycast(Vec3d min, Vec3d max)Methods in net.minecraft.util.math with parameters of type Vec3d Modifier and Type Method Description Vec3dVec3d. add(Vec3d vec)booleanBox. contains(Vec3d vec)Vec3dVec3d. crossProduct(Vec3d vec)doubleVec3d. distanceTo(Vec3d vec)doubleVec3d. dotProduct(Vec3d vec)static BoxBox. from(Vec3d vec3d)booleanBox. intersects(Vec3d from, Vec3d to)static booleanMathHelper. method_34945(Vec3d vec3d, Vec3d vec3d2, Box box)static Vec3dMathHelper. method_34946(Vec3d vec3d, Vec3d vec3d2, Vec3d vec3d3, Vec3d vec3d4, double double2)Vec3dVec3d. method_35590(Vec3d vec3d, double double2)Vec3dVec3d. multiply(Vec3d mult)static BoxBox. of(Vec3d center, double dx, double dy, double dz)BoxBox. offset(Vec3d vec3d)static @Nullable BlockHitResultBox. raycast(Iterable<Box> boxes, Vec3d from, Vec3d to, BlockPos pos)Optional<Vec3d>Box. raycast(Vec3d min, Vec3d max)Vec3dVec3d. reverseSubtract(Vec3d vec)doubleVec3d. squaredDistanceTo(Vec3d vec)BoxBox. stretch(Vec3d scale)Vec3dVec3d. subtract(Vec3d vec)private static @Nullable DirectionBox. traceCollisionSide(Box box, Vec3d intersectingVector, double[] traceDistanceResult, @Nullable Direction approachDirection, double xDelta, double yDelta, double zDelta) -
Uses of Vec3d in net.minecraft.util.shape
Methods in net.minecraft.util.shape that return types with arguments of type Vec3d Modifier and Type Method Description Optional<Vec3d>VoxelShape. method_33661(Vec3d vec3d)Methods in net.minecraft.util.shape with parameters of type Vec3d Modifier and Type Method Description Optional<Vec3d>VoxelShape. method_33661(Vec3d vec3d)@Nullable BlockHitResultVoxelShape. raycast(Vec3d start, Vec3d end, BlockPos pos) -
Uses of Vec3d in net.minecraft.village
Methods in net.minecraft.village that return Vec3d Modifier and Type Method Description private @Nullable Vec3dZombieSiegeManager. getSpawnVector(ServerWorld world, BlockPos pos) -
Uses of Vec3d in net.minecraft.world
Fields in net.minecraft.world declared as Vec3d Modifier and Type Field Description private Vec3dBlockStateRaycastContext. endprivate Vec3dRaycastContext. endVec3dTeleportTarget. positionprivate Vec3dBlockStateRaycastContext. startprivate Vec3dRaycastContext. startVec3dTeleportTarget. velocityMethods in net.minecraft.world that return Vec3d Modifier and Type Method Description Vec3dBlockStateRaycastContext. getEnd()Vec3dRaycastContext. getEnd()abstract Vec3dCommandBlockExecutor. getPos()Vec3dBlockStateRaycastContext. getStart()Vec3dRaycastContext. getStart()Methods in net.minecraft.world that return types with arguments of type Vec3d Modifier and Type Method Description default Optional<Vec3d>CollisionView. method_33594(@Nullable Entity entity, VoxelShape voxelShape, Vec3d vec3d, double double2, double double3, double double4)Methods in net.minecraft.world with parameters of type Vec3d Modifier and Type Method Description default Optional<Vec3d>CollisionView. method_33594(@Nullable Entity entity, VoxelShape voxelShape, Vec3d vec3d, double double2, double double3, double double4)static <T, C> TBlockView. raycast(Vec3d start, Vec3d end, C context, BiFunction<C,BlockPos,T> blockHitFactory, Function<C,T> missFactory)default @Nullable BlockHitResultBlockView. raycastBlock(Vec3d start, Vec3d end, BlockPos pos, VoxelShape shape, BlockState state)Constructors in net.minecraft.world with parameters of type Vec3d Constructor Description BlockStateRaycastContext(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
Methods in net.minecraft.world.dimension that return Vec3d Modifier and Type Method Description static Vec3dAreaHelper. entityPosInPortal(PortalUtil.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions)Methods in net.minecraft.world.dimension with parameters of type Vec3d Modifier and Type Method Description static Vec3dAreaHelper. entityPosInPortal(PortalUtil.Rectangle portalRect, Direction.Axis portalAxis, Vec3d entityPos, EntityDimensions entityDimensions)static TeleportTargetAreaHelper. getNetherTeleportTarget(ServerWorld destination, PortalUtil.Rectangle portalRect, Direction.Axis portalAxis, Vec3d offset, EntityDimensions dimensions, Vec3d velocity, float yaw, float pitch) -
Uses of Vec3d in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion with type parameters of type Vec3d Modifier and Type Field Description private Map<PlayerEntity,Vec3d>Explosion. affectedPlayersMethods in net.minecraft.world.explosion that return types with arguments of type Vec3d Modifier and Type Method Description Map<PlayerEntity,Vec3d>Explosion. getAffectedPlayers()Methods in net.minecraft.world.explosion with parameters of type Vec3d Modifier and Type Method Description static floatExplosion. getExposure(Vec3d source, Entity entity) -
Uses of Vec3d in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as Vec3d Modifier and Type Field Description private @Nullable Vec3dLargeDripstoneFeature.WindModifier. wind