Modifier and Type | Method and Description |
---|---|
boolean |
DamageSourcePredicate.func_217952_a(ServerWorld p_217952_1_,
Vec3d p_217952_2_,
DamageSource p_217952_3_) |
boolean |
EntityPredicate.func_217993_a(ServerWorld p_217993_1_,
Vec3d p_217993_2_,
Entity p_217993_3_) |
boolean |
LevitationTrigger.Instance.test(ServerPlayerEntity player,
Vec3d startPos,
int durationIn) |
boolean |
NetherTravelTrigger.Instance.test(ServerWorld world,
Vec3d enteredNetherPosition,
double x,
double y,
double z) |
void |
NetherTravelTrigger.trigger(ServerPlayerEntity player,
Vec3d enteredNetherPosition) |
void |
LevitationTrigger.trigger(ServerPlayerEntity player,
Vec3d startPos,
int duration) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
Block.getOffset(BlockState state,
IBlockReader worldIn,
BlockPos pos)
Deprecated.
|
Vec3d |
BlockState.getOffset(IBlockReader access,
BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<Vec3d> |
BedBlock.func_220172_a(EntityType<?> p_220172_0_,
IWorldReader p_220172_1_,
BlockPos p_220172_2_,
int p_220172_3_) |
protected static java.util.Optional<Vec3d> |
BedBlock.func_220175_a(EntityType<?> p_220175_0_,
IWorldReader p_220175_1_,
BlockPos p_220175_2_) |
Modifier and Type | Field and Description |
---|---|
Vec3d |
BlockPattern.PortalInfo.motion |
Vec3d |
BlockPattern.PortalInfo.pos |
Modifier and Type | Method and Description |
---|---|
BlockPattern.PortalInfo |
BlockPattern.PatternHelper.getPortalInfo(Direction p_222504_1_,
BlockPos p_222504_2_,
double p_222504_3_,
Vec3d p_222504_5_,
double p_222504_6_) |
Constructor and Description |
---|
PortalInfo(Vec3d p_i50457_1_,
Vec3d p_i50457_2_,
int p_i50457_3_) |
Modifier and Type | Method and Description |
---|---|
private void |
KeyboardListener.setEntityClipboardString(ResourceLocation entityIdIn,
Vec3d pos,
CompoundNBT compound) |
Modifier and Type | Method and Description |
---|---|
void |
Listener.setPosition(Vec3d p_216465_1_) |
void |
SoundSource.updateSource(Vec3d p_216420_1_) |
Modifier and Type | Method and Description |
---|---|
void |
ClientPlayerEntity.move(MoverType typeIn,
Vec3d pos) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
SubtitleOverlayGui.Subtitle.location |
Modifier and Type | Method and Description |
---|---|
Vec3d |
SubtitleOverlayGui.Subtitle.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
SubtitleOverlayGui.Subtitle.refresh(Vec3d locationIn) |
Constructor and Description |
---|
Subtitle(java.lang.String subtitleIn,
Vec3d locationIn) |
Constructor and Description |
---|
EmitterParticle(World p_i50995_1_,
Entity p_i50995_2_,
IParticleData p_i50995_3_,
int p_i50995_4_,
Vec3d p_i50995_5_) |
ItemPickupParticle(EntityRendererManager p_i225964_1_,
RenderTypeBuffers p_i225964_2_,
World p_i225964_3_,
Entity p_i225964_4_,
Entity p_i225964_5_,
Vec3d p_i225964_6_) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
WorldRenderer.cloudsCheckColor |
private Vec3d |
ActiveRenderInfo.pos |
Modifier and Type | Method and Description |
---|---|
Vec3d |
ActiveRenderInfo.getProjectedView() |
Modifier and Type | Method and Description |
---|---|
private void |
WorldRenderer.drawClouds(BufferBuilder bufferIn,
double cloudsX,
double cloudsY,
double cloudsZ,
Vec3d cloudsColor) |
protected void |
ActiveRenderInfo.setPostion(Vec3d posIn) |
Constructor and Description |
---|
Vector3f(Vec3d vecIn) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
ChunkRenderDispatcher.renderPosition |
Modifier and Type | Method and Description |
---|---|
Vec3d |
ChunkRenderDispatcher.getRenderPosition() |
Modifier and Type | Method and Description |
---|---|
void |
ChunkRenderDispatcher.setRenderPosition(Vec3d posIn) |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
GuardianRenderer.getPosition(LivingEntity entityLivingBaseIn,
double p_177110_2_,
float p_177110_4_) |
Vec3d |
PlayerRenderer.getRenderOffset(AbstractClientPlayerEntity entityIn,
float partialTicks) |
Vec3d |
EndermanRenderer.getRenderOffset(EndermanEntity entityIn,
float partialTicks) |
Vec3d |
ItemFrameRenderer.getRenderOffset(ItemFrameEntity entityIn,
float partialTicks) |
Vec3d |
ShulkerRenderer.getRenderOffset(ShulkerEntity entityIn,
float partialTicks) |
Vec3d |
EntityRenderer.getRenderOffset(T entityIn,
float partialTicks) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
PosAndRotation.pos |
Modifier and Type | Method and Description |
---|---|
Vec3d |
PosAndRotation.getPos() |
Constructor and Description |
---|
PosAndRotation(Vec3d posIn,
float pitchIn,
float yawIn) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
ClientWorld.getCloudColor(float partialTicks) |
Vec3d |
ClientWorld.getFogColor(float partialTicks) |
Vec3d |
ClientWorld.getSkyColor(BlockPos blockPosIn,
float partialTicks) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
CommandSource.pos |
Modifier and Type | Method and Description |
---|---|
Vec3d |
CommandSource.getPos() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
CommandSource.withPos(Vec3d posIn) |
CommandSource |
CommandSource.withRotation(Vec3d lookPos) |
Constructor and Description |
---|
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn) |
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn,
boolean feedbackDisabledIn,
com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
EntityAnchorArgument.Type entityAnchorTypeIn) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelectorParser.ARBITRARY |
static java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelectorParser.FURTHEST |
static java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelectorParser.NEAREST |
private java.util.function.BiFunction<Vec3d,Entity,Vec3d> |
EntityAnchorArgument.Type.offsetFunc |
private java.util.function.BiFunction<Vec3d,Entity,Vec3d> |
EntityAnchorArgument.Type.offsetFunc |
private java.util.function.Function<Vec3d,Vec3d> |
EntitySelector.positionGetter |
private java.util.function.Function<Vec3d,Vec3d> |
EntitySelector.positionGetter |
static java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelectorParser.RANDOM |
private java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelector.sorter |
private java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> |
EntitySelectorParser.sorter |
Modifier and Type | Method and Description |
---|---|
Vec3d |
EntityAnchorArgument.Type.apply(CommandSource sourceIn) |
Vec3d |
EntityAnchorArgument.Type.apply(Entity entityIn) |
Vec3d |
LocalLocationArgument.getPosition(CommandSource source) |
Vec3d |
ILocationArgument.getPosition(CommandSource source) |
Vec3d |
LocationInput.getPosition(CommandSource source) |
static Vec3d |
Vec3Argument.getVec3(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private void |
EntitySelector.getEntities(java.util.List<Entity> result,
ServerWorld worldIn,
Vec3d pos,
java.util.function.Predicate<Entity> predicate) |
private <T extends Entity> |
EntitySelector.sortAndLimit(Vec3d pos,
java.util.List<T> entities) |
private java.util.function.Predicate<Entity> |
EntitySelector.updateFilter(Vec3d pos) |
Modifier and Type | Method and Description |
---|---|
void |
EntitySelectorParser.setSorter(java.util.function.BiConsumer<Vec3d,java.util.List<? extends Entity>> sorterIn) |
Constructor and 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<Vec3d,Vec3d> p_i50800_6_,
AxisAlignedBB p_i50800_7_,
java.util.function.BiConsumer<Vec3d,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<Vec3d,Vec3d> p_i50800_6_,
AxisAlignedBB p_i50800_7_,
java.util.function.BiConsumer<Vec3d,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<Vec3d,Vec3d> p_i50800_6_,
AxisAlignedBB p_i50800_7_,
java.util.function.BiConsumer<Vec3d,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 nameIn,
java.util.function.BiFunction<Vec3d,Entity,Vec3d> offsetFuncIn) |
Type(java.lang.String nameIn,
java.util.function.BiFunction<Vec3d,Entity,Vec3d> offsetFuncIn) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
TeleportCommand.Facing.position |
Modifier and Type | Method and Description |
---|---|
private static int |
LootCommand.func_218881_a(CommandSource p_218881_0_,
Vec3d p_218881_1_,
java.util.List<ItemStack> p_218881_2_,
LootCommand.ISuccessListener p_218881_3_) |
private static int |
PlaySoundCommand.playSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
ResourceLocation soundIn,
SoundCategory category,
Vec3d pos,
float volume,
float pitch,
float minVolume) |
private static int |
ParticleCommand.spawnParticle(CommandSource source,
IParticleData particleData,
Vec3d pos,
Vec3d delta,
float speed,
int count,
boolean force,
java.util.Collection<ServerPlayerEntity> viewers) |
private static int |
SummonCommand.summonEntity(CommandSource source,
ResourceLocation type,
Vec3d pos,
CompoundNBT nbt,
boolean randomizeProperties) |
Constructor and Description |
---|
Facing(Vec3d positionIn) |
Modifier and Type | Field and Description |
---|---|
protected Vec3d |
Entity.lastPortalVec |
private Vec3d |
Entity.motion |
protected Vec3d |
Entity.motionMultiplier |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
Entity.calculateUpVector(float p_213320_1_,
float p_213320_2_) |
static Vec3d |
Entity.collideBoundingBox(Vec3d p_223310_0_,
AxisAlignedBB p_223310_1_,
ReuseableStream<VoxelShape> p_223310_2_) |
static Vec3d |
Entity.collideBoundingBoxHeuristically(Entity p_223307_0_,
Vec3d p_223307_1_,
AxisAlignedBB p_223307_2_,
World p_223307_3_,
ISelectionContext p_223307_4_,
ReuseableStream<VoxelShape> p_223307_5_) |
private static Vec3d |
Entity.getAbsoluteMotion(Vec3d relative,
float p_213299_1_,
float facing) |
private Vec3d |
Entity.getAllowedMovement(Vec3d vec) |
static Vec3d |
Entity.getAllowedMovement(Vec3d vec,
AxisAlignedBB collisionBox,
IWorldReader worldIn,
ISelectionContext selectionContext,
ReuseableStream<VoxelShape> potentialHits) |
Vec3d |
Entity.getEyePosition(float partialTicks) |
Vec3d |
Entity.getForward() |
Vec3d |
Entity.getLastPortalVec() |
Vec3d |
Entity.getLook(float partialTicks) |
Vec3d |
Entity.getLookVec() |
Vec3d |
Entity.getMotion() |
Vec3d |
Entity.getPositionVec() |
Vec3d |
Entity.getPositionVector() |
Vec3d |
Entity.getUpVector(float partialTicks) |
protected Vec3d |
Entity.getVectorForRotation(float pitch,
float yaw) |
private Vec3d |
LivingEntity.handleOnClimbable(Vec3d p_213362_1_) |
protected Vec3d |
Entity.handlePistonMovement(Vec3d pos) |
protected Vec3d |
Entity.maybeBackOffFromEdge(Vec3d p_225514_1_,
MoverType p_225514_2_) |
Modifier and Type | Method and Description |
---|---|
ActionResultType |
Entity.applyPlayerInteraction(PlayerEntity player,
Vec3d vec,
Hand hand) |
static Vec3d |
Entity.collideBoundingBox(Vec3d p_223310_0_,
AxisAlignedBB p_223310_1_,
ReuseableStream<VoxelShape> p_223310_2_) |
static Vec3d |
Entity.collideBoundingBoxHeuristically(Entity p_223307_0_,
Vec3d p_223307_1_,
AxisAlignedBB p_223307_2_,
World p_223307_3_,
ISelectionContext p_223307_4_,
ReuseableStream<VoxelShape> p_223307_5_) |
private static Vec3d |
Entity.getAbsoluteMotion(Vec3d relative,
float p_213299_1_,
float facing) |
private Vec3d |
Entity.getAllowedMovement(Vec3d vec) |
static Vec3d |
Entity.getAllowedMovement(Vec3d vec,
AxisAlignedBB collisionBox,
IWorldReader worldIn,
ISelectionContext selectionContext,
ReuseableStream<VoxelShape> potentialHits) |
double |
Entity.getDistanceSq(Vec3d p_195048_1_) |
private Vec3d |
LivingEntity.handleOnClimbable(Vec3d p_213362_1_) |
protected Vec3d |
Entity.handlePistonMovement(Vec3d pos) |
static double |
Entity.horizontalMag(Vec3d vec) |
void |
LivingEntity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
void |
Entity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
protected Vec3d |
Entity.maybeBackOffFromEdge(Vec3d p_225514_1_,
MoverType p_225514_2_) |
void |
Entity.move(MoverType typeIn,
Vec3d pos) |
void |
Entity.moveRelative(float p_213309_1_,
Vec3d relative) |
void |
Entity.setMotion(Vec3d motionIn) |
void |
Entity.setMotionMultiplier(BlockState state,
Vec3d motionMultiplierIn) |
void |
LivingEntity.travel(Vec3d p_213352_1_) |
void |
FlyingEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Method and Description |
---|---|
static Vec3d |
RandomPositionGenerator.findAirTarget(CreatureEntity p_226340_0_,
int p_226340_1_,
int p_226340_2_,
Vec3d p_226340_3_,
float p_226340_4_,
int p_226340_5_,
int p_226340_6_) |
static Vec3d |
RandomPositionGenerator.findGroundTarget(CreatureEntity p_226338_0_,
int p_226338_1_,
int p_226338_2_,
int p_226338_3_,
Vec3d p_226338_4_,
double p_226338_5_) |
static Vec3d |
RandomPositionGenerator.findRandomTarget(CreatureEntity entitycreatureIn,
int xz,
int y) |
static Vec3d |
RandomPositionGenerator.findRandomTargetBlockAwayFrom(CreatureEntity entitycreatureIn,
int xz,
int y,
Vec3d targetVec3) |
static Vec3d |
RandomPositionGenerator.findRandomTargetBlockTowards(CreatureEntity entitycreatureIn,
int xz,
int y,
Vec3d targetVec3) |
static Vec3d |
RandomPositionGenerator.findRandomTargetTowardsScaled(CreatureEntity p_203155_0_,
int xz,
int p_203155_2_,
Vec3d p_203155_3_,
double p_203155_4_) |
static Vec3d |
RandomPositionGenerator.func_221024_a(CreatureEntity p_221024_0_,
int p_221024_1_,
int p_221024_2_,
java.util.function.ToDoubleFunction<BlockPos> p_221024_3_) |
static Vec3d |
RandomPositionGenerator.func_223548_b(CreatureEntity p_223548_0_,
int p_223548_1_,
int p_223548_2_,
Vec3d p_223548_3_) |
private static Vec3d |
RandomPositionGenerator.func_226339_a_(CreatureEntity p_226339_0_,
int p_226339_1_,
int p_226339_2_,
int p_226339_3_,
Vec3d 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 Vec3d |
RandomPositionGenerator.func_226344_b_(CreatureEntity p_226344_0_,
int p_226344_1_,
int p_226344_2_,
int p_226344_3_,
Vec3d p_226344_4_,
double p_226344_5_) |
static Vec3d |
RandomPositionGenerator.getLandPos(CreatureEntity creature,
int maxXZ,
int maxY) |
Modifier and Type | Method and Description |
---|---|
static Vec3d |
RandomPositionGenerator.findAirTarget(CreatureEntity p_226340_0_,
int p_226340_1_,
int p_226340_2_,
Vec3d p_226340_3_,
float p_226340_4_,
int p_226340_5_,
int p_226340_6_) |
static Vec3d |
RandomPositionGenerator.findGroundTarget(CreatureEntity p_226338_0_,
int p_226338_1_,
int p_226338_2_,
int p_226338_3_,
Vec3d p_226338_4_,
double p_226338_5_) |
static Vec3d |
RandomPositionGenerator.findRandomTargetBlockAwayFrom(CreatureEntity entitycreatureIn,
int xz,
int y,
Vec3d targetVec3) |
static Vec3d |
RandomPositionGenerator.findRandomTargetBlockTowards(CreatureEntity entitycreatureIn,
int xz,
int y,
Vec3d targetVec3) |
static Vec3d |
RandomPositionGenerator.findRandomTargetTowardsScaled(CreatureEntity p_203155_0_,
int xz,
int p_203155_2_,
Vec3d p_203155_3_,
double p_203155_4_) |
static Vec3d |
RandomPositionGenerator.func_223548_b(CreatureEntity p_223548_0_,
int p_223548_1_,
int p_223548_2_,
Vec3d p_223548_3_) |
private static Vec3d |
RandomPositionGenerator.func_226339_a_(CreatureEntity p_226339_0_,
int p_226339_1_,
int p_226339_2_,
int p_226339_3_,
Vec3d 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_) |
private static BlockPos |
RandomPositionGenerator.func_226343_a_(java.util.Random p_226343_0_,
int p_226343_1_,
int p_226343_2_,
int p_226343_3_,
Vec3d p_226343_4_,
double p_226343_5_) |
static Vec3d |
RandomPositionGenerator.func_226344_b_(CreatureEntity p_226344_0_,
int p_226344_1_,
int p_226344_2_,
int p_226344_3_,
Vec3d p_226344_4_,
double p_226344_5_) |
Constructor and Description |
---|
WalkTarget(Vec3d targetIn,
float speedIn,
int distanceIn) |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
MoveToSkylightTask.func_220493_b(ServerWorld p_220493_1_,
LivingEntity p_220493_2_) |
Modifier and Type | Method and Description |
---|---|
void |
LookController.setLookPosition(Vec3d p_220674_1_) |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
FleeSunGoal.findPossibleShelter() |
protected Vec3d |
WaterAvoidingRandomFlyingGoal.getPosition() |
protected Vec3d |
MoveTowardsVillageGoal.getPosition() |
protected Vec3d |
RandomWalkingGoal.getPosition() |
protected Vec3d |
RandomSwimmingGoal.getPosition() |
protected Vec3d |
WaterAvoidingRandomWalkingGoal.getPosition() |
private Vec3d |
WaterAvoidingRandomFlyingGoal.getTreePos() |
Modifier and Type | Method and Description |
---|---|
void |
WitherEntity.setMotionMultiplier(BlockState state,
Vec3d motionMultiplierIn) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
EnderDragonEntity.getHeadLookVec(float p_184665_1_) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
DyingPhase.targetLocation |
private Vec3d |
LandingPhase.targetLocation |
private Vec3d |
LandingApproachPhase.targetLocation |
private Vec3d |
ChargingPlayerPhase.targetLocation |
private Vec3d |
TakeoffPhase.targetLocation |
private Vec3d |
StrafePlayerPhase.targetLocation |
private Vec3d |
HoverPhase.targetLocation |
private Vec3d |
HoldingPatternPhase.targetLocation |
Modifier and Type | Method and Description |
---|---|
Vec3d |
IPhase.getTargetLocation() |
Vec3d |
Phase.getTargetLocation() |
Vec3d |
DyingPhase.getTargetLocation() |
Vec3d |
LandingPhase.getTargetLocation() |
Vec3d |
LandingApproachPhase.getTargetLocation() |
Vec3d |
ChargingPlayerPhase.getTargetLocation() |
Vec3d |
TakeoffPhase.getTargetLocation() |
Vec3d |
StrafePlayerPhase.getTargetLocation() |
Vec3d |
HoverPhase.getTargetLocation() |
Vec3d |
HoldingPatternPhase.getTargetLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ChargingPlayerPhase.setTarget(Vec3d p_188668_1_) |
Modifier and Type | Method and Description |
---|---|
ActionResultType |
ArmorStandEntity.applyPlayerInteraction(PlayerEntity player,
Vec3d vec,
Hand hand) |
private EquipmentSlotType |
ArmorStandEntity.getClickedSlot(Vec3d p_190772_1_) |
void |
HangingEntity.move(MoverType typeIn,
Vec3d pos) |
void |
ArmorStandEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
AbstractMinecartEntity.getPos(double p_70489_1_,
double p_70489_3_,
double p_70489_5_) |
Vec3d |
MinecartCommandBlockEntity.MinecartCommandLogic.getPositionVector() |
Vec3d |
AbstractMinecartEntity.getPosOffset(double x,
double y,
double z,
double offset) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
PhantomEntity.orbitOffset |
private Vec3d[][] |
IllusionerEntity.renderLocations |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
DrownedEntity.GoToWaterGoal.func_204729_f() |
Vec3d[] |
IllusionerEntity.getRenderLocations(float p_193098_1_) |
Modifier and Type | Method and Description |
---|---|
private Vector3f |
PillagerEntity.func_213673_a(Vec3d p_213673_1_,
float p_213673_2_) |
private boolean |
GhastEntity.MoveHelperController.func_220673_a(Vec3d p_220673_1_,
int p_220673_2_) |
void |
ShulkerEntity.move(MoverType typeIn,
Vec3d pos) |
void |
VexEntity.move(MoverType typeIn,
Vec3d pos) |
void |
SpiderEntity.setMotionMultiplier(BlockState state,
Vec3d motionMultiplierIn) |
void |
DrownedEntity.travel(Vec3d p_213352_1_) |
void |
GuardianEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
BeeEntity.PollinateGoal.nextTarget |
private Vec3d |
PandaEntity.rollDelta |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
SquidEntity.func_207400_b(Vec3d p_207400_1_) |
private Vec3d |
BeeEntity.WanderGoal.getRandomLocation() |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
SquidEntity.func_207400_b(Vec3d p_207400_1_) |
void |
DolphinEntity.travel(Vec3d p_213352_1_) |
void |
TurtleEntity.travel(Vec3d p_213352_1_) |
void |
PigEntity.travel(Vec3d p_213352_1_) |
void |
SquidEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFishEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHorseEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
ServerPlayerEntity.enteredNetherPosition |
private Vec3d |
ServerPlayerEntity.levitationStartPos |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
PlayerEntity.maybeBackOffFromEdge(Vec3d p_225514_1_,
MoverType p_225514_2_) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<Vec3d> |
PlayerEntity.checkBedValidRespawnPosition(IWorldReader p_213822_0_,
BlockPos p_213822_1_,
boolean p_213822_2_) |
Modifier and Type | Method and Description |
---|---|
void |
ServerPlayerEntity.lookAt(EntityAnchorArgument.Type p_200602_1_,
Vec3d p_200602_2_) |
protected Vec3d |
PlayerEntity.maybeBackOffFromEdge(Vec3d p_225514_1_,
MoverType p_225514_2_) |
void |
PlayerEntity.setMotionMultiplier(BlockState state,
Vec3d motionMultiplierIn) |
void |
PlayerEntity.travel(Vec3d p_213352_1_) |
Modifier and Type | Method and Description |
---|---|
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(Entity shooter,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter,
double distance) |
protected EntityRayTraceResult |
TridentEntity.rayTraceEntities(Vec3d startVec,
Vec3d endVec) |
protected EntityRayTraceResult |
AbstractArrowEntity.rayTraceEntities(Vec3d startVec,
Vec3d endVec) |
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(World worldIn,
Entity projectile,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter) |
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(World worldIn,
Entity projectile,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter,
double distance) |
Modifier and Type | Method and Description |
---|---|
default Vec3d |
IFluidState.getFlow(IBlockReader p_215673_1_,
BlockPos p_215673_2_) |
protected abstract Vec3d |
Fluid.getFlow(IBlockReader p_215663_1_,
BlockPos p_215663_2_,
IFluidState p_215663_3_) |
Vec3d |
EmptyFluid.getFlow(IBlockReader p_215663_1_,
BlockPos p_215663_2_,
IFluidState p_215663_3_) |
Vec3d |
FlowingFluid.getFlow(IBlockReader p_215663_1_,
BlockPos p_215663_2_,
IFluidState p_215663_3_) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
ItemUseContext.getHitVec() |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
ServerPlayNetHandler.targetPos |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
CUseEntityPacket.hitVec |
Modifier and Type | Method and Description |
---|---|
Vec3d |
CUseEntityPacket.getHitVec() |
Constructor and Description |
---|
CUseEntityPacket(Entity entityIn,
Hand handIn,
Vec3d hitVecIn) |
Modifier and Type | Method and Description |
---|---|
static Vec3d |
SEntityPacket.func_218744_a(long p_218744_0_,
long p_218744_2_,
long p_218744_4_) |
Vec3d |
SPlayerLookPacket.getTargetPosition(World p_200531_1_) |
Constructor and Description |
---|
SEntityVelocityPacket(int p_i50764_1_,
Vec3d p_i50764_2_) |
SExplosionPacket(double xIn,
double yIn,
double zIn,
float strengthIn,
java.util.List<BlockPos> affectedBlockPositionsIn,
Vec3d motion) |
SPlaySoundPacket(ResourceLocation p_i47939_1_,
SoundCategory p_i47939_2_,
Vec3d 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_,
Vec3d p_i50777_13_) |
Modifier and Type | Field and Description |
---|---|
protected Vec3d |
PathNavigator.lastPosCheck |
protected Vec3d |
PathNavigator.timeoutCachedNode |
Modifier and Type | Method and Description |
---|---|
Vec3d |
Path.getCurrentPos() |
protected abstract Vec3d |
PathNavigator.getEntityPosition() |
protected Vec3d |
GroundPathNavigator.getEntityPosition() |
protected Vec3d |
SwimmerPathNavigator.getEntityPosition() |
protected Vec3d |
FlyingPathNavigator.getEntityPosition() |
Vec3d |
Path.getPosition(Entity entityIn) |
Vec3d |
Path.getVectorFromIndex(Entity entityIn,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
PathNavigator.checkForStuck(Vec3d positionVec3) |
protected void |
SwimmerPathNavigator.checkForStuck(Vec3d positionVec3) |
protected abstract boolean |
PathNavigator.isDirectPathBetweenPoints(Vec3d posVec31,
Vec3d posVec32,
int sizeX,
int sizeY,
int sizeZ) |
protected boolean |
GroundPathNavigator.isDirectPathBetweenPoints(Vec3d posVec31,
Vec3d posVec32,
int sizeX,
int sizeY,
int sizeZ) |
protected boolean |
SwimmerPathNavigator.isDirectPathBetweenPoints(Vec3d posVec31,
Vec3d posVec32,
int sizeX,
int sizeY,
int sizeZ) |
protected boolean |
FlyingPathNavigator.isDirectPathBetweenPoints(Vec3d posVec31,
Vec3d posVec32,
int sizeX,
int sizeY,
int sizeZ) |
private boolean |
GroundPathNavigator.isPositionClear(int x,
int y,
int z,
int sizeX,
int sizeY,
int sizeZ,
Vec3d p_179692_7_,
double p_179692_8_,
double p_179692_10_) |
private boolean |
GroundPathNavigator.isSafeToStandAt(int x,
int y,
int z,
int sizeX,
int sizeY,
int sizeZ,
Vec3d vec31,
double p_179683_8_,
double p_179683_10_) |
Modifier and Type | Method and Description |
---|---|
abstract Vec3d |
CommandBlockLogic.getPositionVector() |
Modifier and Type | Method and Description |
---|---|
private static Chunk |
EndGatewayTileEntity.getChunk(World worldIn,
Vec3d vec3) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
DamageSource.getDamageLocation() |
Vec3d |
EntityDamageSource.getDamageLocation() |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
RayTraceContext.endVec |
private Vec3d |
BlockPosWrapper.field_220613_b |
protected Vec3d |
RayTraceResult.hitResult |
private Vec3d |
RayTraceContext.startVec |
static Vec3d |
Vec3d.ZERO |
Modifier and Type | Method and Description |
---|---|
Vec3d |
Vec3d.add(double x,
double y,
double z) |
Vec3d |
Vec3d.add(Vec3d vec) |
Vec3d |
Vec3d.align(java.util.EnumSet<Direction.Axis> axes) |
Vec3d |
Vec3d.crossProduct(Vec3d vec) |
static Vec3d |
Vec3d.fromPitchYaw(float pitch,
float yaw) |
static Vec3d |
Vec3d.fromPitchYaw(Vec2f p_189984_0_) |
Vec3d |
RayTraceContext.func_222250_a() |
Vec3d |
RayTraceContext.func_222253_b() |
Vec3d |
AxisAlignedBB.getCenter() |
Vec3d |
RayTraceResult.getHitVec() |
Vec3d |
EntityPosWrapper.getPos() |
Vec3d |
IPosWrapper.getPos() |
Vec3d |
BlockPosWrapper.getPos() |
Vec3d |
Vec3d.inverse() |
Vec3d |
Vec3d.mul(double factorX,
double factorY,
double factorZ) |
Vec3d |
Vec3d.mul(Vec3d p_216369_1_) |
Vec3d |
Vec3d.normalize() |
Vec3d |
Vec3d.rotatePitch(float pitch) |
Vec3d |
Vec3d.rotateYaw(float yaw) |
Vec3d |
Vec3d.scale(double factor) |
Vec3d |
Vec3d.subtract(double x,
double y,
double z) |
Vec3d |
Vec3d.subtract(Vec3d vec) |
Vec3d |
Vec3d.subtractReverse(Vec3d vec) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Vec3d> |
AxisAlignedBB.rayTrace(Vec3d p_216365_1_,
Vec3d p_216365_2_) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
Vec3d.add(Vec3d vec) |
boolean |
AxisAlignedBB.contains(Vec3d vec) |
static BlockRayTraceResult |
BlockRayTraceResult.createMiss(Vec3d hitVec,
Direction faceIn,
BlockPos posIn) |
Vec3d |
Vec3d.crossProduct(Vec3d vec) |
double |
Vec3d.distanceTo(Vec3d vec) |
double |
Vec3d.dotProduct(Vec3d vec) |
AxisAlignedBB |
AxisAlignedBB.expand(Vec3d p_216361_1_) |
private static Direction |
AxisAlignedBB.func_197741_a(AxisAlignedBB aabb,
Vec3d p_197741_1_,
double[] p_197741_2_,
Direction facing,
double p_197741_4_,
double p_197741_6_,
double p_197741_8_) |
boolean |
AxisAlignedBB.intersects(Vec3d min,
Vec3d max) |
Vec3d |
Vec3d.mul(Vec3d p_216369_1_) |
AxisAlignedBB |
AxisAlignedBB.offset(Vec3d vec) |
static BlockRayTraceResult |
AxisAlignedBB.rayTrace(java.lang.Iterable<AxisAlignedBB> boxes,
Vec3d start,
Vec3d end,
BlockPos pos) |
java.util.Optional<Vec3d> |
AxisAlignedBB.rayTrace(Vec3d p_216365_1_,
Vec3d p_216365_2_) |
double |
Vec3d.squareDistanceTo(Vec3d vec) |
Vec3d |
Vec3d.subtract(Vec3d vec) |
Vec3d |
Vec3d.subtractReverse(Vec3d vec) |
Constructor and Description |
---|
AxisAlignedBB(Vec3d min,
Vec3d max) |
BlockPos(Vec3d vec) |
BlockRayTraceResult(boolean isMissIn,
Vec3d hitVec,
Direction faceIn,
BlockPos posIn,
boolean isInside) |
BlockRayTraceResult(Vec3d hitVec,
Direction faceIn,
BlockPos posIn,
boolean isInside) |
EntityRayTraceResult(Entity entityIn,
Vec3d hitVec) |
RayTraceContext(Vec3d startVecIn,
Vec3d endVecIn,
RayTraceContext.BlockMode blockModeIn,
RayTraceContext.FluidMode fluidModeIn,
Entity entityIn) |
RayTraceResult(Vec3d hitVec) |
Modifier and Type | Method and Description |
---|---|
BlockRayTraceResult |
VoxelShape.rayTrace(Vec3d p_212433_1_,
Vec3d p_212433_2_,
BlockPos p_212433_3_) |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
VillageSiege.findRandomSpawnPos(ServerWorld p_225476_1_,
BlockPos p_225476_2_) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
Explosion.position |
private Vec3d |
TrackedEntity.velocity |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PlayerEntity,Vec3d> |
Explosion.playerKnockbackMap |
Modifier and Type | Method and Description |
---|---|
Vec3d |
TrackedEntity.func_219456_b() |
Vec3d |
Explosion.getPosition() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PlayerEntity,Vec3d> |
Explosion.getPlayerKnockbackMap() |
Modifier and Type | Method and Description |
---|---|
static float |
Explosion.getBlockDensity(Vec3d p_222259_0_,
Entity p_222259_1_) |
BlockPattern.PortalInfo |
Teleporter.placeInExistingPortal(BlockPos p_222272_1_,
Vec3d p_222272_2_,
Direction directionIn,
double p_222272_4_,
double p_222272_6_,
boolean p_222272_8_) |
default BlockRayTraceResult |
IBlockReader.rayTraceBlocks(Vec3d p_217296_1_,
Vec3d p_217296_2_,
BlockPos p_217296_3_,
VoxelShape p_217296_4_,
BlockState p_217296_5_) |
Modifier and Type | Field and Description |
---|---|
private static Vec3d |
NetherDimension.field_227177_f_ |
Modifier and Type | Method and Description |
---|---|
Vec3d |
EndDimension.getFogColor(float celestialAngle,
float partialTicks) |
abstract Vec3d |
Dimension.getFogColor(float celestialAngle,
float partialTicks) |
Vec3d |
NetherDimension.getFogColor(float celestialAngle,
float partialTicks) |
Vec3d |
OverworldDimension.getFogColor(float celestialAngle,
float partialTicks) |
Modifier and Type | Field and Description |
---|---|
Vec3d |
Template.EntityInfo.pos |
Modifier and Type | Method and Description |
---|---|
private static Vec3d |
Template.getTransformedPos(Vec3d target,
Mirror mirrorIn,
Rotation rotationIn,
BlockPos centerOffset) |
static Vec3d |
Template.transformedVec3d(PlacementSettings placementIn,
Vec3d pos) |
Modifier and Type | Method and Description |
---|---|
private static Vec3d |
Template.getTransformedPos(Vec3d target,
Mirror mirrorIn,
Rotation rotationIn,
BlockPos centerOffset) |
static Vec3d |
Template.transformedVec3d(PlacementSettings placementIn,
Vec3d pos) |
Constructor and Description |
---|
EntityInfo(Vec3d vecIn,
BlockPos posIn,
CompoundNBT nbt) |
Modifier and Type | Field and Description |
---|---|
private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<java.util.Map<ChunkPos,ChunkTicketManager<Vec3d>>> |
FarmlandWaterManager.customWaterHandler |
Modifier and Type | Method and Description |
---|---|
static <T extends SimpleTicket<Vec3d>> |
FarmlandWaterManager.addCustomTicket(World world,
T ticket,
ChunkPos masterChunk,
ChunkPos... additionalChunks)
Adds a custom ticket.
|
Modifier and Type | Method and Description |
---|---|
private static ChunkTicketManager<Vec3d> |
FarmlandWaterManager.getTicketManager(ChunkPos pos,
IWorldReader world) |
Modifier and Type | Method and Description |
---|---|
private static double |
FarmlandWaterManager.getDistanceSq(ChunkPos pos,
Vec3d vec3d) |
static ActionResultType |
ForgeHooks.onInteractEntityAt(PlayerEntity player,
Entity entity,
Vec3d vec3d,
Hand hand) |
Modifier and Type | Method and Description |
---|---|
default Vec3d |
IForgeBlock.getFogColor(BlockState state,
IWorldReader world,
BlockPos pos,
Entity entity,
Vec3d originalColor,
float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.
|
default Vec3d |
IForgeBlockState.getFogColor(IWorldReader world,
BlockPos pos,
Entity entity,
Vec3d originalColor,
float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<Vec3d> |
IForgeBlock.getBedSpawnPosition(EntityType<?> entityType,
BlockState state,
IWorldReader world,
BlockPos pos,
LivingEntity sleeper)
Returns the position that the sleeper is moved to upon
waking up, or respawning at the bed.
|
default java.util.Optional<Vec3d> |
IForgeBlockState.getBedSpawnPosition(EntityType<?> type,
IWorldReader world,
BlockPos pos,
LivingEntity sleeper)
Returns the position that the sleeper is moved to upon
waking up, or respawning at the bed.
|
Modifier and Type | Method and Description |
---|---|
default Vec3d |
IForgeBlock.getFogColor(BlockState state,
IWorldReader world,
BlockPos pos,
Entity entity,
Vec3d originalColor,
float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.
|
default Vec3d |
IForgeBlockState.getFogColor(IWorldReader world,
BlockPos pos,
Entity entity,
Vec3d originalColor,
float partialTicks)
Use this to change the fog color used when the entity is "inside" a material.
|
default RayTraceResult |
IForgeBlock.getRayTraceResult(BlockState state,
World world,
BlockPos pos,
Vec3d start,
Vec3d end,
RayTraceResult original)
Ray traces through the blocks collision from start vector to end vector returning a ray trace hit.
|
default BlockState |
IForgeBlock.getStateAtViewpoint(BlockState state,
IBlockReader world,
BlockPos pos,
Vec3d viewpoint)
Used to determine the state 'viewed' by an entity (see
ActiveRenderInfo#getBlockStateAtEntityViewpoint(World, Entity, float) ). |
default BlockState |
IForgeBlockState.getStateAtViewpoint(IBlockReader world,
BlockPos pos,
Vec3d viewpoint)
Used to determine the state 'viewed' by an entity (see
ActiveRenderInfo#getBlockStateAtEntityViewpoint(World, Entity, float) ). |
Modifier and Type | Method and Description |
---|---|
boolean |
AABBTicket.matches(Vec3d toMatch) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
FakePlayer.getPositionVector() |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
PlayerInteractEvent.EntityInteractSpecific.localPos |
Modifier and Type | Method and Description |
---|---|
Vec3d |
PlayerInteractEvent.EntityInteractSpecific.getLocalPos()
Returns the local interaction position.
|
Constructor and Description |
---|
EntityInteractSpecific(PlayerEntity player,
Hand hand,
Entity target,
Vec3d localPos) |
Modifier and Type | Field and Description |
---|---|
private Vec3d |
VillageSiegeEvent.attemptedSpawnPos |
Modifier and Type | Method and Description |
---|---|
Vec3d |
VillageSiegeEvent.getAttemptedSpawnPos() |
Constructor and Description |
---|
VillageSiegeEvent(VillageSiege siege,
World world,
PlayerEntity player,
Vec3d attemptedSpawnPos) |