Uses of Class
net.minecraft.util.math.vector.Vector3d
-
-
Uses of Vector3d in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type Vector3d Modifier and Type Method Description boolean
DamageSourcePredicate. matches(ServerWorld p_217952_1_, Vector3d p_217952_2_, DamageSource p_217952_3_)
boolean
EntityPredicate. matches(ServerWorld p_217993_1_, Vector3d p_217993_2_, Entity p_217993_3_)
boolean
LevitationTrigger.Instance. matches(ServerPlayerEntity p_193201_1_, Vector3d p_193201_2_, int p_193201_3_)
boolean
NetherTravelTrigger.Instance. matches(ServerWorld p_193206_1_, Vector3d p_193206_2_, double p_193206_3_, double p_193206_5_, double p_193206_7_)
boolean
TargetHitTrigger.Instance. matches(LootContext p_236355_1_, Vector3d p_236355_2_, int p_236355_3_)
void
LevitationTrigger. trigger(ServerPlayerEntity p_193162_1_, Vector3d p_193162_2_, int p_193162_3_)
void
NetherTravelTrigger. trigger(ServerPlayerEntity p_193168_1_, Vector3d p_193168_2_)
void
TargetHitTrigger. trigger(ServerPlayerEntity p_236350_1_, Entity p_236350_2_, Vector3d p_236350_3_, int p_236350_4_)
-
Uses of Vector3d in net.minecraft.block
Fields in net.minecraft.block declared as Vector3d Modifier and Type Field Description Vector3d
PortalInfo. pos
Vector3d
PortalInfo. speed
Methods in net.minecraft.block that return Vector3d Modifier and Type Method Description Vector3d
AbstractBlock.AbstractBlockState. getOffset(IBlockReader p_191059_1_, BlockPos p_191059_2_)
static Vector3d
PortalSize. getRelativePosition(TeleportationRepositioner.Result p_242973_0_, Direction.Axis p_242973_1_, Vector3d p_242973_2_, EntitySize p_242973_3_)
Methods in net.minecraft.block that return types with arguments of type Vector3d Modifier and Type Method Description private static java.util.Optional<Vector3d>
BedBlock. findBunkBedStandUpPosition(EntityType<?> p_242653_0_, ICollisionReader p_242653_1_, BlockPos p_242653_2_, Direction p_242653_3_, Direction p_242653_4_)
static java.util.Optional<Vector3d>
BedBlock. findStandUpPosition(EntityType<?> p_242652_0_, ICollisionReader p_242652_1_, BlockPos p_242652_2_, float p_242652_3_)
static java.util.Optional<Vector3d>
RespawnAnchorBlock. findStandUpPosition(EntityType<?> p_235560_0_, ICollisionReader p_235560_1_, BlockPos p_235560_2_)
private static java.util.Optional<Vector3d>
RespawnAnchorBlock. findStandUpPosition(EntityType<?> p_242678_0_, ICollisionReader p_242678_1_, BlockPos p_242678_2_, boolean p_242678_3_)
private static java.util.Optional<Vector3d>
BedBlock. findStandUpPositionAtOffset(EntityType<?> p_242654_0_, ICollisionReader p_242654_1_, BlockPos p_242654_2_, int[][] p_242654_3_, boolean p_242654_4_)
Methods in net.minecraft.block with parameters of type Vector3d Modifier and Type Method Description static PortalInfo
PortalSize. createPortalInfo(ServerWorld p_242963_0_, TeleportationRepositioner.Result p_242963_1_, Direction.Axis p_242963_2_, Vector3d p_242963_3_, EntitySize p_242963_4_, Vector3d p_242963_5_, float p_242963_6_, float p_242963_7_)
private static int
TargetBlock. getRedstoneStrength(BlockRayTraceResult p_235606_0_, Vector3d p_235606_1_)
static Vector3d
PortalSize. getRelativePosition(TeleportationRepositioner.Result p_242973_0_, Direction.Axis p_242973_1_, Vector3d p_242973_2_, EntitySize p_242973_3_)
Constructors in net.minecraft.block with parameters of type Vector3d Constructor Description PortalInfo(Vector3d p_i242042_1_, Vector3d p_i242042_2_, float p_i242042_3_, float p_i242042_4_)
-
Uses of Vector3d in net.minecraft.client
Methods in net.minecraft.client with parameters of type Vector3d Modifier and Type Method Description private void
KeyboardListener. copyCreateEntityCommand(ResourceLocation p_211557_1_, Vector3d p_211557_2_, CompoundNBT p_211557_3_)
-
Uses of Vector3d in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as Vector3d Modifier and Type Field Description private Vector3d
Listener. position
Methods in net.minecraft.client.audio that return Vector3d Modifier and Type Method Description Vector3d
Listener. getListenerPosition()
Methods in net.minecraft.client.audio with parameters of type Vector3d Modifier and Type Method Description void
Listener. setListenerPosition(Vector3d p_216465_1_)
void
SoundSource. setSelfPosition(Vector3d p_216420_1_)
-
Uses of Vector3d in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player that return Vector3d Modifier and Type Method Description Vector3d
ClientPlayerEntity. getRopeHoldPosition(float p_241843_1_)
Methods in net.minecraft.client.entity.player with parameters of type Vector3d Modifier and Type Method Description void
ClientPlayerEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of Vector3d in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay declared as Vector3d Modifier and Type Field Description private Vector3d
SubtitleOverlayGui.Subtitle. location
Methods in net.minecraft.client.gui.overlay that return Vector3d Modifier and Type Method Description Vector3d
SubtitleOverlayGui.Subtitle. getLocation()
Methods in net.minecraft.client.gui.overlay with parameters of type Vector3d Modifier and Type Method Description void
SubtitleOverlayGui.Subtitle. refresh(Vector3d p_186823_1_)
Constructors in net.minecraft.client.gui.overlay with parameters of type Vector3d Constructor Description Subtitle(ITextComponent p_i232263_2_, Vector3d p_i232263_3_)
-
Uses of Vector3d in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type Vector3d Modifier and Type Field Description private it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<com.mojang.datafixers.util.Pair<BlockPos,CPlayerDiggingPacket.Action>,Vector3d>
PlayerController. unAckedActions
-
Uses of Vector3d in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type Vector3d Constructor Description EmitterParticle(ClientWorld p_i232453_1_, Entity p_i232453_2_, IParticleData p_i232453_3_, int p_i232453_4_, Vector3d p_i232453_5_)
ItemPickupParticle(EntityRendererManager p_i232401_1_, RenderTypeBuffers p_i232401_2_, ClientWorld p_i232401_3_, Entity p_i232401_4_, Entity p_i232401_5_, Vector3d p_i232401_6_)
-
Uses of Vector3d in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as Vector3d Modifier and Type Field Description private Vector3d
ActiveRenderInfo. position
private Vector3d
WorldRenderer. prevCloudColor
Methods in net.minecraft.client.renderer that return Vector3d Modifier and Type Method Description Vector3d
ActiveRenderInfo. getPosition()
Methods in net.minecraft.client.renderer with parameters of type Vector3d Modifier and Type Method Description private void
WorldRenderer. buildClouds(BufferBuilder p_204600_1_, double p_204600_2_, double p_204600_4_, double p_204600_6_, Vector3d p_204600_8_)
protected void
ActiveRenderInfo. setPosition(Vector3d p_216774_1_)
-
Uses of Vector3d in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as Vector3d Modifier and Type Field Description private Vector3d
ChunkRenderDispatcher. camera
Methods in net.minecraft.client.renderer.chunk that return Vector3d Modifier and Type Method Description Vector3d
ChunkRenderDispatcher. getCameraPosition()
Methods in net.minecraft.client.renderer.chunk with parameters of type Vector3d Modifier and Type Method Description void
ChunkRenderDispatcher. setCamera(Vector3d p_217669_1_)
-
Uses of Vector3d in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return Vector3d Modifier and Type Method Description private Vector3d
GuardianRenderer. getPosition(LivingEntity p_177110_1_, double p_177110_2_, float p_177110_4_)
Vector3d
EndermanRenderer. getRenderOffset(EndermanEntity p_225627_1_, float p_225627_2_)
Vector3d
EntityRenderer. getRenderOffset(T p_225627_1_, float p_225627_2_)
Vector3d
ItemFrameRenderer. getRenderOffset(ItemFrameEntity p_225627_1_, float p_225627_2_)
Vector3d
PlayerRenderer. getRenderOffset(AbstractClientPlayerEntity p_225627_1_, float p_225627_2_)
Vector3d
ShulkerRenderer. getRenderOffset(ShulkerEntity p_225627_1_, float p_225627_2_)
-
Uses of Vector3d in net.minecraft.client.world
Methods in net.minecraft.client.world that return Vector3d Modifier and Type Method Description Vector3d
DimensionRenderInfo.End. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
abstract Vector3d
DimensionRenderInfo. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
Vector3d
DimensionRenderInfo.Nether. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
Vector3d
DimensionRenderInfo.Overworld. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
Vector3d
ClientWorld. getCloudColor(float p_228328_1_)
Vector3d
ClientWorld. getSkyColor(BlockPos p_228318_1_, float p_228318_2_)
Methods in net.minecraft.client.world with parameters of type Vector3d Modifier and Type Method Description Vector3d
DimensionRenderInfo.End. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
abstract Vector3d
DimensionRenderInfo. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
Vector3d
DimensionRenderInfo.Nether. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
Vector3d
DimensionRenderInfo.Overworld. getBrightnessDependentFogColor(Vector3d p_230494_1_, float p_230494_2_)
-
Uses of Vector3d in net.minecraft.command
Fields in net.minecraft.command declared as Vector3d Modifier and Type Field Description private Vector3d
CommandSource. worldPosition
Methods in net.minecraft.command that return Vector3d Modifier and Type Method Description Vector3d
CommandSource. getPosition()
Methods in net.minecraft.command with parameters of type Vector3d Modifier and Type Method Description CommandSource
CommandSource. facing(Vector3d p_201005_1_)
CommandSource
CommandSource. withPosition(Vector3d p_201009_1_)
Constructors in net.minecraft.command with parameters of type Vector3d Constructor Description CommandSource(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, java.lang.String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_)
CommandSource(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, java.lang.String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_)
-
Uses of Vector3d in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments with type parameters of type Vector3d Modifier and Type Field Description private java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelector. order
private java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelectorParser. order
static java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelectorParser. ORDER_ARBITRARY
static java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelectorParser. ORDER_FURTHEST
static java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelectorParser. ORDER_NEAREST
static java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>>
EntitySelectorParser. ORDER_RANDOM
private java.util.function.Function<Vector3d,Vector3d>
EntitySelector. position
private java.util.function.Function<Vector3d,Vector3d>
EntitySelector. position
private java.util.function.BiFunction<Vector3d,Entity,Vector3d>
EntityAnchorArgument.Type. transform
private java.util.function.BiFunction<Vector3d,Entity,Vector3d>
EntityAnchorArgument.Type. transform
Methods in net.minecraft.command.arguments that return Vector3d Modifier and Type Method Description Vector3d
EntityAnchorArgument.Type. apply(CommandSource p_201015_1_)
Vector3d
EntityAnchorArgument.Type. apply(Entity p_201017_1_)
Vector3d
ILocationArgument. getPosition(CommandSource p_197281_1_)
Vector3d
LocalLocationArgument. getPosition(CommandSource p_197281_1_)
Vector3d
LocationInput. getPosition(CommandSource p_197281_1_)
static Vector3d
Vec3Argument. getVec3(com.mojang.brigadier.context.CommandContext<CommandSource> p_197300_0_, java.lang.String p_197300_1_)
Methods in net.minecraft.command.arguments with parameters of type Vector3d Modifier and Type Method Description private void
EntitySelector. addEntities(java.util.List<Entity> p_197348_1_, ServerWorld p_197348_2_, Vector3d p_197348_3_, java.util.function.Predicate<Entity> p_197348_4_)
private java.util.function.Predicate<Entity>
EntitySelector. getPredicate(Vector3d p_197349_1_)
private <T extends Entity>
java.util.List<T>EntitySelector. sortAndLimit(Vector3d p_197345_1_, java.util.List<T> p_197345_2_)
Method parameters in net.minecraft.command.arguments with type arguments of type Vector3d Modifier and Type Method Description void
EntitySelectorParser. setOrder(java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>> p_197376_1_)
Constructor parameters in net.minecraft.command.arguments with type arguments of type Vector3d Constructor Description EntitySelector(int p_i50800_1_, boolean p_i50800_2_, boolean p_i50800_3_, java.util.function.Predicate<Entity> p_i50800_4_, MinMaxBounds.FloatBound p_i50800_5_, java.util.function.Function<Vector3d,Vector3d> p_i50800_6_, AxisAlignedBB p_i50800_7_, java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>> p_i50800_8_, boolean p_i50800_9_, java.lang.String p_i50800_10_, java.util.UUID p_i50800_11_, EntityType<?> p_i50800_12_, boolean p_i50800_13_)
EntitySelector(int p_i50800_1_, boolean p_i50800_2_, boolean p_i50800_3_, java.util.function.Predicate<Entity> p_i50800_4_, MinMaxBounds.FloatBound p_i50800_5_, java.util.function.Function<Vector3d,Vector3d> p_i50800_6_, AxisAlignedBB p_i50800_7_, java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>> p_i50800_8_, boolean p_i50800_9_, java.lang.String p_i50800_10_, java.util.UUID p_i50800_11_, EntityType<?> p_i50800_12_, boolean p_i50800_13_)
EntitySelector(int p_i50800_1_, boolean p_i50800_2_, boolean p_i50800_3_, java.util.function.Predicate<Entity> p_i50800_4_, MinMaxBounds.FloatBound p_i50800_5_, java.util.function.Function<Vector3d,Vector3d> p_i50800_6_, AxisAlignedBB p_i50800_7_, java.util.function.BiConsumer<Vector3d,java.util.List<? extends Entity>> p_i50800_8_, boolean p_i50800_9_, java.lang.String p_i50800_10_, java.util.UUID p_i50800_11_, EntityType<?> p_i50800_12_, boolean p_i50800_13_)
Type(java.lang.String p_i48597_3_, java.util.function.BiFunction<Vector3d,Entity,Vector3d> p_i48597_4_)
Type(java.lang.String p_i48597_3_, java.util.function.BiFunction<Vector3d,Entity,Vector3d> p_i48597_4_)
-
Uses of Vector3d in net.minecraft.command.impl
Fields in net.minecraft.command.impl declared as Vector3d Modifier and Type Field Description private Vector3d
TeleportCommand.Facing. position
Methods in net.minecraft.command.impl with parameters of type Vector3d Modifier and Type Method Description private static int
LootCommand. dropInWorld(CommandSource p_218881_0_, Vector3d p_218881_1_, java.util.List<ItemStack> p_218881_2_, LootCommand.ISuccessListener p_218881_3_)
private static int
PlaySoundCommand. playSound(CommandSource p_198573_0_, java.util.Collection<ServerPlayerEntity> p_198573_1_, ResourceLocation p_198573_2_, SoundCategory p_198573_3_, Vector3d p_198573_4_, float p_198573_5_, float p_198573_6_, float p_198573_7_)
private static int
ParticleCommand. sendParticles(CommandSource p_198564_0_, IParticleData p_198564_1_, Vector3d p_198564_2_, Vector3d p_198564_3_, float p_198564_4_, int p_198564_5_, boolean p_198564_6_, java.util.Collection<ServerPlayerEntity> p_198564_7_)
private static int
SummonCommand. spawnEntity(CommandSource p_198737_0_, ResourceLocation p_198737_1_, Vector3d p_198737_2_, CompoundNBT p_198737_3_, boolean p_198737_4_)
Constructors in net.minecraft.command.impl with parameters of type Vector3d Constructor Description Facing(Vector3d p_i48246_1_)
-
Uses of Vector3d in net.minecraft.entity
Fields in net.minecraft.entity declared as Vector3d Modifier and Type Field Description private Vector3d
Entity. deltaMovement
private Vector3d
Entity. packetCoordinates
private Vector3d
Entity. position
protected Vector3d
Entity. stuckSpeedMultiplier
Methods in net.minecraft.entity that return Vector3d Modifier and Type Method Description protected Vector3d
Entity. calculateUpVector(float p_213320_1_, float p_213320_2_)
protected Vector3d
Entity. calculateViewVector(float p_174806_1_, float p_174806_2_)
private Vector3d
Entity. collide(Vector3d p_213306_1_)
static Vector3d
Entity. collideBoundingBox(Vector3d p_213313_0_, AxisAlignedBB p_213313_1_, IWorldReader p_213313_2_, ISelectionContext p_213313_3_, ReuseableStream<VoxelShape> p_213313_4_)
static Vector3d
Entity. collideBoundingBoxHeuristically(Entity p_223307_0_, Vector3d p_223307_1_, AxisAlignedBB p_223307_2_, World p_223307_3_, ISelectionContext p_223307_4_, ReuseableStream<VoxelShape> p_223307_5_)
static Vector3d
Entity. collideBoundingBoxLegacy(Vector3d p_223310_0_, AxisAlignedBB p_223310_1_, ReuseableStream<VoxelShape> p_223310_2_)
protected static Vector3d
Entity. getCollisionHorizontalEscapeVector(double p_233559_0_, double p_233559_2_, float p_233559_4_)
Vector3d
Entity. getDeltaMovement()
Vector3d
Entity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
Vector3d
Entity. getEyePosition(float p_174824_1_)
Vector3d
LivingEntity. getFluidFallingAdjustedMovement(double p_233626_1_, boolean p_233626_3_, Vector3d p_233626_4_)
Vector3d
Entity. getForward()
private static Vector3d
Entity. getInputVector(Vector3d p_213299_0_, float p_213299_1_, float p_213299_2_)
Vector3d
Entity. getLeashOffset()
Vector3d
Entity. getLightProbePosition(float p_241842_1_)
Vector3d
Entity. getLookAngle()
Vector3d
Entity. getPacketCoordinates()
Vector3d
Entity. getPosition(float p_242282_1_)
protected Vector3d
Entity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_)
protected Vector3d
LivingEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_)
Vector3d
Entity. getRopeHoldPosition(float p_241843_1_)
Vector3d
Entity. getUpVector(float p_213286_1_)
Vector3d
Entity. getViewVector(float p_70676_1_)
private Vector3d
LivingEntity. handleOnClimbable(Vector3d p_213362_1_)
Vector3d
LivingEntity. handleRelativeFrictionAndCalculateMovement(Vector3d p_233633_1_, float p_233633_2_)
protected Vector3d
Entity. limitPistonMovement(Vector3d p_213308_1_)
protected Vector3d
Entity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
Vector3d
Entity. position()
static Vector3d
LivingEntity. resetForwardDirectionOfRelativePortalPosition(Vector3d p_242288_0_)
Methods in net.minecraft.entity with parameters of type Vector3d Modifier and Type Method Description private Vector3d
Entity. collide(Vector3d p_213306_1_)
static Vector3d
Entity. collideBoundingBox(Vector3d p_213313_0_, AxisAlignedBB p_213313_1_, IWorldReader p_213313_2_, ISelectionContext p_213313_3_, ReuseableStream<VoxelShape> p_213313_4_)
static Vector3d
Entity. collideBoundingBoxHeuristically(Entity p_223307_0_, Vector3d p_223307_1_, AxisAlignedBB p_223307_2_, World p_223307_3_, ISelectionContext p_223307_4_, ReuseableStream<VoxelShape> p_223307_5_)
static Vector3d
Entity. collideBoundingBoxLegacy(Vector3d p_223310_0_, AxisAlignedBB p_223310_1_, ReuseableStream<VoxelShape> p_223310_2_)
double
Entity. distanceToSqr(Vector3d p_195048_1_)
Vector3d
LivingEntity. getFluidFallingAdjustedMovement(double p_233626_1_, boolean p_233626_3_, Vector3d p_233626_4_)
static double
Entity. getHorizontalDistanceSqr(Vector3d p_213296_0_)
private static Vector3d
Entity. getInputVector(Vector3d p_213299_0_, float p_213299_1_, float p_213299_2_)
default Vector3f
ICrossbowUser. getProjectileShotVector(LivingEntity p_234280_1_, Vector3d p_234280_2_, float p_234280_3_)
private Vector3d
LivingEntity. handleOnClimbable(Vector3d p_213362_1_)
Vector3d
LivingEntity. handleRelativeFrictionAndCalculateMovement(Vector3d p_233633_1_, float p_233633_2_)
ActionResultType
Entity. interactAt(PlayerEntity p_184199_1_, Vector3d p_184199_2_, Hand p_184199_3_)
protected Vector3d
Entity. limitPistonMovement(Vector3d p_213308_1_)
void
Entity. lookAt(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_)
void
LivingEntity. lookAt(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_)
AxisAlignedBB
EntitySize. makeBoundingBox(Vector3d p_242286_1_)
void
Entity. makeStuckInBlock(BlockState p_213295_1_, Vector3d p_213295_2_)
protected Vector3d
Entity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
void
Entity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
Entity. moveRelative(float p_213309_1_, Vector3d p_213309_2_)
void
Entity. moveTo(Vector3d p_233576_1_)
static Vector3d
LivingEntity. resetForwardDirectionOfRelativePortalPosition(Vector3d p_242288_0_)
void
Entity. setDeltaMovement(Vector3d p_213317_1_)
void
Entity. setPacketCoordinates(Vector3d p_242277_1_)
void
FlyingEntity. travel(Vector3d p_213352_1_)
default boolean
IRideable. travel(MobEntity p_233622_1_, BoostHelper p_233622_2_, Vector3d p_233622_3_)
void
LivingEntity. travel(Vector3d p_213352_1_)
void
IRideable. travelWithInput(Vector3d p_230267_1_)
-
Uses of Vector3d in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai that return Vector3d Modifier and Type Method Description private static Vector3d
RandomPositionGenerator. generateRandomPos(CreatureEntity p_226339_0_, int p_226339_1_, int p_226339_2_, int p_226339_3_, Vector3d p_226339_4_, boolean p_226339_5_, double p_226339_6_, java.util.function.ToDoubleFunction<BlockPos> p_226339_8_, boolean p_226339_9_, int p_226339_10_, int p_226339_11_, boolean p_226339_12_)
static Vector3d
RandomPositionGenerator. getAboveLandPos(CreatureEntity p_226340_0_, int p_226340_1_, int p_226340_2_, Vector3d p_226340_3_, float p_226340_4_, int p_226340_5_, int p_226340_6_)
static Vector3d
RandomPositionGenerator. getAirPos(CreatureEntity p_226338_0_, int p_226338_1_, int p_226338_2_, int p_226338_3_, Vector3d p_226338_4_, double p_226338_5_)
static Vector3d
RandomPositionGenerator. getAirPosTowards(CreatureEntity p_226344_0_, int p_226344_1_, int p_226344_2_, int p_226344_3_, Vector3d p_226344_4_, double p_226344_5_)
static Vector3d
RandomPositionGenerator. getLandPos(CreatureEntity p_191377_0_, int p_191377_1_, int p_191377_2_)
static Vector3d
RandomPositionGenerator. getLandPos(CreatureEntity p_221024_0_, int p_221024_1_, int p_221024_2_, java.util.function.ToDoubleFunction<BlockPos> p_221024_3_)
static Vector3d
RandomPositionGenerator. getLandPosAvoid(CreatureEntity p_223548_0_, int p_223548_1_, int p_223548_2_, Vector3d p_223548_3_)
static Vector3d
RandomPositionGenerator. getLandPosTowards(CreatureEntity p_234133_0_, int p_234133_1_, int p_234133_2_, Vector3d p_234133_3_)
static Vector3d
RandomPositionGenerator. getPos(CreatureEntity p_75463_0_, int p_75463_1_, int p_75463_2_)
static Vector3d
RandomPositionGenerator. getPosAvoid(CreatureEntity p_75461_0_, int p_75461_1_, int p_75461_2_, Vector3d p_75461_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_75464_0_, int p_75464_1_, int p_75464_2_, Vector3d p_75464_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_203155_0_, int p_203155_1_, int p_203155_2_, Vector3d p_203155_3_, double p_203155_4_)
Methods in net.minecraft.entity.ai with parameters of type Vector3d Modifier and Type Method Description private static Vector3d
RandomPositionGenerator. generateRandomPos(CreatureEntity p_226339_0_, int p_226339_1_, int p_226339_2_, int p_226339_3_, Vector3d p_226339_4_, boolean p_226339_5_, double p_226339_6_, java.util.function.ToDoubleFunction<BlockPos> p_226339_8_, boolean p_226339_9_, int p_226339_10_, int p_226339_11_, boolean p_226339_12_)
static Vector3d
RandomPositionGenerator. getAboveLandPos(CreatureEntity p_226340_0_, int p_226340_1_, int p_226340_2_, Vector3d p_226340_3_, float p_226340_4_, int p_226340_5_, int p_226340_6_)
static Vector3d
RandomPositionGenerator. getAirPos(CreatureEntity p_226338_0_, int p_226338_1_, int p_226338_2_, int p_226338_3_, Vector3d p_226338_4_, double p_226338_5_)
static Vector3d
RandomPositionGenerator. getAirPosTowards(CreatureEntity p_226344_0_, int p_226344_1_, int p_226344_2_, int p_226344_3_, Vector3d p_226344_4_, double p_226344_5_)
static Vector3d
RandomPositionGenerator. getLandPosAvoid(CreatureEntity p_223548_0_, int p_223548_1_, int p_223548_2_, Vector3d p_223548_3_)
static Vector3d
RandomPositionGenerator. getLandPosTowards(CreatureEntity p_234133_0_, int p_234133_1_, int p_234133_2_, Vector3d p_234133_3_)
static Vector3d
RandomPositionGenerator. getPosAvoid(CreatureEntity p_75461_0_, int p_75461_1_, int p_75461_2_, Vector3d p_75461_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_75464_0_, int p_75464_1_, int p_75464_2_, Vector3d p_75464_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_203155_0_, int p_203155_1_, int p_203155_2_, Vector3d p_203155_3_, double p_203155_4_)
private static BlockPos
RandomPositionGenerator. getRandomDelta(java.util.Random p_226343_0_, int p_226343_1_, int p_226343_2_, int p_226343_3_, Vector3d p_226343_4_, double p_226343_5_)
-
Uses of Vector3d in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain with parameters of type Vector3d Modifier and Type Method Description static void
BrainUtil. throwItem(LivingEntity p_233865_0_, ItemStack p_233865_1_, Vector3d p_233865_2_)
-
Uses of Vector3d in net.minecraft.entity.ai.brain.memory
Constructors in net.minecraft.entity.ai.brain.memory with parameters of type Vector3d Constructor Description WalkTarget(Vector3d p_i50303_1_, float p_i50303_2_, int p_i50303_3_)
-
Uses of Vector3d in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type Vector3d Modifier and Type Field Description private java.util.function.Function<T,Vector3d>
RunAwayTask. toPosition
Methods in net.minecraft.entity.ai.brain.task that return Vector3d Modifier and Type Method Description private Vector3d
MoveToSkylightTask. getOutdoorPosition(ServerWorld p_220493_1_, LivingEntity p_220493_2_)
private Vector3d
RunAwayTask. getPosToAvoid(CreatureEntity p_233961_1_)
Methods in net.minecraft.entity.ai.brain.task with parameters of type Vector3d Modifier and Type Method Description private static void
RunAwayTask. moveAwayFrom(CreatureEntity p_233962_0_, Vector3d p_233962_1_, float p_233962_2_)
Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type Vector3d Constructor Description RunAwayTask(MemoryModuleType<T> p_i231533_1_, float p_i231533_2_, int p_i231533_3_, boolean p_i231533_4_, java.util.function.Function<T,Vector3d> p_i231533_5_)
-
Uses of Vector3d in net.minecraft.entity.ai.controller
Methods in net.minecraft.entity.ai.controller with parameters of type Vector3d Modifier and Type Method Description void
LookController. setLookAt(Vector3d p_220674_1_)
-
Uses of Vector3d in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return Vector3d Modifier and Type Method Description protected Vector3d
FleeSunGoal. getHidePos()
protected Vector3d
PatrolVillageGoal. getPosition()
protected Vector3d
RandomSwimmingGoal. getPosition()
protected Vector3d
RandomWalkingGoal. getPosition()
protected Vector3d
ReturnToVillageGoal. getPosition()
protected Vector3d
WaterAvoidingRandomFlyingGoal. getPosition()
protected Vector3d
WaterAvoidingRandomWalkingGoal. getPosition()
private Vector3d
PatrolVillageGoal. getPositionTowardsAnywhere()
private Vector3d
PatrolVillageGoal. getPositionTowardsPoi()
private Vector3d
PatrolVillageGoal. getPositionTowardsVillagerWhoWantsGolem()
private Vector3d
WaterAvoidingRandomFlyingGoal. getTreePos()
-
Uses of Vector3d in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss with parameters of type Vector3d Modifier and Type Method Description void
WitherEntity. makeStuckInBlock(BlockState p_213295_1_, Vector3d p_213295_2_)
-
Uses of Vector3d in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return Vector3d Modifier and Type Method Description Vector3d
EnderDragonEntity. getHeadLookVector(float p_184665_1_)
-
Uses of Vector3d in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as Vector3d Modifier and Type Field Description private Vector3d
ChargingPlayerPhase. targetLocation
private Vector3d
DyingPhase. targetLocation
private Vector3d
HoldingPatternPhase. targetLocation
private Vector3d
HoverPhase. targetLocation
private Vector3d
LandingApproachPhase. targetLocation
private Vector3d
LandingPhase. targetLocation
private Vector3d
StrafePlayerPhase. targetLocation
private Vector3d
TakeoffPhase. targetLocation
Methods in net.minecraft.entity.boss.dragon.phase that return Vector3d Modifier and Type Method Description Vector3d
ChargingPlayerPhase. getFlyTargetLocation()
Vector3d
DyingPhase. getFlyTargetLocation()
Vector3d
HoldingPatternPhase. getFlyTargetLocation()
Vector3d
HoverPhase. getFlyTargetLocation()
Vector3d
IPhase. getFlyTargetLocation()
Vector3d
LandingApproachPhase. getFlyTargetLocation()
Vector3d
LandingPhase. getFlyTargetLocation()
Vector3d
Phase. getFlyTargetLocation()
Vector3d
StrafePlayerPhase. getFlyTargetLocation()
Vector3d
TakeoffPhase. getFlyTargetLocation()
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type Vector3d Modifier and Type Method Description void
ChargingPlayerPhase. setTarget(Vector3d p_188668_1_)
-
Uses of Vector3d in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return Vector3d Modifier and Type Method Description Vector3d
BoatEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
Vector3d
ArmorStandEntity. getLightProbePosition(float p_241842_1_)
protected Vector3d
BoatEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_)
Vector3d
LeashKnotEntity. getRopeHoldPosition(float p_241843_1_)
Methods in net.minecraft.entity.item with parameters of type Vector3d Modifier and Type Method Description private EquipmentSlotType
ArmorStandEntity. getClickedSlot(Vector3d p_190772_1_)
ActionResultType
ArmorStandEntity. interactAt(PlayerEntity p_184199_1_, Vector3d p_184199_2_, Hand p_184199_3_)
void
HangingEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
ItemFrameEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
ArmorStandEntity. travel(Vector3d p_213352_1_)
-
Uses of Vector3d in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart that return Vector3d Modifier and Type Method Description Vector3d
AbstractMinecartEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
Vector3d
AbstractMinecartEntity. getPos(double p_70489_1_, double p_70489_3_, double p_70489_5_)
Vector3d
CommandBlockMinecartEntity.MinecartCommandLogic. getPosition()
Vector3d
AbstractMinecartEntity. getPosOffs(double p_70495_1_, double p_70495_3_, double p_70495_5_, double p_70495_7_)
protected Vector3d
AbstractMinecartEntity. getRelativePortalPosition(Direction.Axis p_241839_1_, TeleportationRepositioner.Result p_241839_2_)
-
Uses of Vector3d in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager that return Vector3d Modifier and Type Method Description Vector3d
AbstractVillagerEntity. getRopeHoldPosition(float p_241843_1_)
-
Uses of Vector3d in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as Vector3d Modifier and Type Field Description private Vector3d[][]
IllusionerEntity. clientSideIllusionOffsets
private Vector3d
PhantomEntity. moveTargetPoint
Methods in net.minecraft.entity.monster that return Vector3d Modifier and Type Method Description Vector3d[]
IllusionerEntity. getIllusionOffsets(float p_193098_1_)
private Vector3d
DrownedEntity.GoToWaterGoal. getWaterPos()
Methods in net.minecraft.entity.monster with parameters of type Vector3d Modifier and Type Method Description private boolean
GhastEntity.MoveHelperController. canReach(Vector3d p_220673_1_, int p_220673_2_)
void
SpiderEntity. makeStuckInBlock(BlockState p_213295_1_, Vector3d p_213295_2_)
void
ShulkerEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
VexEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
DrownedEntity. travel(Vector3d p_213352_1_)
void
GuardianEntity. travel(Vector3d p_213352_1_)
-
Uses of Vector3d in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin that return Vector3d Modifier and Type Method Description private static Vector3d
PiglinTasks. getRandomNearbyPos(PiglinEntity p_234537_0_)
Methods in net.minecraft.entity.monster.piglin with parameters of type Vector3d Modifier and Type Method Description private static void
PiglinTasks. throwItemsTowardPos(PiglinEntity p_234476_0_, java.util.List<ItemStack> p_234476_1_, Vector3d p_234476_2_)
-
Uses of Vector3d in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Vector3d Modifier and Type Field Description private Vector3d
BeeEntity.PollinateGoal. hoverPos
private Vector3d
PandaEntity. rollDelta
Methods in net.minecraft.entity.passive that return Vector3d Modifier and Type Method Description private Vector3d
BeeEntity.WanderGoal. findPos()
Vector3d
PigEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
Vector3d
StriderEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
Vector3d
BeeEntity. getLeashOffset()
Vector3d
FoxEntity. getLeashOffset()
Vector3d
IronGolemEntity. getLeashOffset()
Vector3d
OcelotEntity. getLeashOffset()
Vector3d
ParrotEntity. getLeashOffset()
Vector3d
PigEntity. getLeashOffset()
Vector3d
RabbitEntity. getLeashOffset()
Vector3d
SnowGolemEntity. getLeashOffset()
Vector3d
StriderEntity. getLeashOffset()
Vector3d
WolfEntity. getLeashOffset()
private Vector3d
SquidEntity. rotateVector(Vector3d p_207400_1_)
Methods in net.minecraft.entity.passive with parameters of type Vector3d Modifier and Type Method Description private Vector3d
SquidEntity. rotateVector(Vector3d p_207400_1_)
void
DolphinEntity. travel(Vector3d p_213352_1_)
void
PigEntity. travel(Vector3d p_213352_1_)
void
SquidEntity. travel(Vector3d p_213352_1_)
void
StriderEntity. travel(Vector3d p_213352_1_)
void
TurtleEntity. travel(Vector3d p_213352_1_)
void
PigEntity. travelWithInput(Vector3d p_230267_1_)
void
StriderEntity. travelWithInput(Vector3d p_230267_1_)
-
Uses of Vector3d in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish with parameters of type Vector3d Modifier and Type Method Description void
AbstractFishEntity. travel(Vector3d p_213352_1_)
-
Uses of Vector3d in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse that return Vector3d Modifier and Type Method Description Vector3d
AbstractHorseEntity. getDismountLocationForPassenger(LivingEntity p_230268_1_)
private Vector3d
AbstractHorseEntity. getDismountLocationInDirection(Vector3d p_234236_1_, LivingEntity p_234236_2_)
Vector3d
LlamaEntity. getLeashOffset()
Methods in net.minecraft.entity.passive.horse with parameters of type Vector3d Modifier and Type Method Description private Vector3d
AbstractHorseEntity. getDismountLocationInDirection(Vector3d p_234236_1_, LivingEntity p_234236_2_)
void
AbstractHorseEntity. travel(Vector3d p_213352_1_)
-
Uses of Vector3d in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as Vector3d Modifier and Type Field Description private Vector3d
ServerPlayerEntity. enteredNetherPosition
private Vector3d
ServerPlayerEntity. levitationStartPos
Methods in net.minecraft.entity.player that return Vector3d Modifier and Type Method Description Vector3d
PlayerEntity. getRopeHoldPosition(float p_241843_1_)
protected Vector3d
PlayerEntity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
Methods in net.minecraft.entity.player that return types with arguments of type Vector3d Modifier and Type Method Description static java.util.Optional<Vector3d>
PlayerEntity. findRespawnPositionAndUseSpawnBlock(ServerWorld p_242374_0_, BlockPos p_242374_1_, float p_242374_2_, boolean p_242374_3_, boolean p_242374_4_)
Methods in net.minecraft.entity.player with parameters of type Vector3d Modifier and Type Method Description void
ServerPlayerEntity. lookAt(EntityAnchorArgument.Type p_200602_1_, Vector3d p_200602_2_)
void
PlayerEntity. makeStuckInBlock(BlockState p_213295_1_, Vector3d p_213295_2_)
protected Vector3d
PlayerEntity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
void
PlayerEntity. travel(Vector3d p_213352_1_)
-
Uses of Vector3d in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type Vector3d Modifier and Type Method Description protected EntityRayTraceResult
AbstractArrowEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)
protected EntityRayTraceResult
TridentEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)
static EntityRayTraceResult
ProjectileHelper. getEntityHitResult(Entity p_221273_0_, Vector3d p_221273_1_, Vector3d p_221273_2_, AxisAlignedBB p_221273_3_, java.util.function.Predicate<Entity> p_221273_4_, double p_221273_5_)
static EntityRayTraceResult
ProjectileHelper. getEntityHitResult(World p_221269_0_, Entity p_221269_1_, Vector3d p_221269_2_, Vector3d p_221269_3_, AxisAlignedBB p_221269_4_, java.util.function.Predicate<Entity> p_221269_5_)
void
AbstractArrowEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of Vector3d in net.minecraft.fluid
Methods in net.minecraft.fluid that return Vector3d Modifier and Type Method Description Vector3d
EmptyFluid. getFlow(IBlockReader p_215663_1_, BlockPos p_215663_2_, FluidState p_215663_3_)
Vector3d
FlowingFluid. getFlow(IBlockReader p_215663_1_, BlockPos p_215663_2_, FluidState p_215663_3_)
protected abstract Vector3d
Fluid. getFlow(IBlockReader p_215663_1_, BlockPos p_215663_2_, FluidState p_215663_3_)
Vector3d
FluidState. getFlow(IBlockReader p_215673_1_, BlockPos p_215673_2_)
-
Uses of Vector3d in net.minecraft.item
Methods in net.minecraft.item that return Vector3d Modifier and Type Method Description Vector3d
ItemUseContext. getClickLocation()
Methods in net.minecraft.item with parameters of type Vector3d Modifier and Type Method Description java.util.Optional<MobEntity>
SpawnEggItem. spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_)
-
Uses of Vector3d in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type Vector3d Modifier and Type Field Description static LootParameter<Vector3d>
LootParameters. ORIGIN
-
Uses of Vector3d in net.minecraft.network.play
Fields in net.minecraft.network.play declared as Vector3d Modifier and Type Field Description private Vector3d
ServerPlayNetHandler. awaitingPositionFromClient
-
Uses of Vector3d in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as Vector3d Modifier and Type Field Description private Vector3d
CUseEntityPacket. location
Methods in net.minecraft.network.play.client that return Vector3d Modifier and Type Method Description Vector3d
CUseEntityPacket. getLocation()
Constructors in net.minecraft.network.play.client with parameters of type Vector3d Constructor Description CUseEntityPacket(Entity p_i47098_1_, Hand p_i47098_2_, Vector3d p_i47098_3_, boolean p_i47098_4_)
-
Uses of Vector3d in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server that return Vector3d Modifier and Type Method Description Vector3d
SPlayerLookPacket. getPosition(World p_200531_1_)
static Vector3d
SEntityPacket. packetToEntity(long p_218744_0_, long p_218744_2_, long p_218744_4_)
Vector3d
SEntityPacket. updateEntityPosition(Vector3d p_244300_1_)
Methods in net.minecraft.network.play.server with parameters of type Vector3d Modifier and Type Method Description Vector3d
SEntityPacket. updateEntityPosition(Vector3d p_244300_1_)
Constructors in net.minecraft.network.play.server with parameters of type Vector3d Constructor Description SEntityVelocityPacket(int p_i50764_1_, Vector3d p_i50764_2_)
SExplosionPacket(double p_i47099_1_, double p_i47099_3_, double p_i47099_5_, float p_i47099_7_, java.util.List<BlockPos> p_i47099_8_, Vector3d p_i47099_9_)
SPlaySoundPacket(ResourceLocation p_i47939_1_, SoundCategory p_i47939_2_, Vector3d p_i47939_3_, float p_i47939_4_, float p_i47939_5_)
SSpawnObjectPacket(int p_i50777_1_, java.util.UUID p_i50777_2_, double p_i50777_3_, double p_i50777_5_, double p_i50777_7_, float p_i50777_9_, float p_i50777_10_, EntityType<?> p_i50777_11_, int p_i50777_12_, Vector3d p_i50777_13_)
-
Uses of Vector3d in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding declared as Vector3d Modifier and Type Field Description protected Vector3d
PathNavigator. lastStuckCheckPos
Methods in net.minecraft.pathfinding that return Vector3d Modifier and Type Method Description Vector3d
Path. getEntityPosAtNode(Entity p_75881_1_, int p_75881_2_)
Vector3d
Path. getNextEntityPos(Entity p_75878_1_)
protected Vector3d
FlyingPathNavigator. getTempMobPos()
protected Vector3d
GroundPathNavigator. getTempMobPos()
protected abstract Vector3d
PathNavigator. getTempMobPos()
protected Vector3d
SwimmerPathNavigator. getTempMobPos()
Methods in net.minecraft.pathfinding with parameters of type Vector3d Modifier and Type Method Description protected boolean
FlyingPathNavigator. canMoveDirectly(Vector3d p_75493_1_, Vector3d p_75493_2_, int p_75493_3_, int p_75493_4_, int p_75493_5_)
protected boolean
GroundPathNavigator. canMoveDirectly(Vector3d p_75493_1_, Vector3d p_75493_2_, int p_75493_3_, int p_75493_4_, int p_75493_5_)
protected abstract boolean
PathNavigator. canMoveDirectly(Vector3d p_75493_1_, Vector3d p_75493_2_, int p_75493_3_, int p_75493_4_, int p_75493_5_)
protected boolean
SwimmerPathNavigator. canMoveDirectly(Vector3d p_75493_1_, Vector3d p_75493_2_, int p_75493_3_, int p_75493_4_, int p_75493_5_)
private boolean
GroundPathNavigator. canWalkAbove(int p_179692_1_, int p_179692_2_, int p_179692_3_, int p_179692_4_, int p_179692_5_, int p_179692_6_, Vector3d p_179692_7_, double p_179692_8_, double p_179692_10_)
private boolean
GroundPathNavigator. canWalkOn(int p_179683_1_, int p_179683_2_, int p_179683_3_, int p_179683_4_, int p_179683_5_, int p_179683_6_, Vector3d p_179683_7_, double p_179683_8_, double p_179683_10_)
protected void
PathNavigator. doStuckDetection(Vector3d p_179677_1_)
protected void
SwimmerPathNavigator. doStuckDetection(Vector3d p_179677_1_)
private boolean
PathNavigator. shouldTargetNextNodeInDirection(Vector3d p_234112_1_)
-
Uses of Vector3d in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return Vector3d Modifier and Type Method Description abstract Vector3d
CommandBlockLogic. getPosition()
Methods in net.minecraft.tileentity with parameters of type Vector3d Modifier and Type Method Description private static void
AbstractFurnaceTileEntity. createExperience(World p_235641_0_, Vector3d p_235641_1_, int p_235641_2_, float p_235641_3_)
private static Chunk
EndGatewayTileEntity. getChunk(World p_195495_0_, Vector3d p_195495_1_)
java.util.List<IRecipe<?>>
AbstractFurnaceTileEntity. getRecipesToAwardAndPopExperience(World p_235640_1_, Vector3d p_235640_2_)
-
Uses of Vector3d in net.minecraft.util
Methods in net.minecraft.util that return Vector3d Modifier and Type Method Description Vector3d
CubicSampler.Vec3Fetcher. fetch(int p_fetch_1_, int p_fetch_2_, int p_fetch_3_)
static Vector3d
TransportationHelper. findDismountLocation(ICollisionReader p_242381_0_, double p_242381_1_, double p_242381_3_, double p_242381_5_, LivingEntity p_242381_7_, Pose p_242381_8_)
static Vector3d
TransportationHelper. findSafeDismountLocation(EntityType<?> p_242379_0_, ICollisionReader p_242379_1_, BlockPos p_242379_2_, boolean p_242379_3_)
static Vector3d
CubicSampler. gaussianSampleVec3(Vector3d p_240807_0_, CubicSampler.Vec3Fetcher p_240807_1_)
Vector3d
DamageSource. getSourcePosition()
Vector3d
EntityDamageSource. getSourcePosition()
Methods in net.minecraft.util with parameters of type Vector3d Modifier and Type Method Description static Vector3d
CubicSampler. gaussianSampleVec3(Vector3d p_240807_0_, CubicSampler.Vec3Fetcher p_240807_1_)
-
Uses of Vector3d in net.minecraft.util.math
Fields in net.minecraft.util.math declared as Vector3d Modifier and Type Field Description private Vector3d
BlockPosWrapper. centerPosition
private Vector3d
RayTraceContext. from
protected Vector3d
RayTraceResult. location
private Vector3d
RayTraceContext. to
Methods in net.minecraft.util.math that return Vector3d Modifier and Type Method Description Vector3d
BlockPosWrapper. currentPosition()
Vector3d
EntityPosWrapper. currentPosition()
Vector3d
IPosWrapper. currentPosition()
Vector3d
AxisAlignedBB. getCenter()
Vector3d
RayTraceContext. getFrom()
Vector3d
RayTraceResult. getLocation()
Vector3d
RayTraceContext. getTo()
Methods in net.minecraft.util.math that return types with arguments of type Vector3d Modifier and Type Method Description java.util.Optional<Vector3d>
AxisAlignedBB. clip(Vector3d p_216365_1_, Vector3d p_216365_2_)
Methods in net.minecraft.util.math with parameters of type Vector3d Modifier and Type Method Description static BlockRayTraceResult
AxisAlignedBB. clip(java.lang.Iterable<AxisAlignedBB> p_197743_0_, Vector3d p_197743_1_, Vector3d p_197743_2_, BlockPos p_197743_3_)
java.util.Optional<Vector3d>
AxisAlignedBB. clip(Vector3d p_216365_1_, Vector3d p_216365_2_)
boolean
AxisAlignedBB. contains(Vector3d p_72318_1_)
AxisAlignedBB
AxisAlignedBB. expandTowards(Vector3d p_216361_1_)
private static Direction
AxisAlignedBB. getDirection(AxisAlignedBB p_197741_0_, Vector3d p_197741_1_, double[] p_197741_2_, Direction p_197741_3_, double p_197741_4_, double p_197741_6_, double p_197741_8_)
boolean
AxisAlignedBB. intersects(Vector3d p_189973_1_, Vector3d p_189973_2_)
static BlockRayTraceResult
BlockRayTraceResult. miss(Vector3d p_216352_0_, Direction p_216352_1_, BlockPos p_216352_2_)
AxisAlignedBB
AxisAlignedBB. move(Vector3d p_191194_1_)
static AxisAlignedBB
AxisAlignedBB. unitCubeFromLowerCorner(Vector3d p_241549_0_)
Constructors in net.minecraft.util.math with parameters of type Vector3d Constructor Description AxisAlignedBB(Vector3d p_i47144_1_, Vector3d p_i47144_2_)
BlockPos(Vector3d p_i47100_1_)
BlockRayTraceResult(boolean p_i51187_1_, Vector3d p_i51187_2_, Direction p_i51187_3_, BlockPos p_i51187_4_, boolean p_i51187_5_)
BlockRayTraceResult(Vector3d p_i51186_1_, Direction p_i51186_2_, BlockPos p_i51186_3_, boolean p_i51186_4_)
EntityRayTraceResult(Entity p_i51185_1_, Vector3d p_i51185_2_)
RayTraceContext(Vector3d p_i50009_1_, Vector3d p_i50009_2_, RayTraceContext.BlockMode p_i50009_3_, RayTraceContext.FluidMode p_i50009_4_, Entity p_i50009_5_)
RayTraceResult(Vector3d p_i51183_1_)
-
Uses of Vector3d in net.minecraft.util.math.shapes
Methods in net.minecraft.util.math.shapes with parameters of type Vector3d Modifier and Type Method Description BlockRayTraceResult
VoxelShape. clip(Vector3d p_212433_1_, Vector3d p_212433_2_, BlockPos p_212433_3_)
-
Uses of Vector3d in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Vector3d Modifier and Type Field Description static Vector3d
Vector3d. ZERO
Methods in net.minecraft.util.math.vector that return Vector3d Modifier and Type Method Description Vector3d
Vector3d. add(double p_72441_1_, double p_72441_3_, double p_72441_5_)
Vector3d
Vector3d. add(Vector3d p_178787_1_)
Vector3d
Vector3d. align(java.util.EnumSet<Direction.Axis> p_197746_1_)
static Vector3d
Vector3d. atBottomCenterOf(Vector3i p_237492_0_)
static Vector3d
Vector3d. atCenterOf(Vector3i p_237489_0_)
static Vector3d
Vector3d. atLowerCornerOf(Vector3i p_237491_0_)
Vector3d
Vector3d. cross(Vector3d p_72431_1_)
static Vector3d
Vector3d. directionFromRotation(float p_189986_0_, float p_189986_1_)
static Vector3d
Vector3d. directionFromRotation(Vector2f p_189984_0_)
static Vector3d
Vector3d. fromRGB24(int p_237487_0_)
Vector3d
Vector3d. multiply(double p_216372_1_, double p_216372_3_, double p_216372_5_)
Vector3d
Vector3d. multiply(Vector3d p_216369_1_)
Vector3d
Vector3d. normalize()
Vector3d
Vector3d. reverse()
Vector3d
Vector3d. scale(double p_186678_1_)
Vector3d
Vector3d. subtract(double p_178786_1_, double p_178786_3_, double p_178786_5_)
Vector3d
Vector3d. subtract(Vector3d p_178788_1_)
static Vector3d
Vector3d. upFromBottomCenterOf(Vector3i p_237490_0_, double p_237490_1_)
Vector3d
Vector3d. vectorTo(Vector3d p_72444_1_)
Vector3d
Vector3d. xRot(float p_178789_1_)
Vector3d
Vector3d. yRot(float p_178785_1_)
Vector3d
Vector3d. zRot(float p_242988_1_)
Methods in net.minecraft.util.math.vector with parameters of type Vector3d Modifier and Type Method Description Vector3d
Vector3d. add(Vector3d p_178787_1_)
Vector3d
Vector3d. cross(Vector3d p_72431_1_)
double
Vector3d. distanceTo(Vector3d p_72438_1_)
double
Vector3d. distanceToSqr(Vector3d p_72436_1_)
double
Vector3d. dot(Vector3d p_72430_1_)
Vector3d
Vector3d. multiply(Vector3d p_216369_1_)
Vector3d
Vector3d. subtract(Vector3d p_178788_1_)
Vector3d
Vector3d. vectorTo(Vector3d p_72444_1_)
Constructors in net.minecraft.util.math.vector with parameters of type Vector3d Constructor Description Vector3f(Vector3d p_i51412_1_)
-
Uses of Vector3d in net.minecraft.village
Methods in net.minecraft.village that return Vector3d Modifier and Type Method Description private Vector3d
VillageSiege. findRandomSpawnPos(ServerWorld p_225476_1_, BlockPos p_225476_2_)
-
Uses of Vector3d in net.minecraft.world
Fields in net.minecraft.world declared as Vector3d Modifier and Type Field Description private Vector3d
TrackedEntity. ap
private Vector3d
Explosion. position
Fields in net.minecraft.world with type parameters of type Vector3d Modifier and Type Field Description private java.util.Map<PlayerEntity,Vector3d>
Explosion. hitPlayers
Methods in net.minecraft.world that return Vector3d Modifier and Type Method Description Vector3d
Explosion. getPosition()
Vector3d
TrackedEntity. sentPos()
Methods in net.minecraft.world that return types with arguments of type Vector3d Modifier and Type Method Description java.util.Map<PlayerEntity,Vector3d>
Explosion. getHitPlayers()
Methods in net.minecraft.world with parameters of type Vector3d Modifier and Type Method Description default BlockRayTraceResult
IBlockReader. clipWithInteractionOverride(Vector3d p_217296_1_, Vector3d p_217296_2_, BlockPos p_217296_3_, VoxelShape p_217296_4_, BlockState p_217296_5_)
static float
Explosion. getSeenPercent(Vector3d p_222259_0_, Entity p_222259_1_)
-
Uses of Vector3d in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as Vector3d Modifier and Type Field Description Vector3d
Template.EntityInfo. pos
Methods in net.minecraft.world.gen.feature.template that return Vector3d Modifier and Type Method Description static Vector3d
Template. transform(Vector3d p_207667_0_, Mirror p_207667_1_, Rotation p_207667_2_, BlockPos p_207667_3_)
static Vector3d
Template. transformedVec3d(PlacementSettings placementIn, Vector3d pos)
Methods in net.minecraft.world.gen.feature.template with parameters of type Vector3d Modifier and Type Method Description static Vector3d
Template. transform(Vector3d p_207667_0_, Mirror p_207667_1_, Rotation p_207667_2_, BlockPos p_207667_3_)
static Vector3d
Template. transformedVec3d(PlacementSettings placementIn, Vector3d pos)
Constructors in net.minecraft.world.gen.feature.template with parameters of type Vector3d Constructor Description EntityInfo(Vector3d p_i47101_1_, BlockPos p_i47101_2_, CompoundNBT p_i47101_3_)
-
Uses of Vector3d in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type Vector3d Modifier and Type Field Description private static java.util.Map<IWorldReader,java.util.Map<ChunkPos,ChunkTicketManager<Vector3d>>>
FarmlandWaterManager. customWaterHandler
Methods in net.minecraftforge.common with type parameters of type Vector3d Modifier and Type Method Description static <T extends SimpleTicket<Vector3d>>
TFarmlandWaterManager. addCustomTicket(World world, T ticket, ChunkPos masterChunk, ChunkPos... additionalChunks)
Adds a custom ticket.Methods in net.minecraftforge.common that return types with arguments of type Vector3d Modifier and Type Method Description private static ChunkTicketManager<Vector3d>
FarmlandWaterManager. getTicketManager(ChunkPos pos, IWorldReader world)
Methods in net.minecraftforge.common with parameters of type Vector3d Modifier and Type Method Description private static double
FarmlandWaterManager. getDistanceSq(ChunkPos pos, Vector3d vec3d)
static ActionResultType
ForgeHooks. onInteractEntityAt(PlayerEntity player, Entity entity, Vector3d vec3d, Hand hand)
-
Uses of Vector3d in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return Vector3d Modifier and Type Method Description default Vector3d
IForgeBlock. getFogColor(BlockState state, IWorldReader world, BlockPos pos, Entity entity, Vector3d originalColor, float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.default Vector3d
IForgeBlockState. getFogColor(IWorldReader world, BlockPos pos, Entity entity, Vector3d originalColor, float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.Methods in net.minecraftforge.common.extensions that return types with arguments of type Vector3d Modifier and Type Method Description default java.util.Optional<Vector3d>
IForgeBlock. getBedSpawnPosition(EntityType<?> entityType, BlockState state, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper)
default java.util.Optional<Vector3d>
IForgeBlockState. getBedSpawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper)
default java.util.Optional<Vector3d>
IForgeBlock. getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)
Returns the position that the entity is moved to upon respawning at this block.default java.util.Optional<Vector3d>
IForgeBlockState. getRespawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)
Returns the position that the entity is moved to upon respawning at this block.Methods in net.minecraftforge.common.extensions with parameters of type Vector3d Modifier and Type Method Description default Vector3d
IForgeBlock. getFogColor(BlockState state, IWorldReader world, BlockPos pos, Entity entity, Vector3d originalColor, float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.default Vector3d
IForgeBlockState. getFogColor(IWorldReader world, BlockPos pos, Entity entity, Vector3d originalColor, float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.default BlockState
IForgeBlock. getStateAtViewpoint(BlockState state, IBlockReader world, BlockPos pos, Vector3d viewpoint)
Used to determine the state 'viewed' by an entity (seeActiveRenderInfo#getBlockStateAtEntityViewpoint(World, Entity, float)
).default BlockState
IForgeBlockState. getStateAtViewpoint(IBlockReader world, BlockPos pos, Vector3d viewpoint)
Used to determine the state 'viewed' by an entity (seeActiveRenderInfo#getBlockStateAtEntityViewpoint(World, Entity, float)
). -
Uses of Vector3d in net.minecraftforge.common.ticket
Methods in net.minecraftforge.common.ticket with parameters of type Vector3d Modifier and Type Method Description boolean
AABBTicket. matches(Vector3d toMatch)
-
Uses of Vector3d in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return Vector3d Modifier and Type Method Description Vector3d
FakePlayer. position()
-
Uses of Vector3d in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block that return types with arguments of type Vector3d Modifier and Type Method Description java.util.Optional<Vector3d>
CustomRespawnTest.CustomRespawnBlock. getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity)
-
Uses of Vector3d in net.minecraftforge.debug.client
Constructors in net.minecraftforge.debug.client with parameters of type Vector3d Constructor Description SineSound(Vector3d position)
-
Uses of Vector3d in net.minecraftforge.event.entity.living
Methods in net.minecraftforge.event.entity.living that return Vector3d Modifier and Type Method Description Vector3d
EntityTeleportEvent. getPrev()
Vector3d
EntityTeleportEvent. getTarget()
-
Uses of Vector3d in net.minecraftforge.event.entity.player
Fields in net.minecraftforge.event.entity.player declared as Vector3d Modifier and Type Field Description private Vector3d
PlayerInteractEvent.EntityInteractSpecific. localPos
Methods in net.minecraftforge.event.entity.player that return Vector3d Modifier and Type Method Description Vector3d
PlayerInteractEvent.EntityInteractSpecific. getLocalPos()
Returns the local interaction position.Constructors in net.minecraftforge.event.entity.player with parameters of type Vector3d Constructor Description EntityInteractSpecific(PlayerEntity player, Hand hand, Entity target, Vector3d localPos)
-
Uses of Vector3d in net.minecraftforge.event.village
Fields in net.minecraftforge.event.village declared as Vector3d Modifier and Type Field Description private Vector3d
VillageSiegeEvent. attemptedSpawnPos
Methods in net.minecraftforge.event.village that return Vector3d Modifier and Type Method Description Vector3d
VillageSiegeEvent. getAttemptedSpawnPos()
Constructors in net.minecraftforge.event.village with parameters of type Vector3d Constructor Description VillageSiegeEvent(VillageSiege siege, World world, PlayerEntity player, Vector3d attemptedSpawnPos)
-