Uses of Class
net.minecraft.world.phys.Vec3
Packages that use Vec3
Package
Description
-
Uses of Vec3 in com.mojang.blaze3d.audio
Fields in com.mojang.blaze3d.audio declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3ListenerTransform.forwardThe field for theforwardrecord component.private final Vec3ListenerTransform.positionThe field for thepositionrecord component.private final Vec3ListenerTransform.upThe field for theuprecord component.Methods in com.mojang.blaze3d.audio that return Vec3Modifier and TypeMethodDescriptionListenerTransform.forward()Returns the value of theforwardrecord component.ListenerTransform.position()Returns the value of thepositionrecord component.ListenerTransform.right()ListenerTransform.up()Returns the value of theuprecord component.Methods in com.mojang.blaze3d.audio with parameters of type Vec3Modifier and TypeMethodDescriptionvoidChannel.setSelfPosition(Vec3 pSource) Sets the position of the audio channel.Constructors in com.mojang.blaze3d.audio with parameters of type Vec3ModifierConstructorDescriptionListenerTransform(Vec3 position, Vec3 forward, Vec3 up) Creates an instance of aListenerTransformrecord class. -
Uses of Vec3 in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type Vec3Modifier and TypeMethodDescriptionbooleanDamageSourcePredicate.matches(ServerLevel pLevel, Vec3 pPosition, DamageSource pSource) booleanDistanceTrigger.TriggerInstance.matches(ServerLevel pLevel, Vec3 pStartPosition, Vec3 pCurrentPosition) booleanEntityPredicate.matches(ServerLevel pLevel, Vec3 pPosition, Entity pEntity) booleanEntitySubPredicate.matches(Entity pEntity, ServerLevel pLevel, Vec3 pPosition) booleanFallAfterExplosionTrigger.TriggerInstance.matches(ServerLevel pLevel, Vec3 pStartPosition, Vec3 pEndPosition, LootContext pContext) booleanFishingHookPredicate.matches(Entity p_219716_, ServerLevel p_219717_, Vec3 p_219718_) booleanLevitationTrigger.TriggerInstance.matches(ServerPlayer pPlayer, Vec3 pStartPos, int pDuration) booleanLightningBoltPredicate.matches(Entity p_299034_, ServerLevel p_299101_, Vec3 p_298929_) booleanPlayerPredicate.matches(Entity p_222484_, ServerLevel p_222485_, Vec3 p_222486_) booleanRaiderPredicate.matches(Entity p_338232_, ServerLevel p_338194_, Vec3 p_338564_) booleanSheepPredicate.matches(Entity p_368517_, ServerLevel p_368673_, Vec3 p_368505_) booleanSlimePredicate.matches(Entity p_223423_, ServerLevel p_223424_, Vec3 p_223425_) booleanTargetBlockTrigger.TriggerInstance.matches(LootContext pContext, Vec3 pVector, int pSignalStrength) voidDistanceTrigger.trigger(ServerPlayer pPlayer, Vec3 pPosition) voidFallAfterExplosionTrigger.trigger(ServerPlayer pPlayer, Vec3 pPos, Entity pEntity) voidLevitationTrigger.trigger(ServerPlayer pPlayer, Vec3 pStartPos, int pDuration) voidTargetBlockTrigger.trigger(ServerPlayer pPlayer, Entity pProjectile, Vec3 pVector, int pSignalStrength) -
Uses of Vec3 in net.minecraft.client
Fields in net.minecraft.client declared as Vec3Modifier and TypeFieldDescription(package private) final Vec3Camera.NearPlane.forwardprivate final Vec3Camera.NearPlane.leftprivate Vec3Camera.positionprivate final Vec3Camera.NearPlane.upMethods in net.minecraft.client that return Vec3Modifier and TypeMethodDescriptionCamera.NearPlane.getBottomLeft()Camera.NearPlane.getBottomRight()Camera.NearPlane.getPointOnPlane(float pLeftScale, float pUpScale) Camera.getPosition()Camera.NearPlane.getTopLeft()Camera.NearPlane.getTopRight()Methods in net.minecraft.client with parameters of type Vec3Modifier and TypeMethodDescriptionprivate voidKeyboardHandler.copyCreateEntityCommand(ResourceLocation pEntityId, Vec3 pPos, CompoundTag pCompound) protected voidCamera.setPosition(Vec3 pPos) Constructors in net.minecraft.client with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3SubtitleOverlay.SoundPlayedAt.locationThe field for thelocationrecord component.Methods in net.minecraft.client.gui.components that return Vec3Modifier and TypeMethodDescriptionSubtitleOverlay.SoundPlayedAt.location()Returns the value of thelocationrecord component.Methods in net.minecraft.client.gui.components with parameters of type Vec3Modifier and TypeMethodDescriptionSubtitleOverlay.Subtitle.getClosest(Vec3 pLocation) booleanSubtitleOverlay.Subtitle.isAudibleFrom(Vec3 pLocation) voidConstructors in net.minecraft.client.gui.components with parameters of type Vec3ModifierConstructorDescription(package private)SoundPlayedAt(Vec3 location, long time) Creates an instance of aSoundPlayedAtrecord class. -
Uses of Vec3 in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type Vec3Modifier and TypeMethodDescriptionvoidClientLevel.gameEvent(Holder<GameEvent> p_316478_, Vec3 p_233640_, GameEvent.Context p_233641_) intClientLevel.getSkyColor(Vec3 pCameraPosition, float pPartialTick) voidClientLevel.syncBlockState(BlockPos pPos, BlockState pState, Vec3 pPlayerPos) -
Uses of Vec3 in net.minecraft.client.multiplayer.prediction
Fields in net.minecraft.client.multiplayer.prediction declared as Vec3Modifier and TypeFieldDescription(package private) final Vec3BlockStatePredictionHandler.ServerVerifiedState.playerPosConstructors in net.minecraft.client.multiplayer.prediction with parameters of type Vec3ModifierConstructorDescription(package private)ServerVerifiedState(int pSequence, BlockState pBlockState, Vec3 pPlayerPos) -
Uses of Vec3 in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as Vec3Methods in net.minecraft.client.particle that return Vec3Constructors in net.minecraft.client.particle with parameters of type Vec3ModifierConstructorDescriptionItemPickupParticle(EntityRenderDispatcher pEntityRenderDispatcher, ClientLevel pLevel, Entity pItemEntity, Entity pTarget, Vec3 pSpeed) TrackingEmitter(ClientLevel pLevel, Entity pEntity, ParticleOptions pParticleType, int pLifetime, Vec3 pSpeedVector) TrailParticle(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, Vec3 pTarget, int pColor) -
Uses of Vec3 in net.minecraft.client.player
Fields in net.minecraft.client.player declared as Vec3Modifier and TypeFieldDescriptionprotected Vec3AbstractClientPlayer.deltaMovementOnPreviousTickprivate Vec3RemotePlayer.lerpDeltaMovementMethods in net.minecraft.client.player that return Vec3Modifier and TypeMethodDescriptionAbstractClientPlayer.getDeltaMovementLerped(float pPatialTick) LocalPlayer.getRopeHoldPosition(float pPartialTick) Methods in net.minecraft.client.player with parameters of type Vec3Modifier and TypeMethodDescriptionprotected booleanLocalPlayer.isHorizontalCollisionMinor(Vec3 p_197411_) void -
Uses of Vec3 in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return Vec3Modifier and TypeMethodDescriptionDimensionSpecialEffects.EndEffects.getBrightnessDependentFogColor(Vec3 p_108894_, float p_108895_) abstract Vec3DimensionSpecialEffects.getBrightnessDependentFogColor(Vec3 pFogColor, float pBrightness) DimensionSpecialEffects.NetherEffects.getBrightnessDependentFogColor(Vec3 p_108901_, float p_108902_) DimensionSpecialEffects.OverworldEffects.getBrightnessDependentFogColor(Vec3 p_108908_, float p_108909_) Methods in net.minecraft.client.renderer with parameters of type Vec3Modifier and TypeMethodDescriptionprivate voidLevelRenderer.addCloudsPass(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight) Deprecated.private voidLevelRenderer.addCloudsPass(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix) private voidLevelRenderer.addLateDebugPass(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, FogParameters pFog) private voidLevelRenderer.addWeatherPass(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, float pPartialTick, FogParameters pFog) Deprecated.private voidLevelRenderer.addWeatherPass(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, float pPartialTick, FogParameters pFog, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, Camera camera) private voidWeatherEffectRenderer.collectColumnInstances(Level pLevel, int pTicks, float pPartialTick, Vec3 pCameraPosition, int pRadius, List<WeatherEffectRenderer.ColumnInstance> pRainColumnInstances, List<WeatherEffectRenderer.ColumnInstance> pSnowColumnInstances) private static HitResultGameRenderer.filterHitResult(HitResult pHitResult, Vec3 pPos, double pBlockInteractionRange) DimensionSpecialEffects.EndEffects.getBrightnessDependentFogColor(Vec3 p_108894_, float p_108895_) abstract Vec3DimensionSpecialEffects.getBrightnessDependentFogColor(Vec3 pFogColor, float pBrightness) DimensionSpecialEffects.NetherEffects.getBrightnessDependentFogColor(Vec3 p_108901_, float p_108902_) DimensionSpecialEffects.OverworldEffects.getBrightnessDependentFogColor(Vec3 p_108908_, float p_108909_) voidLevelRenderer.prepareCullFrustum(Vec3 pCameraPosition, org.joml.Matrix4f pFrustumMatrix, org.joml.Matrix4f pProjectionMatrix) voidCloudRenderer.render(int pCloudColor, CloudStatus pCloudStatus, float pHeight, Vec3 pCameraPosition, float pTicks) private voidWeatherEffectRenderer.render(MultiBufferSource pBufferSource, Vec3 pCameraPosition, int pRadius, float pRainLevel, List<WeatherEffectRenderer.ColumnInstance> pRainColumnInstances, List<WeatherEffectRenderer.ColumnInstance> pSnowColumnInstances) voidWeatherEffectRenderer.render(Level pLevel, MultiBufferSource pBufferSource, int pTicks, float pPartialTick, Vec3 pCameraPosition) voidWorldBorderRenderer.render(WorldBorder pWorldBorder, Vec3 pCameraPosition, double pRenderDistance, double pFarPlaneDepth) private voidWeatherEffectRenderer.renderInstances(VertexConsumer pBuffer, List<WeatherEffectRenderer.ColumnInstance> pColumnInstances, Vec3 pCameraPosition, float pAmount, int pRadius, float pRainLevel) static voidShapeRenderer.renderVector(PoseStack pPoseStack, VertexConsumer pBuffer, org.joml.Vector3f pStartPos, Vec3 pVector, int pColor) private voidSectionOcclusionGraph.runPartialUpdate(boolean pSmartCull, Frustum pFrustum, List<SectionRenderDispatcher.RenderSection> pVisibleSections, Vec3 pCameraPosition, it.unimi.dsi.fastutil.longs.LongOpenHashSet pLoadedEmptySections) private voidSectionOcclusionGraph.runUpdates(SectionOcclusionGraph.GraphStorage pStorage, Vec3 pCameraPosition, Queue<SectionOcclusionGraph.Node> pQueue, boolean pSmartCull, Consumer<SectionRenderDispatcher.RenderSection> pVisibleSectionConsumer, it.unimi.dsi.fastutil.longs.LongOpenHashSet pLoadedEmptySection) private voidSectionOcclusionGraph.scheduleFullUpdate(boolean pSmartCull, Camera pCamera, Vec3 pCameraPosition, it.unimi.dsi.fastutil.longs.LongOpenHashSet pLoadedEmptySections) private voidLevelRenderer.scheduleResort(SectionRenderDispatcher.RenderSection pSection, SectionRenderDispatcher.TranslucencyPointOfView pPointOfView, Vec3 pCameraPosition, boolean pForce, boolean pIgnoreAxisAlignment) private voidLevelRenderer.scheduleTranslucentSectionResort(Vec3 pCameraPosition) -
Uses of Vec3 in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as Vec3Modifier and TypeFieldDescriptionprivate static final Vec3HangingSignRenderer.TEXT_OFFSETprivate static final Vec3SignRenderer.TEXT_OFFSETMethods in net.minecraft.client.renderer.blockentity that return Vec3Modifier and TypeMethodDescriptionprotected abstract Vec3AbstractSignRenderer.getTextOffset()protected Vec3HangingSignRenderer.getTextOffset()protected Vec3SignRenderer.getTextOffset()Methods in net.minecraft.client.renderer.blockentity with parameters of type Vec3Modifier and TypeMethodDescriptionvoidAbstractSignRenderer.render(SignBlockEntity p_389499_, float p_389653_, PoseStack p_389702_, MultiBufferSource p_389632_, int p_389452_, int p_389727_, Vec3 p_401029_) voidBannerRenderer.render(BannerBlockEntity p_112052_, float p_112053_, PoseStack p_112054_, MultiBufferSource p_112055_, int p_112056_, int p_112057_, Vec3 p_401132_) voidBeaconRenderer.render(T p_112149_, float p_112150_, PoseStack p_112151_, MultiBufferSource p_112152_, int p_112153_, int p_112154_, Vec3 p_401093_) voidBedRenderer.render(BedBlockEntity p_112205_, float p_112206_, PoseStack p_112207_, MultiBufferSource p_112208_, int p_112209_, int p_112210_, Vec3 p_401344_) voidBellRenderer.render(BellBlockEntity p_112233_, float p_112234_, PoseStack p_112235_, MultiBufferSource p_112236_, int p_112237_, int p_112238_, Vec3 p_401104_) voidBlockEntityRenderer.render(T pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, Vec3 pCameraPos) voidBlockEntityWithBoundingBoxRenderer.render(T p_397324_, float p_397611_, PoseStack p_397388_, MultiBufferSource p_397625_, int p_397985_, int p_397795_, Vec3 p_401190_) voidBrushableBlockRenderer.render(BrushableBlockEntity p_277712_, float p_277981_, PoseStack p_277490_, MultiBufferSource p_278015_, int p_277463_, int p_277346_, Vec3 p_401179_) voidCampfireRenderer.render(CampfireBlockEntity p_112344_, float p_112345_, PoseStack p_112346_, MultiBufferSource p_112347_, int p_112348_, int p_112349_, Vec3 p_401331_) voidChestRenderer.render(T p_112363_, float p_112364_, PoseStack p_112365_, MultiBufferSource p_112366_, int p_112367_, int p_112368_, Vec3 p_401038_) voidConduitRenderer.render(ConduitBlockEntity p_112399_, float p_112400_, PoseStack p_112401_, MultiBufferSource p_112402_, int p_112403_, int p_112404_, Vec3 p_401311_) voidDecoratedPotRenderer.render(DecoratedPotBlockEntity p_273776_, float p_273103_, PoseStack p_273455_, MultiBufferSource p_273010_, int p_273407_, int p_273059_, Vec3 p_401111_) voidEnchantTableRenderer.render(EnchantingTableBlockEntity p_341203_, float p_112419_, PoseStack p_112420_, MultiBufferSource p_112421_, int p_112422_, int p_112423_, Vec3 p_401253_) voidLecternRenderer.render(LecternBlockEntity p_112435_, float p_112436_, PoseStack p_112437_, MultiBufferSource p_112438_, int p_112439_, int p_112440_, Vec3 p_401430_) voidPistonHeadRenderer.render(PistonMovingBlockEntity p_112452_, float p_112453_, PoseStack p_112454_, MultiBufferSource p_112455_, int p_112456_, int p_112457_, Vec3 p_401129_) voidShulkerBoxRenderer.render(ShulkerBoxBlockEntity p_112478_, float p_112479_, PoseStack p_112480_, MultiBufferSource p_112481_, int p_112482_, int p_112483_, Vec3 p_401208_) voidSkullBlockRenderer.render(SkullBlockEntity p_112534_, float p_112535_, PoseStack p_112536_, MultiBufferSource p_112537_, int p_112538_, int p_112539_, Vec3 p_401159_) voidSpawnerRenderer.render(SpawnerBlockEntity p_112563_, float p_112564_, PoseStack p_112565_, MultiBufferSource p_112566_, int p_112567_, int p_112568_, Vec3 p_401292_) voidTestInstanceRenderer.render(TestInstanceBlockEntity p_397390_, float p_397164_, PoseStack p_397714_, MultiBufferSource p_397845_, int p_397115_, int p_397818_, Vec3 p_401004_) voidTheEndGatewayRenderer.render(TheEndGatewayBlockEntity p_112613_, float p_112614_, PoseStack p_112615_, MultiBufferSource p_112616_, int p_112617_, int p_112618_, Vec3 p_401343_) voidTheEndPortalRenderer.render(T p_112650_, float p_112651_, PoseStack p_112652_, MultiBufferSource p_112653_, int p_112654_, int p_112655_, Vec3 p_401153_) voidTrialSpawnerRenderer.render(TrialSpawnerBlockEntity p_312217_, float p_312274_, PoseStack p_312684_, MultiBufferSource p_312816_, int p_312320_, int p_312349_, Vec3 p_401133_) voidVaultRenderer.render(VaultBlockEntity p_323921_, float p_324166_, PoseStack p_324316_, MultiBufferSource p_323716_, int p_324311_, int p_324178_, Vec3 p_401121_) private static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderer<T> pRenderer, T pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, Vec3 pCameraPos) booleanBeaconRenderer.shouldRender(T p_173534_, Vec3 p_173535_) default booleanBlockEntityRenderer.shouldRender(T pBlockEntity, Vec3 pCameraPos) booleanTestInstanceRenderer.shouldRender(TestInstanceBlockEntity p_397042_, Vec3 p_397171_) private voidAbstractSignRenderer.translateSignText(PoseStack pPoseStack, boolean pIsFront, Vec3 pOffset) -
Uses of Vec3 in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as Vec3Methods in net.minecraft.client.renderer.chunk that return Vec3Methods in net.minecraft.client.renderer.chunk with parameters of type Vec3Modifier and TypeMethodDescriptionvoid -
Uses of Vec3 in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3GameEventListenerRenderer.TrackedGameEvent.positionThe field for thepositionrecord component.Methods in net.minecraft.client.renderer.debug that return Vec3Modifier and TypeMethodDescriptionprivate static Vec3DebugRenderer.mixColor(float pShift) GameEventListenerRenderer.TrackedGameEvent.position()Returns the value of thepositionrecord component.private static Vec3DebugRenderer.shiftHue(float pRed, float pGreen, float pBlue, float pShift) Methods in net.minecraft.client.renderer.debug that return types with arguments of type Vec3Modifier and TypeMethodDescriptionGameEventListenerRenderer.TrackedListener.getPosition(Level pLevel) Methods in net.minecraft.client.renderer.debug with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidBreezeDebugRenderer.drawCircle(org.joml.Matrix4f pPose, double pXOffset, double pYOffset, double pZOffset, VertexConsumer pConsumer, Vec3 pPos, float pRadius, int pColor) private static voidBreezeDebugRenderer.drawCircleVertex(int pIndex, org.joml.Matrix4f pPose, double pXOffset, double pYOffset, double pZOffset, VertexConsumer pConsumer, Vec3 pCircleCenter, float pRadius, int pColor) private static voidBreezeDebugRenderer.drawLine(PoseStack pPoseStack, MultiBufferSource pBuffer, double pXOffset, double pYOffset, double pZOffset, Vec3 pFromPos, Vec3 pToPos, int pColor) booleanGameEventListenerRenderer.TrackedListener.handleGameEvent(ServerLevel p_234540_, Holder<GameEvent> p_316503_, GameEvent.Context p_250285_, Vec3 p_250758_) booleanvoidGameEventListenerRenderer.trackGameEvent(ResourceKey<GameEvent> pGameEvent, Vec3 pPosition) Constructors in net.minecraft.client.renderer.debug with parameters of type Vec3ModifierConstructorDescription(package private)TrackedGameEvent(long timeStamp, ResourceKey<GameEvent> gameEvent, Vec3 position) Creates an instance of aTrackedGameEventrecord class. -
Uses of Vec3 in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return Vec3Modifier and TypeMethodDescriptionprivate Vec3FishingHookRenderer.getPlayerHandPos(Player pPlayer, float pHandAngle, float pPartialTick) private Vec3GuardianRenderer.getPosition(LivingEntity pLivingEntity, double pYOffset, float pPartialTick) AbstractMinecartRenderer.getRenderOffset(S p_363702_) EndermanRenderer.getRenderOffset(EndermanRenderState p_362373_) EntityRenderer.getRenderOffset(S pRenderState) ItemFrameRenderer.getRenderOffset(ItemFrameRenderState p_361106_) ShulkerRenderer.getRenderOffset(ShulkerRenderState p_360997_) Methods in net.minecraft.client.renderer.entity with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidGuardianRenderer.renderBeam(PoseStack pPoseStack, VertexConsumer pBuffer, Vec3 pBeamVector, float pAttackTime, float pScale, float pAnimationTime) -
Uses of Vec3 in net.minecraft.client.renderer.entity.player
Methods in net.minecraft.client.renderer.entity.player that return Vec3 -
Uses of Vec3 in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as Vec3Modifier and TypeFieldDescriptionGuardianRenderState.attackTargetPositionMinecartRenderState.backPosEndCrystalRenderState.beamOffsetEnderDragonRenderState.beamOffsetEntityRenderState.LeashState.endGuardianRenderState.eyePositionMinecartRenderState.frontPosVec3[]IllusionerRenderState.illusionOffsetsFishingHookRenderState.lineOriginOffsetGuardianRenderState.lookAtPositionGuardianRenderState.lookDirectionEntityRenderState.nameTagAttachmentEntityRenderState.LeashState.offsetEntityRenderState.passengerOffsetMinecartRenderState.posOnRailShulkerRenderState.renderOffsetMinecartRenderState.renderPosEntityRenderState.LeashState.start -
Uses of Vec3 in net.minecraft.client.resources.sounds
Methods in net.minecraft.client.resources.sounds with parameters of type Vec3Modifier and TypeMethodDescriptionstatic SimpleSoundInstanceSimpleSoundInstance.forJukeboxSong(SoundEvent pSound, Vec3 pPos) -
Uses of Vec3 in net.minecraft.commands
Fields in net.minecraft.commands declared as Vec3Methods in net.minecraft.commands that return Vec3Methods in net.minecraft.commands with parameters of type Vec3Constructors in net.minecraft.commands with parameters of type Vec3ModifierConstructorDescriptionCommandSourceStack(CommandSource pSource, Vec3 pWorldPosition, Vec2 pRotation, ServerLevel pLevel, int pPermissionLevel, String pTextName, Component pDisplayName, MinecraftServer pServer, Entity pEntity) protectedCommandSourceStack(CommandSource pSource, Vec3 pWorldPosition, Vec2 pRotation, ServerLevel pLevel, int pPermissionLevel, String pTextName, Component pDisplayName, MinecraftServer pServer, Entity pEntity, boolean pSilent, CommandResultCallback pResultCallback, EntityAnchorArgument.Anchor pAnchor, CommandSigningContext pSigningContext, TaskChainer pChatMessageChainer) -
Uses of Vec3 in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type Vec3Modifier and TypeFieldDescriptionprivate final BiFunction<Vec3, Entity, Vec3> EntityAnchorArgument.Anchor.transformprivate final BiFunction<Vec3, Entity, Vec3> EntityAnchorArgument.Anchor.transformMethods in net.minecraft.commands.arguments that return Vec3Modifier and TypeMethodDescriptionEntityAnchorArgument.Anchor.apply(CommandSourceStack pSource) Gets the coordinate based on the given command source's position.Gets the coordinate based on the given entity's position.Constructor parameters in net.minecraft.commands.arguments with type arguments of type Vec3 -
Uses of Vec3 in net.minecraft.commands.arguments.coordinates
Methods in net.minecraft.commands.arguments.coordinates that return Vec3Modifier and TypeMethodDescriptionCoordinates.getPosition(CommandSourceStack pSource) LocalCoordinates.getPosition(CommandSourceStack pSource) WorldCoordinates.getPosition(CommandSourceStack pSource) static Vec3Vec3Argument.getVec3(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) -
Uses of Vec3 in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector with type parameters of type Vec3Modifier and TypeFieldDescriptionprivate final BiConsumer<Vec3, List<? extends Entity>> EntitySelector.orderprivate BiConsumer<Vec3, List<? extends Entity>> EntitySelectorParser.orderstatic final BiConsumer<Vec3, List<? extends Entity>> EntitySelector.ORDER_ARBITRARYstatic final BiConsumer<Vec3, List<? extends Entity>> EntitySelectorParser.ORDER_FURTHESTstatic final BiConsumer<Vec3, List<? extends Entity>> EntitySelectorParser.ORDER_NEARESTstatic final BiConsumer<Vec3, List<? extends Entity>> EntitySelectorParser.ORDER_RANDOMEntitySelector.positionEntitySelector.positionMethods in net.minecraft.commands.arguments.selector that return types with arguments of type Vec3Modifier and TypeMethodDescriptionBiConsumer<Vec3, List<? extends Entity>> EntitySelectorParser.getOrder()Methods in net.minecraft.commands.arguments.selector with parameters of type Vec3Modifier and TypeMethodDescriptionprivate AABBEntitySelector.getAbsoluteAabb(Vec3 pPos) EntitySelector.getPredicate(Vec3 pPos, AABB pBox, FeatureFlagSet pEnabledFeatures) EntitySelector.sortAndLimit(Vec3 pPos, List<T> pEntities) Method parameters in net.minecraft.commands.arguments.selector with type arguments of type Vec3Modifier and TypeMethodDescriptionvoidEntitySelectorParser.setOrder(BiConsumer<Vec3, List<? extends Entity>> pOrder) Constructor parameters in net.minecraft.commands.arguments.selector with type arguments of type Vec3ModifierConstructorDescriptionEntitySelector(int pMaxResults, boolean pIncludesEntities, boolean pWorldLimited, List<Predicate<Entity>> pContextFreePredicates, MinMaxBounds.Doubles pRange, Function<Vec3, Vec3> pPosition, AABB pAabb, BiConsumer<Vec3, List<? extends Entity>> pOrder, boolean pCurrentEntity, String pPlayerName, UUID pEntityUUID, EntityType<?> pType, boolean pUsesSelector) EntitySelector(int pMaxResults, boolean pIncludesEntities, boolean pWorldLimited, List<Predicate<Entity>> pContextFreePredicates, MinMaxBounds.Doubles pRange, Function<Vec3, Vec3> pPosition, AABB pAabb, BiConsumer<Vec3, List<? extends Entity>> pOrder, boolean pCurrentEntity, String pPlayerName, UUID pEntityUUID, EntityType<?> pType, boolean pUsesSelector) EntitySelector(int pMaxResults, boolean pIncludesEntities, boolean pWorldLimited, List<Predicate<Entity>> pContextFreePredicates, MinMaxBounds.Doubles pRange, Function<Vec3, Vec3> pPosition, AABB pAabb, BiConsumer<Vec3, List<? extends Entity>> pOrder, boolean pCurrentEntity, String pPlayerName, UUID pEntityUUID, EntityType<?> pType, boolean pUsesSelector) -
Uses of Vec3 in net.minecraft.core
Fields in net.minecraft.core declared as Vec3Methods in net.minecraft.core that return Vec3Modifier and TypeMethodDescriptionBlockPos.clampLocationWithin(Vec3 pPos) BlockPos.getBottomCenter()BlockPos.getCenter()Direction.getUnitVec3()Methods in net.minecraft.core with parameters of type Vec3Modifier and TypeMethodDescriptionBlockPos.clampLocationWithin(Vec3 pPos) static DirectionDirection.getApproximateNearest(Vec3 pVector) -
Uses of Vec3 in net.minecraft.core.dispenser
Methods in net.minecraft.core.dispenser that return Vec3 -
Uses of Vec3 in net.minecraft.core.particles
Fields in net.minecraft.core.particles declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3TrailParticleOption.targetThe field for thetargetrecord component.Methods in net.minecraft.core.particles that return Vec3Modifier and TypeMethodDescriptionTrailParticleOption.target()Returns the value of thetargetrecord component.Constructors in net.minecraft.core.particles with parameters of type Vec3ModifierConstructorDescriptionTrailParticleOption(Vec3 target, int color, int duration) Creates an instance of aTrailParticleOptionrecord class. -
Uses of Vec3 in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return Vec3Modifier and TypeMethodDescriptionGameTestHelper.absoluteVec(Vec3 pRelativeVec3) GameTestHelper.relativeVec(Vec3 pAbsoluteVec3) Methods in net.minecraft.gametest.framework with parameters of type Vec3Modifier and TypeMethodDescriptionGameTestHelper.absoluteVec(Vec3 pRelativeVec3) GameTestHelper.findEntities(EntityType<E> pType, Vec3 pPos, double pRadius) GameTestHelper.relativeVec(Vec3 pAbsoluteVec3) <E extends Entity>
EGameTestHelper.spawn(EntityType<E> pType, Vec3 pPos) <E extends Mob>
EGameTestHelper.spawnWithNoFreeWill(EntityType<E> pType, Vec3 pPos) -
Uses of Vec3 in net.minecraft.network
Methods in net.minecraft.network that return Vec3Modifier and TypeMethodDescriptionFriendlyByteBuf.readVec3()static Vec3FriendlyByteBuf.readVec3(io.netty.buffer.ByteBuf pBuffer) Methods in net.minecraft.network with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3BeeDebugPayload.BeeInfo.posThe field for theposrecord component.private final Vec3BrainDebugPayload.BrainDump.posThe field for theposrecord component.private final Vec3GameEventDebugPayload.posThe field for theposrecord component.Methods in net.minecraft.network.protocol.common.custom that return Vec3Modifier and TypeMethodDescriptionBeeDebugPayload.BeeInfo.pos()Returns the value of theposrecord component.BrainDebugPayload.BrainDump.pos()Returns the value of theposrecord component.GameEventDebugPayload.pos()Returns the value of theposrecord component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type Vec3ModifierConstructorDescriptionBeeInfo(UUID uuid, int id, Vec3 pos, Path path, BlockPos hivePos, BlockPos flowerPos, int travelTicks, Set<String> goals, List<BlockPos> blacklistedHives) Creates an instance of aBeeInforecord class.BrainDump(UUID uuid, int id, String name, String profession, int xp, float health, float maxHealth, Vec3 pos, String inventory, Path path, boolean wantsGolem, int angerLevel, List<String> activities, List<String> behaviors, List<String> memories, List<String> gossips, Set<BlockPos> pois, Set<BlockPos> potentialPois) Creates an instance of aBrainDumprecord class.GameEventDebugPayload(ResourceKey<GameEvent> gameEventType, Vec3 pos) Creates an instance of aGameEventDebugPayloadrecord class. -
Uses of Vec3 in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3VecDeltaCodec.baseprivate final Vec3ClientboundExplodePacket.centerThe field for thecenterrecord component.private final Vec3ServerboundInteractPacket.InteractionAtLocationAction.locationprivate final Vec3ClientboundMoveVehiclePacket.positionThe field for thepositionrecord component.private final Vec3ServerboundMoveVehiclePacket.positionThe field for thepositionrecord component.Fields in net.minecraft.network.protocol.game with type parameters of type Vec3Modifier and TypeFieldDescriptionClientboundExplodePacket.playerKnockbackThe field for theplayerKnockbackrecord component.ClientboundDamageEventPacket.sourcePositionThe field for thesourcePositionrecord component.Methods in net.minecraft.network.protocol.game that return Vec3Modifier and TypeMethodDescriptionClientboundExplodePacket.center()Returns the value of thecenterrecord component.VecDeltaCodec.decode(long pX, long pY, long pZ) VecDeltaCodec.getBase()ClientboundPlayerLookAtPacket.getPosition(Level pLevel) ClientboundMoveVehiclePacket.position()Returns the value of thepositionrecord component.ServerboundMoveVehiclePacket.position()Returns the value of thepositionrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type Vec3Modifier and TypeMethodDescriptionClientboundExplodePacket.playerKnockback()Returns the value of theplayerKnockbackrecord component.ClientboundDamageEventPacket.sourcePosition()Returns the value of thesourcePositionrecord component.Methods in net.minecraft.network.protocol.game with parameters of type Vec3Modifier and TypeMethodDescriptionstatic ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity pEntity, boolean pUsingSecondaryAction, InteractionHand pHand, Vec3 pInteractionLocation) longlonglongvoidServerboundInteractPacket.Handler.onInteraction(InteractionHand pHand, Vec3 pInteractionLocation) static voidDebugPackets.sendGameEventInfo(Level pLevel, Holder<GameEvent> pGameEvent, Vec3 pPos) voidConstructors in net.minecraft.network.protocol.game with parameters of type Vec3ModifierConstructorDescriptionClientboundAddEntityPacket(int pId, UUID pUuid, double pX, double pY, double pZ, float pXRot, float pYRot, EntityType<?> pType, int pData, Vec3 pDeltaMovement, double pYHeadRot) ClientboundExplodePacket(Vec3 center, Optional<Vec3> playerKnockback, ParticleOptions explosionParticle, Holder<SoundEvent> explosionSound) Creates an instance of aClientboundExplodePacketrecord class.ClientboundMoveVehiclePacket(Vec3 position, float yRot, float xRot) Creates an instance of aClientboundMoveVehiclePacketrecord class.ClientboundSetEntityMotionPacket(int pId, Vec3 pDeltaMovement) (package private)InteractionAtLocationAction(InteractionHand pHand, Vec3 pLocation) ServerboundMoveVehiclePacket(Vec3 position, float yRot, float xRot, boolean onGround) Creates an instance of aServerboundMoveVehiclePacketrecord class.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type Vec3ModifierConstructorDescriptionClientboundDamageEventPacket(int entityId, Holder<DamageType> sourceType, int sourceCauseId, int sourceDirectId, Optional<Vec3> sourcePosition) Creates an instance of aClientboundDamageEventPacketrecord class.ClientboundExplodePacket(Vec3 center, Optional<Vec3> playerKnockback, ParticleOptions explosionParticle, Holder<SoundEvent> explosionSound) Creates an instance of aClientboundExplodePacketrecord class. -
Uses of Vec3 in net.minecraft.server.chase
Fields in net.minecraft.server.chase declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3ChaseClient.TeleportTarget.posThe field for theposrecord component.Methods in net.minecraft.server.chase that return Vec3Modifier and TypeMethodDescriptionChaseClient.TeleportTarget.pos()Returns the value of theposrecord component.Constructors in net.minecraft.server.chase with parameters of type Vec3ModifierConstructorDescription(package private)TeleportTarget(ResourceKey<Level> level, Vec3 pos, Vec2 rot) Creates an instance of aTeleportTargetrecord class. -
Uses of Vec3 in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3LookAt.LookAtPosition.positionThe field for thepositionrecord component.Methods in net.minecraft.server.commands that return Vec3Modifier and TypeMethodDescriptionLookAt.LookAtPosition.position()Returns the value of thepositionrecord component.Methods in net.minecraft.server.commands with parameters of type Vec3Modifier and TypeMethodDescriptionstatic EntitySummonCommand.createEntity(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pType, Vec3 pPos, CompoundTag pTag, boolean pRandomizeProperties) private static intLootCommand.dropInWorld(CommandSourceStack pSource, Vec3 pPos, List<ItemStack> pItems, LootCommand.Callback pCallback) private static intPlaySoundCommand.playSound(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, ResourceLocation pSound, SoundSource pCategory, Vec3 pPos, float pVolume, float pPitch, float pMinVolume) private static intParticleCommand.sendParticles(CommandSourceStack pSource, ParticleOptions pParticleData, Vec3 pPos, Vec3 pDelta, float pSpeed, int pCount, boolean pForce, Collection<ServerPlayer> pViewers) private static intSummonCommand.spawnEntity(CommandSourceStack pSource, Holder.Reference<EntityType<?>> pType, Vec3 pPos, CompoundTag pTag, boolean pRandomizeProperties) Constructors in net.minecraft.server.commands with parameters of type Vec3ModifierConstructorDescriptionLookAtPosition(Vec3 position) Creates an instance of aLookAtPositionrecord class. -
Uses of Vec3 in net.minecraft.server.level
Fields in net.minecraft.server.level declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3ServerPlayer.enteredLavaOnVehiclePositionprivate Vec3ServerPlayer.enteredNetherPositionprivate Vec3ServerPlayer.lastKnownClientMovementprivate Vec3ServerEntity.lastSentMovementprivate Vec3ServerPlayer.levitationStartPosprivate final Vec3ServerPlayer.RespawnPosAngle.positionThe field for thepositionrecord component.private Vec3ServerPlayer.startingToFallPositionMethods in net.minecraft.server.level that return Vec3Modifier and TypeMethodDescriptionServerPlayer.getKnownMovement()ServerPlayer.getLastClientMoveIntent()ServerEntity.getLastSentMovement()ServerEntity.getPositionBase()ServerPlayer.RespawnPosAngle.position()Returns the value of thepositionrecord component.Methods in net.minecraft.server.level with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static floatServerPlayer.RespawnPosAngle.calculateLookAtYaw(Vec3 pPosition, BlockPos pTowardsPos) private static doubleChunkMap.euclideanDistanceSquared(ChunkPos pChunkPos, Vec3 pPos) voidServerLevel.gameEvent(Holder<GameEvent> p_316597_, Vec3 p_215042_, GameEvent.Context p_215043_) voidWorldGenRegion.gameEvent(Holder<GameEvent> p_316792_, Vec3 p_215164_, GameEvent.Context p_215165_) voidServerPlayer.lookAt(EntityAnchorArgument.Anchor pAnchor, Vec3 pTarget) static ServerPlayer.RespawnPosAnglevoidServerPlayer.setKnownMovement(Vec3 pKnownMovement) Constructors in net.minecraft.server.level with parameters of type Vec3ModifierConstructorDescriptionRespawnPosAngle(Vec3 position, float yaw) Creates an instance of aRespawnPosAnglerecord class. -
Uses of Vec3 in net.minecraft.server.network
Fields in net.minecraft.server.network declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3ServerGamePacketListenerImpl.awaitingPositionFromClientMethods in net.minecraft.server.network with parameters of type Vec3Modifier and TypeMethodDescriptionprivate voidServerGamePacketListenerImpl.handlePlayerKnownMovement(Vec3 pMovement) -
Uses of Vec3 in net.minecraft.util
Methods in net.minecraft.util that return Vec3Modifier and TypeMethodDescriptionCubicSampler.Vec3Fetcher.fetch(int pX, int pY, int pZ) static Vec3CubicSampler.gaussianSampleVec3(Vec3 pVec, CubicSampler.Vec3Fetcher pFetcher) private static Vec3ParticleUtils.getRandomSpeedRanges(RandomSource pRandom) static Vec3Methods in net.minecraft.util with parameters of type Vec3Modifier and TypeMethodDescriptionstatic intstatic Vec3CubicSampler.gaussianSampleVec3(Vec3 pVec, CubicSampler.Vec3Fetcher pFetcher) static Vec3static booleanMth.rayIntersectsAABB(Vec3 pStart, Vec3 pEnd, AABB pBoundingBox) static voidParticleUtils.spawnParticleOnFace(Level pLevel, BlockPos pPos, Direction pDirection, ParticleOptions pParticle, Vec3 pSpeed, double pSpread) Method parameters in net.minecraft.util with type arguments of type Vec3Modifier and TypeMethodDescriptionstatic voidParticleUtils.spawnParticlesOnBlockFace(Level pLevel, BlockPos pPos, ParticleOptions pParticle, IntProvider pCount, Direction pDirection, Supplier<Vec3> pSpeedSupplier, double pSpread) -
Uses of Vec3 in net.minecraft.world.damagesource
Fields in net.minecraft.world.damagesource declared as Vec3Methods in net.minecraft.world.damagesource that return Vec3Modifier and TypeMethodDescriptionDamageSource.getSourcePosition()DamageSource.sourcePositionRaw()Methods in net.minecraft.world.damagesource with parameters of type Vec3Constructors in net.minecraft.world.damagesource with parameters of type Vec3ModifierConstructorDescriptionDamageSource(Holder<DamageType> pType, Entity pDirectEntity, Entity pCausingEntity, Vec3 pDamageSourcePosition) DamageSource(Holder<DamageType> pType, Vec3 pDamageSourcePosition) -
Uses of Vec3 in net.minecraft.world.effect
Methods in net.minecraft.world.effect with parameters of type Vec3Modifier and TypeMethodDescriptionstatic List<ServerPlayer> MobEffectUtil.addEffectToPlayersAround(ServerLevel pLevel, Entity pSource, Vec3 pPos, double pRadius, MobEffectInstance pEffect, int pDuration) -
Uses of Vec3 in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3Entity.deltaMovementprivate final Vec3PositionMoveRotation.deltaMovementThe field for thedeltaMovementrecord component.private final Vec3Entity.Movement.fromThe field for thefromrecord component.private Vec3Entity.position(package private) Vec3InterpolationHandler.InterpolationData.positionprivate final Vec3PositionMoveRotation.positionThe field for thepositionrecord component.private Vec3InterpolationHandler.previousTickPositionprotected Vec3Entity.stuckSpeedMultiplierprivate final Vec3Entity.Movement.toThe field for thetorecord component.Fields in net.minecraft.world.entity with type parameters of type Vec3Modifier and TypeFieldDescriptionprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.attachmentsprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.Builder.attachmentsEntityAttachment.Fallback.ZEROMethods in net.minecraft.world.entity that return Vec3Modifier and TypeMethodDescriptionprotected final Vec3Entity.calculateUpVector(float pXRot, float pYRot) final Vec3Entity.calculateViewVector(float pXRot, float pYRot) Calculates the view vector using the X and Y rotation of an entity.private Vec3Given a motion vector, return an updated vector that takes into account restrictions such as collisions (from all directions) and step-up from stepHeightstatic Vec3Entity.collideBoundingBox(Entity pEntity, Vec3 pVec, AABB pCollisionBox, Level pLevel, List<VoxelShape> pPotentialHits) private static Vec3Entity.collideWithShapes(Vec3 pDeltaMovement, AABB pEntityBB, List<VoxelShape> pShapes) PositionMoveRotation.deltaMovement()Returns the value of thedeltaMovementrecord component.Entity.Movement.from()Returns the value of thefromrecord component.EntityAttachments.get(EntityAttachment pAttachment, int pIndex, float pYRot) EntityAttachments.getClamped(EntityAttachment pAttachment, int pIndex, float pYRot) protected static Vec3Entity.getCollisionHorizontalEscapeVector(double pVehicleWidth, double pPassengerWidth, float pYRot) protected static Vec3Entity.getDefaultPassengerAttachmentPoint(Entity pVehicle, Entity pPassenger, EntityAttachments pAttachments) Entity.getDeltaMovement()Entity.getDismountLocationForPassenger(LivingEntity pPassenger) final Vec3Entity.getEyePosition()final Vec3Entity.getEyePosition(float pPartialTick) LivingEntity.getFluidFallingAdjustedMovement(double pGravity, boolean pIsFalling, Vec3 pDeltaMovement) Entity.getForward()Entity.getHandHoldingItemAngle(Item pItem) protected static Vec3Entity.getInputVector(Vec3 pRelative, float pMotionScaler, float pFacing) Entity.getKnownMovement()protected Vec3Entity.getLeashOffset()Entity.getLeashOffset(float pPartialTick) Entity.getLightProbePosition(float pPartialTicks) Entity.getLookAngle()EntityAttachments.getNullable(EntityAttachment pAttachment, int pIndex, float pYRot) protected Vec3Entity.getPassengerAttachmentPoint(Entity pEntity, EntityDimensions pDimensions, float pPartialTick) Entity.getPassengerRidingPosition(Entity pEntity) LivingEntity.getPassengerRidingPosition(Entity p_295664_) final Vec3Entity.getPosition(float pPartialTicks) Entity.getRelativePortalPosition(Direction.Axis pAxis, BlockUtil.FoundRectangle pPortal) LivingEntity.getRelativePortalPosition(Direction.Axis p_21085_, BlockUtil.FoundRectangle p_21086_) protected Vec3LivingEntity.getRiddenInput(Player pPlayer, Vec3 pTravelVector) Entity.getRopeHoldPosition(float pPartialTicks) final Vec3Entity.getUpVector(float pPartialTick) Entity.getVehicleAttachmentPoint(Entity pEntity) final Vec3Entity.getViewVector(float pPartialTicks) Gets the interpolated look vector.private Vec3LivingEntity.handleOnClimbable(Vec3 pDeltaMovement) private Vec3LivingEntity.handleRelativeFrictionAndCalculateMovement(Vec3 pDeltaMovement, float pFriction) protected Vec3Entity.limitPistonMovement(Vec3 pPos) protected Vec3Entity.maybeBackOffFromEdge(Vec3 pVec, MoverType pMover) final Vec3Entity.oldPosition()Entity.position()InterpolationHandler.position()PositionMoveRotation.position()Returns the value of thepositionrecord component.static Vec3LivingEntity.resetForwardDirectionOfRelativePortalPosition(Vec3 pRelativePortalPosition) Entity.Movement.to()Returns the value of thetorecord component.Entity.trackingPosition()private static Vec3EntityAttachments.transformPoint(Vec3 pPoint, float pYRot) private Vec3LivingEntity.updateFallFlyingMovement(Vec3 pDeltaMovement) Methods in net.minecraft.world.entity that return types with arguments of type Vec3Modifier and TypeMethodDescriptionEntityAttachment.Fallback.create(float pWidth, float pHeight) EntityAttachment.createFallbackPoints(float pWidth, float pHeight) Methods in net.minecraft.world.entity with parameters of type Vec3Modifier and TypeMethodDescriptionvoidvoidEntity.addDeltaMovement(Vec3 pAddend) voidEntity.applyEffectsFromBlocks(Vec3 pOldPosition, Vec3 pPosition) private voidEntity.applyMovementEmissionAndPlaySound(Entity.MovementEmission pMovementEmission, Vec3 pMovement, BlockPos pPos, BlockState pState) EntityAttachments.Builder.attach(EntityAttachment pAttachment, Vec3 pPoas) EntityType.Builder.attach(EntityAttachment pAttachment, Vec3 pPos) static voidExperienceOrb.award(ServerLevel pLevel, Vec3 pPos, int pAmount) private static Iterable<Direction.Axis> Entity.axisStepOrder(Vec3 pDeltaMovement) protected voidEntity.checkSupportingBlock(boolean pOnGround, Vec3 pMovement) private Vec3Given a motion vector, return an updated vector that takes into account restrictions such as collisions (from all directions) and step-up from stepHeightstatic Vec3Entity.collideBoundingBox(Entity pEntity, Vec3 pVec, AABB pCollisionBox, Level pLevel, List<VoxelShape> pPotentialHits) private booleanEntity.collidedWithFluid(FluidState pFluid, BlockPos pPos, Vec3 pFrom, Vec3 pTo) private booleanEntity.collidedWithShapeMovingFrom(Vec3 pFrom, Vec3 pTo, List<AABB> pBoxes) private static Vec3Entity.collideWithShapes(Vec3 pDeltaMovement, AABB pEntityBB, List<VoxelShape> pShapes) doubleEntity.distanceToSqr(Vec3 pVec) LivingEntity.getFluidFallingAdjustedMovement(double pGravity, boolean pIsFalling, Vec3 pDeltaMovement) protected static Vec3Entity.getInputVector(Vec3 pRelative, float pMotionScaler, float pFacing) protected Vec3LivingEntity.getRiddenInput(Player pPlayer, Vec3 pTravelVector) private Vec3LivingEntity.handleOnClimbable(Vec3 pDeltaMovement) private Vec3LivingEntity.handleRelativeFrictionAndCalculateMovement(Vec3 pDeltaMovement, float pFriction) Entity.interactAt(Player pPlayer, Vec3 pVec, InteractionHand pHand) Applies the given player interaction to this Entity.voidInterpolationHandler.interpolateTo(Vec3 pPos, float pYRot, float pXRot) protected booleanEntity.isHorizontalCollisionMinor(Vec3 pDeltaMovement) protected Vec3Entity.limitPistonMovement(Vec3 pPos) voidEntity.lookAt(EntityAnchorArgument.Anchor pAnchor, Vec3 pTarget) voidLivingEntity.lookAt(EntityAnchorArgument.Anchor pAnchor, Vec3 pTarget) protected AABBEntity.makeBoundingBox(Vec3 pPosition) EntityDimensions.makeBoundingBox(Vec3 pPos) protected AABBInteraction.makeBoundingBox(Vec3 p_390454_) voidEntity.makeStuckInBlock(BlockState pState, Vec3 pMotionMultiplier) protected Vec3Entity.maybeBackOffFromEdge(Vec3 pVec, MoverType pMover) voidfinal voidEntity.moveOrInterpolateTo(Vec3 pPos, float pYRot, float pXRot) voidEntity.moveRelative(float pAmount, Vec3 pRelative) EntityType.Builder.passengerAttachments(Vec3... pAttachPoints) voidstatic Vec3LivingEntity.resetForwardDirectionOfRelativePortalPosition(Vec3 pRelativePortalPosition) voidEntity.setDeltaMovement(Vec3 pDeltaMovement) private voidfinal voidEntity.setOldPosAndRot(Vec3 pPos, float pYRot, float pXRot) voidEntity.setOnGroundWithMovement(boolean pOnGround, boolean pHorizontalCollision, Vec3 pMovement) voidEntity.setOnGroundWithMovement(boolean pOnGround, Vec3 pMovement) final voidvoidvoidprotected voidLivingEntity.tickRidden(Player pPlayer, Vec3 pTravelVector) private static Vec3EntityAttachments.transformPoint(Vec3 pPoint, float pYRot) voidvoidprivate voidLivingEntity.travelFallFlying(Vec3 pTravelVector) private voidLivingEntity.travelInAir(Vec3 pTravelVector) private voidLivingEntity.travelInFluid(Vec3 pTravelVector) Deprecated.Neo: useLivingEntity.travelInFluid(Vec3, FluidState)insteadprivate voidLivingEntity.travelInFluid(Vec3 pTravelVector, FluidState fluidState) private voidLivingEntity.travelRidden(Player pPlayer, Vec3 pTravelVector) private static booleanExperienceOrb.tryMergeToExisting(ServerLevel pLevel, Vec3 pPos, int pAmount) private Vec3LivingEntity.updateFallFlyingMovement(Vec3 pDeltaMovement) EntityType.Builder.vehicleAttachment(Vec3 pAttachPoint) private booleanEntity.vibrationAndSoundEffectsFromBlock(BlockPos pPos, BlockState pState, boolean pPlayStepSound, boolean pBroadcastGameEvent, Vec3 pEntityPos) Constructors in net.minecraft.world.entity with parameters of type Vec3ModifierConstructorDescription(package private)InterpolationData(int pSteps, Vec3 pPosition, float pYRot, float pXRot) (package private)Creates an instance of aMovementrecord class.PositionMoveRotation(Vec3 position, Vec3 deltaMovement, float yRot, float xRot) Creates an instance of aPositionMoveRotationrecord class.Constructor parameters in net.minecraft.world.entity with type arguments of type Vec3ModifierConstructorDescription(package private)EntityAttachments(Map<EntityAttachment, List<Vec3>> pAttachments) -
Uses of Vec3 in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3BlockPosTracker.centerPositionprotected Vec3LongJumpToRandomPos.chosenJumpprivate Vec3RamTarget.ramDirectionFields in net.minecraft.world.entity.ai.behavior with type parameters of type Vec3Methods in net.minecraft.world.entity.ai.behavior that return Vec3Modifier and TypeMethodDescriptionprotected Vec3LongJumpToRandomPos.calculateOptimalJumpVector(Mob pMob, Vec3 pTarget) BlockPosTracker.currentPosition()EntityTracker.currentPosition()PositionTracker.currentPosition()private Vec3PrepareRamNearestTarget.getEdgeOfBlock(BlockPos pPos, BlockPos pOther) private static Vec3MoveToSkySeeingSpot.getOutdoorPosition(ServerLevel pLevel, LivingEntity pEntity) private Vec3AnimalPanic.getPanicPos(E pPathfinder, ServerLevel pLevel) static Vec3BehaviorUtils.getRandomSwimmablePos(PathfinderMob pPathfinder, int pRadius, int pVerticalDistance) private static Vec3RandomStroll.getTargetFlyPos(PathfinderMob pMob, int pMaxDistance, int pYRange) private static Vec3RandomStroll.getTargetSwimPos(PathfinderMob pMob) private static Vec3GoAndGiveItemsToTarget.getThrowPosition(PositionTracker pPositionTracker) Methods in net.minecraft.world.entity.ai.behavior that return types with arguments of type Vec3Modifier and TypeMethodDescriptionLongJumpUtil.calculateJumpVectorForAngle(Mob pMob, Vec3 pTarget, float pMaxJumpVelocity, int pAngle, boolean pRequireClearTransition) Methods in net.minecraft.world.entity.ai.behavior with parameters of type Vec3Modifier and TypeMethodDescriptionLongJumpUtil.calculateJumpVectorForAngle(Mob pMob, Vec3 pTarget, float pMaxJumpVelocity, int pAngle, boolean pRequireClearTransition) protected Vec3LongJumpToRandomPos.calculateOptimalJumpVector(Mob pMob, Vec3 pTarget) private static booleanLongJumpUtil.isClearTransition(Mob pMob, EntityDimensions pDimensions, Vec3 pStartPos, Vec3 pEndPos) static voidBehaviorUtils.throwItem(LivingEntity pLivingEntity, ItemStack pStack, Vec3 pOffset) static voidBehaviorUtils.throwItem(LivingEntity pEntity, ItemStack pStack, Vec3 pOffset, Vec3 pSpeedMultiplier, float pYOffset) static voidGoAndGiveItemsToTarget.throwItem(LivingEntity pEntity, ItemStack pStack, Vec3 pThrowPos) Method parameters in net.minecraft.world.entity.ai.behavior with type arguments of type Vec3Modifier and TypeMethodDescriptionprivate static <T> OneShot<PathfinderMob> SetWalkTargetAwayFrom.create(MemoryModuleType<T> pWalkTargetAwayFromMemory, float pSpeedModifier, int pDesiredDistance, boolean pHasTarget, Function<T, Vec3> pToPosition) private static OneShot<PathfinderMob> RandomStroll.strollFlyOrSwim(float pSpeedModifier, Function<PathfinderMob, Vec3> pTarget, Predicate<PathfinderMob> pCanStroll) Constructors in net.minecraft.world.entity.ai.behavior with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.entity.ai.control
Methods in net.minecraft.world.entity.ai.control with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.entity.ai.goal
Methods in net.minecraft.world.entity.ai.goal that return Vec3Modifier and TypeMethodDescriptionprotected Vec3FleeSunGoal.getHidePos()protected Vec3GolemRandomStrollInVillageGoal.getPosition()protected Vec3MoveBackToVillageGoal.getPosition()protected Vec3RandomStrollGoal.getPosition()protected Vec3RandomSwimmingGoal.getPosition()protected Vec3WaterAvoidingRandomFlyingGoal.getPosition()protected Vec3WaterAvoidingRandomStrollGoal.getPosition()private Vec3GolemRandomStrollInVillageGoal.getPositionTowardsAnywhere()private Vec3GolemRandomStrollInVillageGoal.getPositionTowardsPoi()private Vec3GolemRandomStrollInVillageGoal.getPositionTowardsVillagerWhoWantsGolem() -
Uses of Vec3 in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory with type parameters of type Vec3Constructors in net.minecraft.world.entity.ai.memory with parameters of type Vec3ModifierConstructorDescriptionWalkTarget(Vec3 pVectorPos, float pSpeedModifier, int pCloseEnoughDist) Constructs a walk target using a vector that's directly converted to a BlockPos. -
Uses of Vec3 in net.minecraft.world.entity.ai.util
Methods in net.minecraft.world.entity.ai.util that return Vec3Modifier and TypeMethodDescriptionstatic Vec3RandomPos.generateRandomPos(Supplier<BlockPos> pPosSupplier, ToDoubleFunction<BlockPos> pToDoubleFunction) Tries 10 times to maximize the return value of the position to double function based on the supplied positionstatic Vec3RandomPos.generateRandomPos(PathfinderMob pMob, Supplier<BlockPos> pPosSupplier) static Vec3AirAndWaterRandomPos.getPos(PathfinderMob pMob, int pMaxDistance, int pYRange, int pY, double pX, double pZ, double pAmplifier) static Vec3DefaultRandomPos.getPos(PathfinderMob pMob, int pRadius, int pVerticalDistance) static Vec3HoverRandomPos.getPos(PathfinderMob pMob, int pRadius, int pYRange, double pX, double pZ, float pAmplifier, int pMaxSwimUp, int pMinSwimUp) Tries to generate a random position a couple different ways, and if failing, sees if swimming vertically is an option.static Vec3LandRandomPos.getPos(PathfinderMob pMob, int pRadius, int pVerticalRange) static Vec3LandRandomPos.getPos(PathfinderMob pMob, int pRadius, int pYRange, ToDoubleFunction<BlockPos> pToDoubleFunction) static Vec3DefaultRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) static Vec3LandRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) private static Vec3LandRandomPos.getPosInDirection(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, boolean pShortCircuit) static Vec3AirRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, int pY, Vec3 pVectorPosition, double pAmplifier) static Vec3DefaultRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, double pAmplifier) static Vec3LandRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) Methods in net.minecraft.world.entity.ai.util with parameters of type Vec3Modifier and TypeMethodDescriptionstatic Vec3DefaultRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) static Vec3LandRandomPos.getPosAway(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) private static Vec3LandRandomPos.getPosInDirection(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, boolean pShortCircuit) static Vec3AirRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, int pY, Vec3 pVectorPosition, double pAmplifier) static Vec3DefaultRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition, double pAmplifier) static Vec3LandRandomPos.getPosTowards(PathfinderMob pMob, int pRadius, int pYRange, Vec3 pVectorPosition) -
Uses of Vec3 in net.minecraft.world.entity.ai.village
Methods in net.minecraft.world.entity.ai.village that return Vec3Modifier and TypeMethodDescriptionprivate Vec3VillageSiege.findRandomSpawnPos(ServerLevel pLevel, BlockPos pPos) -
Uses of Vec3 in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3Bee.BeePollinateGoal.hoverPos(package private) Vec3Squid.movementVectorprivate Vec3Panda.rollDeltaMethods in net.minecraft.world.entity.animal that return Vec3Modifier and TypeMethodDescriptionprivate Vec3Bee.BeeWanderGoal.findPos()Pig.getDismountLocationForPassenger(LivingEntity pLivingEntity) Bee.getLeashOffset()Fox.getLeashOffset()IronGolem.getLeashOffset()Ocelot.getLeashOffset()Parrot.getLeashOffset()Pig.getLeashOffset()Rabbit.getLeashOffset()SnowGolem.getLeashOffset()protected Vec3Parrot.ParrotWanderGoal.getPosition()protected Vec3Pig.getRiddenInput(Player p_278309_, Vec3 p_275479_) private Vec3Parrot.ParrotWanderGoal.getTreePos()private Vec3Squid.rotateVector(Vec3 pVector) Methods in net.minecraft.world.entity.animal with parameters of type Vec3Modifier and TypeMethodDescriptionprotected Vec3Pig.getRiddenInput(Player p_278309_, Vec3 p_275479_) private Vec3Squid.rotateVector(Vec3 pVector) protected voidPig.tickRidden(Player p_278330_, Vec3 p_278267_) voidvoidvoidvoid -
Uses of Vec3 in net.minecraft.world.entity.animal.allay
Methods in net.minecraft.world.entity.animal.allay that return Vec3Methods in net.minecraft.world.entity.animal.allay with parameters of type Vec3Modifier and TypeMethodDescriptionbooleanAllay.JukeboxListener.handleGameEvent(ServerLevel p_250009_, Holder<GameEvent> p_316687_, GameEvent.Context p_249478_, Vec3 p_250852_) void -
Uses of Vec3 in net.minecraft.world.entity.animal.axolotl
Methods in net.minecraft.world.entity.animal.axolotl with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.entity.animal.camel
Methods in net.minecraft.world.entity.animal.camel that return Vec3Modifier and TypeMethodDescriptionCamel.getLeashOffset(float p_251477_) protected Vec3Camel.getPassengerAttachmentPoint(Entity p_295101_, EntityDimensions p_294765_, float p_294716_) protected Vec3Camel.getRiddenInput(Player p_278264_, Vec3 p_278298_) Methods in net.minecraft.world.entity.animal.camel with parameters of type Vec3Modifier and TypeMethodDescriptionprotected voidCamel.executeRidersJump(float p_251967_, Vec3 p_275627_) protected Vec3Camel.getRiddenInput(Player p_278264_, Vec3 p_278298_) protected voidCamel.tickRidden(Player p_278319_, Vec3 p_278301_) void -
Uses of Vec3 in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog declared as Vec3Methods in net.minecraft.world.entity.animal.frog with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse that return Vec3Modifier and TypeMethodDescriptionAbstractHorse.getDismountLocationForPassenger(LivingEntity pLivingEntity) private Vec3AbstractHorse.getDismountLocationInDirection(Vec3 pDirection, LivingEntity pPassenger) Llama.getLeashOffset()protected Vec3AbstractHorse.getPassengerAttachmentPoint(Entity p_295612_, EntityDimensions p_296023_, float p_295509_) protected Vec3Llama.getPassengerAttachmentPoint(Entity p_294968_, EntityDimensions p_296042_, float p_295134_) protected Vec3AbstractHorse.getRiddenInput(Player p_278278_, Vec3 p_275506_) Methods in net.minecraft.world.entity.animal.horse with parameters of type Vec3Modifier and TypeMethodDescriptionprotected voidAbstractHorse.executeRidersJump(float pPlayerJumpPendingScale, Vec3 pTravelVector) private Vec3AbstractHorse.getDismountLocationInDirection(Vec3 pDirection, LivingEntity pPassenger) protected Vec3AbstractHorse.getRiddenInput(Player p_278278_, Vec3 p_275506_) protected voidAbstractHorse.tickRidden(Player p_278233_, Vec3 p_275693_) -
Uses of Vec3 in net.minecraft.world.entity.animal.sniffer
Methods in net.minecraft.world.entity.animal.sniffer that return Vec3 -
Uses of Vec3 in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf that return Vec3 -
Uses of Vec3 in net.minecraft.world.entity.boss.enderdragon
Methods in net.minecraft.world.entity.boss.enderdragon that return Vec3 -
Uses of Vec3 in net.minecraft.world.entity.boss.enderdragon.phases
Fields in net.minecraft.world.entity.boss.enderdragon.phases declared as Vec3Modifier and TypeFieldDescriptionprivate Vec3DragonChargePlayerPhase.targetLocationprivate Vec3DragonDeathPhase.targetLocationprivate Vec3DragonHoldingPatternPhase.targetLocationprivate Vec3DragonHoverPhase.targetLocationprivate Vec3DragonLandingApproachPhase.targetLocationprivate Vec3DragonLandingPhase.targetLocationprivate Vec3DragonStrafePlayerPhase.targetLocationprivate Vec3DragonTakeoffPhase.targetLocationMethods in net.minecraft.world.entity.boss.enderdragon.phases that return Vec3Modifier and TypeMethodDescriptionAbstractDragonPhaseInstance.getFlyTargetLocation()DragonChargePlayerPhase.getFlyTargetLocation()DragonDeathPhase.getFlyTargetLocation()DragonHoldingPatternPhase.getFlyTargetLocation()DragonHoverPhase.getFlyTargetLocation()DragonLandingApproachPhase.getFlyTargetLocation()DragonLandingPhase.getFlyTargetLocation()DragonPhaseInstance.getFlyTargetLocation()DragonStrafePlayerPhase.getFlyTargetLocation()DragonTakeoffPhase.getFlyTargetLocation()Methods in net.minecraft.world.entity.boss.enderdragon.phases with parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.entity.boss.wither
Methods in net.minecraft.world.entity.boss.wither with parameters of type Vec3Modifier and TypeMethodDescriptionvoidWitherBoss.makeStuckInBlock(BlockState pState, Vec3 pMotionMultiplier) -
Uses of Vec3 in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration that return Vec3Modifier and TypeMethodDescriptionArmorStand.getLightProbePosition(float pPartialTicks) LeashFenceKnotEntity.getRopeHoldPosition(float pPartialTicks) Painting.trackingPosition()Methods in net.minecraft.world.entity.decoration with parameters of type Vec3Modifier and TypeMethodDescriptionprivate EquipmentSlotArmorStand.getClickedSlot(Vec3 pVector) ArmorStand.interactAt(Player pPlayer, Vec3 pVec, InteractionHand pHand) Applies the given player interaction to this Entity.voidvoidvoid -
Uses of Vec3 in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3[][]Illusioner.clientSideIllusionOffsets(package private) Vec3Phantom.moveTargetPointMethods in net.minecraft.world.entity.monster that return Vec3Modifier and TypeMethodDescriptionShulker.getDeltaMovement()Strider.getDismountLocationForPassenger(LivingEntity pLivingEntity) Vec3[]Illusioner.getIllusionOffsets(float pPartialTick) Strider.getLeashOffset()protected Vec3Slime.getPassengerAttachmentPoint(Entity p_296103_, EntityDimensions p_295741_, float p_295572_) protected Vec3Strider.getPassengerAttachmentPoint(Entity p_294748_, EntityDimensions p_295089_, float p_295230_) Shulker.getRenderPosition(float pPartialTick) protected Vec3Strider.getRiddenInput(Player p_278251_, Vec3 p_275578_) CaveSpider.getVehicleAttachmentPoint(Entity p_316479_) Spider.getVehicleAttachmentPoint(Entity p_316696_) private Vec3Drowned.DrownedGoToWaterGoal.getWaterPos()Methods in net.minecraft.world.entity.monster with parameters of type Vec3Modifier and TypeMethodDescriptionprivate booleanstatic AABBShulker.getProgressAabb(float pScale, Direction pExpansionDirection, float pPeek, Vec3 pPosition) static AABBShulker.getProgressDeltaAabb(float pScale, Direction pExpansionDirection, float pCurrentPeek, float pOldPeek, Vec3 pPosition) protected Vec3Strider.getRiddenInput(Player p_278251_, Vec3 p_275578_) protected AABBShulker.makeBoundingBox(Vec3 p_390436_) voidSpider.makeStuckInBlock(BlockState pState, Vec3 pMotionMultiplier) voidvoidShulker.setDeltaMovement(Vec3 p_149804_) protected voidStrider.tickRidden(Player p_278331_, Vec3 p_278234_) voidvoid -
Uses of Vec3 in net.minecraft.world.entity.monster.breeze
Methods in net.minecraft.world.entity.monster.breeze that return Vec3Modifier and TypeMethodDescriptionstatic Vec3BreezeUtil.randomPointBehindTarget(LivingEntity pTarget, RandomSource pRandom) private static Vec3Slide.randomPointInMiddleCircle(Breeze pBreeze, LivingEntity pTarget) Methods in net.minecraft.world.entity.monster.breeze that return types with arguments of type Vec3Modifier and TypeMethodDescriptionLongJump.calculateOptimalJumpVector(Breeze pBreeze, RandomSource pRandom, Vec3 pTarget) Methods in net.minecraft.world.entity.monster.breeze with parameters of type Vec3Modifier and TypeMethodDescriptionLongJump.calculateOptimalJumpVector(Breeze pBreeze, RandomSource pRandom, Vec3 pTarget) static booleanBreezeUtil.hasLineOfSight(Breeze pBreeze, Vec3 pPos) private static BlockPosLongJump.snapToSurface(LivingEntity pOwner, Vec3 pTargetPos) booleanBreeze.withinInnerCircleRange(Vec3 pPos) -
Uses of Vec3 in net.minecraft.world.entity.monster.piglin
Methods in net.minecraft.world.entity.monster.piglin that return Vec3Modifier and TypeMethodDescriptionprivate static Vec3PiglinAi.getRandomNearbyPos(Piglin pPiglin) Methods in net.minecraft.world.entity.monster.piglin with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidPiglinAi.throwItemsTowardPos(Piglin pPiglin, List<ItemStack> pStacks, Vec3 pPos) -
Uses of Vec3 in net.minecraft.world.entity.monster.warden
Methods in net.minecraft.world.entity.monster.warden with parameters of type Vec3Modifier and TypeMethodDescriptionstatic voidWarden.applyDarknessAround(ServerLevel pLevel, Vec3 pPos, Entity pSource, int pRadius) -
Uses of Vec3 in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc that return Vec3 -
Uses of Vec3 in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as Vec3Modifier and TypeFieldDescriptionPlayer.currentImpulseImpactPosstatic final Vec3Player.DEFAULT_VEHICLE_ATTACHMENTMethods in net.minecraft.world.entity.player that return Vec3Modifier and TypeMethodDescriptionPlayer.getRopeHoldPosition(float pPartialTicks) protected Vec3Player.maybeBackOffFromEdge(Vec3 pVec, MoverType pMover) Methods in net.minecraft.world.entity.player with parameters of type Vec3Modifier and TypeMethodDescriptionvoidPlayer.makeStuckInBlock(BlockState pState, Vec3 pMotionMultiplier) protected Vec3Player.maybeBackOffFromEdge(Vec3 pVec, MoverType pMover) void -
Uses of Vec3 in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile that return Vec3Modifier and TypeMethodDescriptionProjectile.getMovementToShoot(double pX, double pY, double pZ, float pVelocity, float pInaccuracy) Methods in net.minecraft.world.entity.projectile with parameters of type Vec3Modifier and TypeMethodDescriptionprivate voidAbstractArrow.addBubbleParticles(Vec3 pPos) private voidAbstractHurtingProjectile.assignDirectionalMovement(Vec3 pMovement, double pAccelerationPower) protected EntityHitResultAbstractArrow.findHitEntity(Vec3 pStartVec, Vec3 pEndVec) Gets the EntityRayTraceResult representing the entity hitprotected EntityHitResultThrownTrident.findHitEntity(Vec3 pStartVec, Vec3 pEndVec) Gets the EntityHitResult representing the entity hitstatic EntityHitResultProjectileUtil.getEntityHitResult(Entity pShooter, Vec3 pStartVec, Vec3 pEndVec, AABB pBoundingBox, Predicate<Entity> pFilter, double pDistance) Gets the EntityRayTraceResult representing the entity hitstatic EntityHitResultProjectileUtil.getEntityHitResult(Level pLevel, Entity pProjectile, Vec3 pStartVec, Vec3 pEndVec, AABB pBoundingBox, Predicate<Entity> pFilter) Gets the EntityHitResult representing the entity hitstatic EntityHitResultProjectileUtil.getEntityHitResult(Level pLevel, Entity pProjectile, Vec3 pStartVec, Vec3 pEndVec, AABB pBoundingBox, Predicate<Entity> pFilter, float pInflationAmount) Gets the EntityHitResult representing the entity hitprivate static HitResultProjectileUtil.getHitResult(Vec3 pPos, Entity pProjectile, Predicate<Entity> pFilter, Vec3 pDeltaMovement, Level pLevel, float pMargin, ClipContext.Block pClipContext) voidprivate voidConstructors in net.minecraft.world.entity.projectile with parameters of type Vec3ModifierConstructorDescriptionAbstractHurtingProjectile(EntityType<? extends AbstractHurtingProjectile> pEntityType, double pX, double pY, double pZ, Vec3 pMovement, Level pLevel) AbstractHurtingProjectile(EntityType<? extends AbstractHurtingProjectile> pEntityType, LivingEntity pOwner, Vec3 pMovement, Level pLevel) DragonFireball(Level pLevel, LivingEntity pOwner, Vec3 pMovement) Fireball(EntityType<? extends Fireball> p_36990_, double p_36991_, double p_36992_, double p_36993_, Vec3 p_347521_, Level p_36997_) Fireball(EntityType<? extends Fireball> p_36999_, LivingEntity p_37000_, Vec3 p_347671_, Level p_37004_) LargeFireball(Level pLevel, LivingEntity pOwner, Vec3 pMovement, int pExplosionPower) SmallFireball(Level pLevel, double pX, double pY, double pZ, Vec3 pMovement) SmallFireball(Level pLevel, LivingEntity pOwner, Vec3 pMovement) WitherSkull(Level pLevel, LivingEntity pOwner, Vec3 pMovement) -
Uses of Vec3 in net.minecraft.world.entity.projectile.windcharge
Methods in net.minecraft.world.entity.projectile.windcharge with parameters of type Vec3Modifier and TypeMethodDescriptionprotected abstract voidprotected voidprotected voidprotected AABBAbstractWindCharge.makeBoundingBox(Vec3 p_390351_) Constructors in net.minecraft.world.entity.projectile.windcharge with parameters of type Vec3ModifierConstructorDescription(package private)AbstractWindCharge(EntityType<? extends AbstractWindCharge> p_326232_, double p_326236_, double p_326440_, double p_326413_, Vec3 p_347459_, Level p_326449_) WindCharge(Level pLevel, double pX, double pY, double pZ, Vec3 pMovement) -
Uses of Vec3 in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as Vec3Modifier and TypeFieldDescriptionprivate static final Vec3MinecartFurnace.DEFAULT_PUSHprivate static final Vec3AbstractMinecart.LOWERED_PASSENGER_ATTACHMENTprivate final Vec3NewMinecartBehavior.MinecartStep.movementThe field for themovementrecord component.private final Vec3NewMinecartBehavior.MinecartStep.positionThe field for thepositionrecord component.MinecartFurnace.pushprivate Vec3OldMinecartBehavior.targetDeltaMovementMethods in net.minecraft.world.entity.vehicle that return Vec3Modifier and TypeMethodDescriptionprotected Vec3AbstractMinecart.applyNaturalSlowdown(Vec3 pSpeed) protected Vec3AbstractMinecartContainer.applyNaturalSlowdown(Vec3 p_365520_) protected Vec3MinecartFurnace.applyNaturalSlowdown(Vec3 p_363865_) private Vec3NewMinecartBehavior.calculateBoostTrackSpeed(Vec3 pSpeed, BlockPos pPos, BlockState pState) private Vec3NewMinecartBehavior.calculateHaltTrackSpeed(Vec3 pSpeed, BlockState pState) private Vec3MinecartFurnace.calculateNewPushAlong(Vec3 pSpeed) private Vec3NewMinecartBehavior.calculatePlayerInputSpeed(Vec3 pSpeed) private Vec3NewMinecartBehavior.calculateSlopeSpeed(Vec3 pSpeed, RailShape pRailShape) private Vec3NewMinecartBehavior.calculateTrackSpeed(ServerLevel pLevel, Vec3 pSpeed, NewMinecartBehavior.TrackIteration pTrackIteration, BlockPos pPos, BlockState pState, RailShape pRailShape) static Vec3DismountHelper.findSafeDismountLocation(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos, boolean pOnlySafePositions) NewMinecartBehavior.getCartLerpMovements(float pPartialTick) NewMinecartBehavior.getCartLerpPosition(float pPartialTick) MinecartBehavior.getDeltaMovement()AbstractBoat.getDismountLocationForPassenger(LivingEntity p_376670_) AbstractMinecart.getDismountLocationForPassenger(LivingEntity pLivingEntity) AbstractMinecart.getKnownMovement()MinecartBehavior.getKnownMovement(Vec3 pMovement) OldMinecartBehavior.getKnownMovement(Vec3 p_364791_) AbstractBoat.getLeashOffset()protected Vec3AbstractBoat.getPassengerAttachmentPoint(Entity p_376607_, EntityDimensions p_376417_, float p_376713_) protected Vec3AbstractMinecart.getPassengerAttachmentPoint(Entity p_294753_, EntityDimensions p_295251_, float p_296054_) OldMinecartBehavior.getPos(double pX, double pY, double pZ) MinecartCommandBlock.MinecartCommandBase.getPosition()OldMinecartBehavior.getPosOffs(double pX, double pY, double pZ, double pScale) AbstractMinecart.getRedstoneDirection(BlockPos pPos) AbstractBoat.getRelativePortalPosition(Direction.Axis p_376896_, BlockUtil.FoundRectangle p_376254_) AbstractMinecart.getRelativePortalPosition(Direction.Axis p_38132_, BlockUtil.FoundRectangle p_38133_) NewMinecartBehavior.MinecartStep.movement()Returns the value of themovementrecord component.ContainerEntity.position()MinecartBehavior.position()NewMinecartBehavior.MinecartStep.position()Returns the value of thepositionrecord component.Methods in net.minecraft.world.entity.vehicle with parameters of type Vec3Modifier and TypeMethodDescriptionprotected Vec3AbstractMinecart.applyNaturalSlowdown(Vec3 pSpeed) protected Vec3AbstractMinecartContainer.applyNaturalSlowdown(Vec3 p_365520_) protected Vec3MinecartFurnace.applyNaturalSlowdown(Vec3 p_363865_) private Vec3NewMinecartBehavior.calculateBoostTrackSpeed(Vec3 pSpeed, BlockPos pPos, BlockState pState) private Vec3NewMinecartBehavior.calculateHaltTrackSpeed(Vec3 pSpeed, BlockState pState) private Vec3MinecartFurnace.calculateNewPushAlong(Vec3 pSpeed) private Vec3NewMinecartBehavior.calculatePlayerInputSpeed(Vec3 pSpeed) private Vec3NewMinecartBehavior.calculateSlopeSpeed(Vec3 pSpeed, RailShape pRailShape) private Vec3NewMinecartBehavior.calculateTrackSpeed(ServerLevel pLevel, Vec3 pSpeed, NewMinecartBehavior.TrackIteration pTrackIteration, BlockPos pPos, BlockState pState, RailShape pRailShape) static booleanDismountHelper.canDismountTo(CollisionGetter pLevel, Vec3 pOffset, LivingEntity pPassenger, Pose pPose) MinecartBehavior.getKnownMovement(Vec3 pMovement) OldMinecartBehavior.getKnownMovement(Vec3 p_364791_) private booleanNewMinecartBehavior.isDecending(Vec3 pSpeed, RailShape pRailShape) voidvoidMinecartBehavior.setDeltaMovement(Vec3 pDeltaMovement) voidConstructors in net.minecraft.world.entity.vehicle with parameters of type Vec3ModifierConstructorDescriptionMinecartStep(Vec3 position, Vec3 movement, float yRot, float xRot, float weight) Creates an instance of aMinecartSteprecord class. -
Uses of Vec3 in net.minecraft.world.item
Methods in net.minecraft.world.item that return Vec3Modifier and TypeMethodDescriptionprivate Vec3MaceItem.calculateImpactPosition(ServerPlayer pPlayer) private static Vec3FireworkRocketItem.getEntityJustOutsideOfBlockPos(BlockSource pBlockSource, Direction pDirection) Methods in net.minecraft.world.item with parameters of type Vec3Modifier and TypeMethodDescriptionstatic BrushItem.DustParticlesDeltaBrushItem.DustParticlesDelta.fromDirection(Vec3 pPos, Direction pDirection) private static doubleMaceItem.getKnockbackPower(Entity pAttacker, LivingEntity pEntity, Vec3 pOffset) private static org.joml.Vector3fCrossbowItem.getProjectileShotVector(LivingEntity pShooter, Vec3 pDistance, float pAngle) private voidBrushItem.spawnDustParticles(Level pLevel, BlockHitResult pHitResult, BlockState pState, Vec3 pPos, HumanoidArm pArm) SpawnEggItem.spawnOffspringFromSpawnEgg(Player pPlayer, Mob pMob, EntityType<? extends Mob> pEntityType, ServerLevel pServerLevel, Vec3 pPos, ItemStack pStack) -
Uses of Vec3 in net.minecraft.world.item.context
Methods in net.minecraft.world.item.context that return Vec3 -
Uses of Vec3 in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type Vec3Modifier and TypeMethodDescriptionstatic LootContextEnchantment.blockHitContext(ServerLevel pLevel, int pEnchantmentLevel, Entity pEntity, Vec3 pOrigin, BlockState pState) static LootContextEnchantment.entityContext(ServerLevel pLevel, int pEnchantmentLevel, Entity pEntity, Vec3 pOrigin) voidEnchantment.onHitBlock(ServerLevel pLevel, int pEnchantmentLevel, EnchantedItemInUse pItem, Entity pEntity, Vec3 pPos, BlockState pState) static voidEnchantmentHelper.onHitBlock(ServerLevel pLevel, ItemStack pStack, LivingEntity pOwner, Entity pEntity, EquipmentSlot pSlot, Vec3 pPos, BlockState pState, Consumer<Item> pOnBreak) -
Uses of Vec3 in net.minecraft.world.item.enchantment.effects
Fields in net.minecraft.world.item.enchantment.effects declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3ExplodeEffect.offsetThe field for theoffsetrecord component.Methods in net.minecraft.world.item.enchantment.effects that return Vec3Modifier and TypeMethodDescriptionExplodeEffect.offset()Returns the value of theoffsetrecord component.Methods in net.minecraft.world.item.enchantment.effects with parameters of type Vec3Modifier and TypeMethodDescriptionvoidAllOf.EntityEffects.apply(ServerLevel p_346093_, int p_345940_, EnchantedItemInUse p_344929_, Entity p_345319_, Vec3 p_345200_) voidApplyMobEffect.apply(ServerLevel p_345355_, int p_346112_, EnchantedItemInUse p_344766_, Entity p_345996_, Vec3 p_345315_) voidChangeItemDamage.apply(ServerLevel p_379674_, int p_379927_, EnchantedItemInUse p_380376_, Entity p_379570_, Vec3 p_380002_) voidDamageEntity.apply(ServerLevel p_345710_, int p_344734_, EnchantedItemInUse p_345002_, Entity p_345450_, Vec3 p_345442_) voidEnchantmentEntityEffect.apply(ServerLevel pLevel, int pEnchantmentLevel, EnchantedItemInUse pItem, Entity pEntity, Vec3 pOrigin) voidExplodeEffect.apply(ServerLevel p_346186_, int p_345966_, EnchantedItemInUse p_346324_, Entity p_345305_, Vec3 p_344916_) voidIgnite.apply(ServerLevel p_345606_, int p_344968_, EnchantedItemInUse p_346032_, Entity p_346370_, Vec3 p_344775_) voidPlaySoundEffect.apply(ServerLevel p_344971_, int p_344872_, EnchantedItemInUse p_345016_, Entity p_346106_, Vec3 p_345017_) voidReplaceBlock.apply(ServerLevel p_345756_, int p_346215_, EnchantedItemInUse p_345202_, Entity p_346293_, Vec3 p_345339_) voidReplaceDisk.apply(ServerLevel p_353045_, int p_353076_, EnchantedItemInUse p_353050_, Entity p_353038_, Vec3 p_353044_) voidRunFunction.apply(ServerLevel p_346152_, int p_344788_, EnchantedItemInUse p_344801_, Entity p_346210_, Vec3 p_345413_) voidSetBlockProperties.apply(ServerLevel p_346105_, int p_345373_, EnchantedItemInUse p_346028_, Entity p_346068_, Vec3 p_345511_) voidSpawnParticlesEffect.apply(ServerLevel p_345529_, int p_346425_, EnchantedItemInUse p_346391_, Entity p_345668_, Vec3 p_344842_) voidSummonEntityEffect.apply(ServerLevel p_345900_, int p_346183_, EnchantedItemInUse p_345549_, Entity p_346414_, Vec3 p_346284_) private DamageSourceExplodeEffect.getDamageSource(Entity pEntity, Vec3 pPos) voidAllOf.LocationBasedEffects.onChangedBlock(ServerLevel p_345329_, int p_345154_, EnchantedItemInUse p_344984_, Entity p_345671_, Vec3 p_344781_, boolean p_345113_) voidEnchantmentAttributeEffect.onChangedBlock(ServerLevel p_346176_, int p_345071_, EnchantedItemInUse p_345394_, Entity p_345539_, Vec3 p_346261_, boolean p_345801_) default voidEnchantmentEntityEffect.onChangedBlock(ServerLevel p_345419_, int p_345173_, EnchantedItemInUse p_344724_, Entity p_346126_, Vec3 p_345614_, boolean p_346410_) voidEnchantmentLocationBasedEffect.onChangedBlock(ServerLevel pLevel, int pEnchantmentLevel, EnchantedItemInUse pItem, Entity pEntity, Vec3 pPos, boolean pApplyTransientEffects) voidAllOf.LocationBasedEffects.onDeactivated(EnchantedItemInUse p_346024_, Entity p_346234_, Vec3 p_346036_, int p_345698_) voidEnchantmentAttributeEffect.onDeactivated(EnchantedItemInUse p_346016_, Entity p_346371_, Vec3 p_345145_, int p_346185_) default voidEnchantmentLocationBasedEffect.onDeactivated(EnchantedItemInUse pItem, Entity pEntity, Vec3 pPos, int pEnchantmentLevel) Constructors in net.minecraft.world.item.enchantment.effects with parameters of type Vec3ModifierConstructorDescriptionExplodeEffect(boolean attributeToUser, Optional<Holder<DamageType>> damageType, Optional<LevelBasedValue> knockbackMultiplier, Optional<HolderSet<Block>> immuneBlocks, Vec3 offset, LevelBasedValue radius, boolean createFire, Level.ExplosionInteraction blockInteraction, ParticleOptions smallParticle, ParticleOptions largeParticle, Holder<SoundEvent> sound) Creates an instance of aExplodeEffectrecord class. -
Uses of Vec3 in net.minecraft.world.level
Fields in net.minecraft.world.level declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3ServerExplosion.centerprivate final Vec3ClipBlockStateContext.fromprivate final Vec3ClipContext.fromprivate final Vec3ClipBlockStateContext.toprivate final Vec3ClipContext.toFields in net.minecraft.world.level with type parameters of type Vec3Methods in net.minecraft.world.level that return Vec3Modifier and TypeMethodDescriptionExplosion.center()ServerExplosion.center()ClipBlockStateContext.getFrom()ClipContext.getFrom()abstract Vec3BaseCommandBlock.getPosition()ClipBlockStateContext.getTo()ClipContext.getTo()Methods in net.minecraft.world.level that return types with arguments of type Vec3Modifier and TypeMethodDescriptionCollisionGetter.findFreePosition(Entity pEntity, VoxelShape pShape, Vec3 pPos, double pX, double pY, double pZ) ServerExplosion.getHitPlayers()Methods in net.minecraft.world.level with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static intBlockGetter.addCollisionsAlongTravel(it.unimi.dsi.fastutil.longs.LongSet pOutput, Vec3 pFrom, Vec3 pTo, AABB pBoundingBox, BlockGetter.BlockStepVisitor pStepVisitor) default BlockHitResultBlockGetter.clipWithInteractionOverride(Vec3 pStartVec, Vec3 pEndVec, BlockPos pPos, VoxelShape pShape, BlockState pState) voidLevel.explode(Entity pSource, DamageSource pDamageSource, ExplosionDamageCalculator pDamageCalculator, Vec3 pPos, float pRadius, boolean pFire, Level.ExplosionInteraction pExplosionInteraction) CollisionGetter.findFreePosition(Entity pEntity, VoxelShape pShape, Vec3 pPos, double pX, double pY, double pZ) static voidBlockGetter.forEachBlockIntersectedBetween(Vec3 pFrom, Vec3 pTo, AABB pBoundingBox, BlockGetter.BlockStepVisitor pStepVisitor) voidLevelAccessor.gameEvent(Holder<GameEvent> pGameEvent, Vec3 pPos, GameEvent.Context pContext) default voidstatic floatServerExplosion.getSeenPercent(Vec3 pExplosionVector, Entity pEntity) static <T,C> T BlockGetter.traverseBlocks(Vec3 pFrom, Vec3 pTo, C pContext, BiFunction<C, BlockPos, T> pTester, Function<C, T> pOnFail) Constructors in net.minecraft.world.level with parameters of type Vec3ModifierConstructorDescriptionClipBlockStateContext(Vec3 pFrom, Vec3 pTo, Predicate<BlockState> pBlock) ClipContext(Vec3 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, Entity pEntity) ClipContext(Vec3 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, CollisionContext pCollisionContext) ServerExplosion(ServerLevel pLevel, Entity pSource, DamageSource pDamageSource, ExplosionDamageCalculator pDamageCalculator, Vec3 pCenter, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction) -
Uses of Vec3 in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type Vec3Methods in net.minecraft.world.level.block that return Vec3Modifier and TypeMethodDescriptionSignBlock.getSignHitboxCenterPosition(BlockState pState) WallSignBlock.getSignHitboxCenterPosition(BlockState p_278316_) Methods in net.minecraft.world.level.block that return types with arguments of type Vec3Modifier and TypeMethodDescriptionBedBlock.findBunkBedStandUpPosition(EntityType<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, Direction pStateFacing, Direction pEntityFacing) BedBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, Direction pDirection, float pYRot) RespawnAnchorBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos) RespawnAnchorBlock.findStandUpPosition(EntityType<?> pEntityType, CollisionGetter pLevel, BlockPos pPos, boolean pSimulate) BedBlock.findStandUpPositionAtOffset(EntityType<?> pEntityType, CollisionGetter pCollisionGetter, BlockPos pPos, int[][] pOffsets, boolean pSimulate) AbstractCandleBlock.getParticleOffsets(BlockState pState) CandleBlock.getParticleOffsets(BlockState p_152812_) CandleCakeBlock.getParticleOffsets(BlockState p_152868_) Methods in net.minecraft.world.level.block with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidAbstractCandleBlock.addParticlesAndSound(Level pLevel, Vec3 pOffset, RandomSource pRandom) private static TeleportTransitionNetherPortalBlock.createDimensionTransition(ServerLevel pLevel, BlockUtil.FoundRectangle pRectangle, Direction.Axis pAxis, Vec3 pOffset, Entity pEntity, TeleportTransition.PostTeleportTransition pPostTeleportTransition) static PositionDispenserBlock.getDispensePosition(BlockSource pBlockSource, double pMultiplier, Vec3 pOffset) private static intTargetBlock.getRedstoneStrength(BlockHitResult pHit, Vec3 pHitLocation) -
Uses of Vec3 in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as Vec3Methods in net.minecraft.world.level.block.entity that return Vec3Modifier and TypeMethodDescriptionprivate static Vec3TheEndGatewayBlockEntity.findExitPortalXZPosTentative(ServerLevel pLevel, BlockPos pPos) TheEndGatewayBlockEntity.getPortalPosition(ServerLevel pLevel, BlockPos pPos) Methods in net.minecraft.world.level.block.entity with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidAbstractFurnaceBlockEntity.createExperience(ServerLevel pLevel, Vec3 pPopVec, int pRecipeIndex, float pExperience) private static LevelChunkList<RecipeHolder<?>> AbstractFurnaceBlockEntity.getRecipesToAwardAndPopExperience(ServerLevel pLevel, Vec3 pPopVec) booleanSculkCatalystBlockEntity.CatalystListener.handleGameEvent(ServerLevel p_283470_, Holder<GameEvent> p_316661_, GameEvent.Context p_283014_, Vec3 p_282350_) private static booleanTheEndGatewayBlockEntity.isChunkEmpty(ServerLevel pLevel, Vec3 pPos) -
Uses of Vec3 in net.minecraft.world.level.block.entity.trialspawner
Methods in net.minecraft.world.level.block.entity.trialspawner that return types with arguments of type Vec3Modifier and TypeMethodDescriptionTrialSpawnerState.calculatePositionAbove(Entity pEntity, ServerLevel pLevel) TrialSpawnerState.calculatePositionToSpawnSpawner(ServerLevel pLevel, BlockPos pPos, TrialSpawner pSpawner, TrialSpawnerData pSpawnerData) Methods in net.minecraft.world.level.block.entity.trialspawner with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidTrialSpawnerState.ParticleEmission.addParticle(SimpleParticleType pParticleType, Vec3 pPos, Level pLevel) private static booleanPlayerDetector.inLineOfSight(Level pLevel, Vec3 pPos, Vec3 pTargetPos) private static booleanTrialSpawner.inLineOfSight(Level pLevel, Vec3 pSpawnerPos, Vec3 pMobPos) -
Uses of Vec3 in net.minecraft.world.level.block.entity.vault
Methods in net.minecraft.world.level.block.entity.vault that return Vec3Modifier and TypeMethodDescriptionprivate static Vec3VaultBlockEntity.Client.keyholePos(BlockPos pPos, Direction pFacing) private static Vec3VaultBlockEntity.Client.randomPosCenterOfCage(BlockPos pPos, RandomSource pRandom) private static Vec3VaultBlockEntity.Client.randomPosInsideCage(BlockPos pPos, RandomSource pRandom) Methods in net.minecraft.world.level.block.entity.vault with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidVaultBlockEntity.Client.emitConnectionParticlesForPlayer(Level pLevel, Vec3 pPos, Player pPlayer) -
Uses of Vec3 in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state that return Vec3 -
Uses of Vec3 in net.minecraft.world.level.border
Methods in net.minecraft.world.level.border that return Vec3Modifier and TypeMethodDescriptionWorldBorder.clampVec3ToBound(double pX, double pY, double pZ) WorldBorder.clampVec3ToBound(Vec3 pVec3) Methods in net.minecraft.world.level.border with parameters of type Vec3Modifier and TypeMethodDescriptionWorldBorder.clampToBounds(Vec3 pPos) WorldBorder.clampVec3ToBound(Vec3 pVec3) booleanWorldBorder.isWithinBounds(Vec3 pPos) -
Uses of Vec3 in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent declared as Vec3Methods in net.minecraft.world.level.gameevent that return Vec3Methods in net.minecraft.world.level.gameevent that return types with arguments of type Vec3Modifier and TypeMethodDescriptionBlockPositionSource.getPosition(Level p_157708_) EntityPositionSource.getPosition(Level p_157733_) PositionSource.getPosition(Level pLevel) EuclideanGameEventListenerRegistry.getPostableListenerPosition(ServerLevel pLevel, Vec3 pPos, GameEventListener pListener) Methods in net.minecraft.world.level.gameevent with parameters of type Vec3Modifier and TypeMethodDescriptionEuclideanGameEventListenerRegistry.getPostableListenerPosition(ServerLevel pLevel, Vec3 pPos, GameEventListener pListener) booleanGameEventListener.handleGameEvent(ServerLevel pLevel, Holder<GameEvent> pGameEvent, GameEvent.Context pContext, Vec3 pPos) voidGameEventDispatcher.post(Holder<GameEvent> pGameEvent, Vec3 pPos, GameEvent.Context pContext) voidGameEventListenerRegistry.ListenerVisitor.visit(GameEventListener pListener, Vec3 pPos) booleanEuclideanGameEventListenerRegistry.visitInRangeListeners(Holder<GameEvent> p_316862_, Vec3 p_251445_, GameEvent.Context p_252317_, GameEventListenerRegistry.ListenerVisitor p_251422_) booleanGameEventListenerRegistry.visitInRangeListeners(Holder<GameEvent> pGameEvent, Vec3 pPos, GameEvent.Context pContext, GameEventListenerRegistry.ListenerVisitor pVisitor) Constructors in net.minecraft.world.level.gameevent with parameters of type Vec3ModifierConstructorDescriptionListenerInfo(Holder<GameEvent> pGameEvent, Vec3 pSource, GameEvent.Context pContext, GameEventListener pRecipient, Vec3 pPos) -
Uses of Vec3 in net.minecraft.world.level.gameevent.vibrations
Fields in net.minecraft.world.level.gameevent.vibrations declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3VibrationInfo.posThe field for theposrecord component.Methods in net.minecraft.world.level.gameevent.vibrations that return Vec3Modifier and TypeMethodDescriptionVibrationInfo.pos()Returns the value of theposrecord component.Methods in net.minecraft.world.level.gameevent.vibrations with parameters of type Vec3Modifier and TypeMethodDescriptionvoidVibrationSystem.Listener.forceScheduleVibration(ServerLevel pLevel, Holder<GameEvent> pGameEvent, GameEvent.Context pContext, Vec3 pPos) booleanVibrationSystem.Listener.handleGameEvent(ServerLevel p_282254_, Holder<GameEvent> p_316513_, GameEvent.Context p_283664_, Vec3 p_282426_) private static booleanVibrationSystem.Listener.isOccluded(Level pLevel, Vec3 pEventPos, Vec3 pVibrationUserPos) private voidVibrationSystem.Listener.scheduleVibration(ServerLevel pLevel, VibrationSystem.Data pData, Holder<GameEvent> pGameEvent, GameEvent.Context pContext, Vec3 pPos, Vec3 pSensorPos) Constructors in net.minecraft.world.level.gameevent.vibrations with parameters of type Vec3ModifierConstructorDescriptionVibrationInfo(Holder<GameEvent> p_316546_, float p_251086_, Vec3 p_250935_, UUID p_316193_, UUID p_316157_) VibrationInfo(Holder<GameEvent> gameEvent, float distance, Vec3 pos, UUID uuid, UUID projectileOwnerUuid, Entity entity) Creates an instance of aVibrationInforecord class.VibrationInfo(Holder<GameEvent> p_316851_, float p_250190_, Vec3 p_251692_, Entity p_316868_) -
Uses of Vec3 in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as Vec3 -
Uses of Vec3 in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as Vec3Methods in net.minecraft.world.level.levelgen.structure.templatesystem that return Vec3Modifier and TypeMethodDescriptionstatic Vec3StructureTemplate.transform(Vec3 pTarget, Mirror pMirror, Rotation pRotation, BlockPos pCenterOffset) static Vec3StructureTemplate.transformedVec3d(StructurePlaceSettings placementIn, Vec3 pos) Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type Vec3Modifier and TypeMethodDescriptionstatic Vec3StructureTemplate.transform(Vec3 pTarget, Mirror pMirror, Rotation pRotation, BlockPos pCenterOffset) static Vec3StructureTemplate.transformedVec3d(StructurePlaceSettings placementIn, Vec3 pos) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type Vec3ModifierConstructorDescriptionStructureEntityInfo(Vec3 pPos, BlockPos pBlockPos, CompoundTag pNbt) -
Uses of Vec3 in net.minecraft.world.level.material
Methods in net.minecraft.world.level.material that return Vec3Modifier and TypeMethodDescriptionEmptyFluid.getFlow(BlockGetter pBlockReader, BlockPos pPos, FluidState pFluidState) FlowingFluid.getFlow(BlockGetter pBlockReader, BlockPos pPos, FluidState pFluidState) protected abstract Vec3Fluid.getFlow(BlockGetter pBlockReader, BlockPos pPos, FluidState pFluidState) FluidState.getFlow(BlockGetter pLevel, BlockPos pPos) -
Uses of Vec3 in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder that return Vec3Modifier and TypeMethodDescriptionNode.asVec3()Path.getEntityPosAtNode(Entity pEntity, int pIndex) Gets the vector of theNodeassociated with the given index.Path.getNextEntityPos(Entity pEntity) -
Uses of Vec3 in net.minecraft.world.level.portal
Fields in net.minecraft.world.level.portal declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3TeleportTransition.deltaMovementThe field for thedeltaMovementrecord component.private final Vec3TeleportTransition.positionThe field for thepositionrecord component.Methods in net.minecraft.world.level.portal that return Vec3Modifier and TypeMethodDescriptionTeleportTransition.deltaMovement()Returns the value of thedeltaMovementrecord component.private static Vec3TeleportTransition.findAdjustedSharedSpawnPos(ServerLevel pLevel, Entity pEntity) static Vec3PortalShape.findCollisionFreePosition(Vec3 pPos, ServerLevel pLevel, Entity pEntity, EntityDimensions pDimensions) static Vec3PortalShape.getRelativePosition(BlockUtil.FoundRectangle pFoundRectangle, Direction.Axis pAxis, Vec3 pPos, EntityDimensions pEntityDimensions) TeleportTransition.position()Returns the value of thepositionrecord component.Methods in net.minecraft.world.level.portal with parameters of type Vec3Modifier and TypeMethodDescriptionstatic Vec3PortalShape.findCollisionFreePosition(Vec3 pPos, ServerLevel pLevel, Entity pEntity, EntityDimensions pDimensions) static Vec3PortalShape.getRelativePosition(BlockUtil.FoundRectangle pFoundRectangle, Direction.Axis pAxis, Vec3 pPos, EntityDimensions pEntityDimensions) TeleportTransition.withPosition(Vec3 pPosition) Constructors in net.minecraft.world.level.portal with parameters of type Vec3ModifierConstructorDescriptionTeleportTransition(ServerLevel newLevel, Vec3 position, Vec3 deltaMovement, float yRot, float xRot, boolean missingRespawnBlock, boolean asPassenger, Set<Relative> relatives, TeleportTransition.PostTeleportTransition postTeleportTransition) Creates an instance of aTeleportTransitionrecord class.TeleportTransition(ServerLevel p_380133_, Vec3 p_379861_, Vec3 p_380308_, float p_379941_, float p_380119_, Set<Relative> p_379959_, TeleportTransition.PostTeleportTransition p_379425_) TeleportTransition(ServerLevel p_379776_, Vec3 p_379412_, Vec3 p_379320_, float p_380257_, float p_379610_, TeleportTransition.PostTeleportTransition p_380303_) -
Uses of Vec3 in net.minecraft.world.level.storage.loot.parameters
Fields in net.minecraft.world.level.storage.loot.parameters with type parameters of type Vec3 -
Uses of Vec3 in net.minecraft.world.phys
Fields in net.minecraft.world.phys declared as Vec3Modifier and TypeFieldDescriptionprotected final Vec3HitResult.locationstatic final Vec3Vec3.ZEROFields in net.minecraft.world.phys with type parameters of type Vec3Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Vec3> Vec3.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Vec3> Vec3.STREAM_CODECMethods in net.minecraft.world.phys that return Vec3Modifier and TypeMethodDescriptionVec3.add(double pAmount) Vec3.add(double pX, double pY, double pZ) Adds the specified x,y,z vector components to this vector and returns the resulting vector.Vec3.align(EnumSet<Direction.Axis> pAxes) static Vec3Vec3.atBottomCenterOf(Vec3i pToCopy) Copies the coordinates of an int vector and centers them horizontally (x and z)static Vec3Vec3.atCenterOf(Vec3i pToCopy) Copies the coordinates of an Int vector and centers them.static Vec3Vec3.atLowerCornerOf(Vec3i pToCopy) Copies the coordinates of an int vector exactly.static Vec3Vec3.atLowerCornerWithOffset(Vec3i pToCopy, double pOffsetX, double pOffsetY, double pOffsetZ) Returns a new vector with the result of this vector x the specified vector.static Vec3Vec3.directionFromRotation(float pPitch, float pYaw) Returns aVec3from the given pitch and yaw degrees.static Vec3Vec3.directionFromRotation(Vec2 pVec) static Vec3Vec3.fromRGB24(int pPacked) AABB.getBottomCenter()AABB.getCenter()HitResult.getLocation()AABB.getMaxPosition()AABB.getMinPosition()Vec3.horizontal()Lerps between this vector and the given vector.Vec3.multiply(double pFactorX, double pFactorY, double pFactorZ) Vec3.normalize()Vec3.offsetRandom(RandomSource pRandom, float pFactor) Vec3.projectedOn(Vec3 pVector) Vec3.reverse()Vec3.scale(double pFactor) Vec3.subtract(double pAmount) Vec3.subtract(double pX, double pY, double pZ) static Vec3Vec3.upFromBottomCenterOf(Vec3i pToCopy, double pVerticalOffset) Copies the coordinates of an int vector and centers them horizontally and applies a vertical offset.Returns a new vector with the result of the specified vector minus this.Vec3.with(Direction.Axis pAxis, double pLength) Vec3.xRot(float pPitch) Vec3.yRot(float pYaw) Vec3.zRot(float pRoll) Methods in net.minecraft.world.phys that return types with arguments of type Vec3Modifier and TypeMethodDescriptionAABB.clip(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, Vec3 pFrom, Vec3 pTo) Methods in net.minecraft.world.phys with parameters of type Vec3Modifier and TypeMethodDescriptionAABB.clip(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, Vec3 pFrom, Vec3 pTo) static BlockHitResultbooleanVec3.closerThan(Vec3 pPos, double pHorizontalDistance, double pVerticalDistance) booleanAABB.collidedAlongVector(Vec3 pVector, List<AABB> pBoxes) booleanReturns if the supplied Vec3D is completely inside the bounding boxReturns a new vector with the result of this vector x the specified vector.doubleVec3.distanceTo(Vec3 pVec) Euclidean distance between this and the specified vector, returned as double.doubleAABB.distanceToSqr(Vec3 pVec) doubleVec3.distanceToSqr(Vec3 pVec) The square of the Euclidean distance between this and the specified vector.doubleAABB.expandTowards(Vec3 pVector) private static DirectionAABB.getDirection(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, Vec3 pStart, double[] pMineDistance, Direction pFacing, double pDeltaX, double pDeltaY, double pDeltaZ) private static DirectionAABB.getDirection(AABB pAabb, Vec3 pStart, double[] pMinDistance, Direction pFacing, double pDeltaX, double pDeltaY, double pDeltaZ) booleanAABB.intersects(Vec3 pMin, Vec3 pMax) Lerps between this vector and the given vector.static BlockHitResultCreates a new BlockRayTraceResult marked as a miss.static AABBVec3.projectedOn(Vec3 pVector) static AABBAABB.unitCubeFromLowerCorner(Vec3 pVector) Returns a new vector with the result of the specified vector minus this.Constructors in net.minecraft.world.phys with parameters of type Vec3ModifierConstructorDescriptionprivateBlockHitResult(boolean pMiss, Vec3 pLocation, Direction pDirection, BlockPos pBlockPos, boolean pInside, boolean pWorldBorderHit) BlockHitResult(Vec3 pLocation, Direction pDirection, BlockPos pBlockPos, boolean pInside) BlockHitResult(Vec3 pLocation, Direction pDirection, BlockPos pBlockPos, boolean pInside, boolean pWorldBorderHit) EntityHitResult(Entity pEntity, Vec3 pLocation) protected -
Uses of Vec3 in net.minecraft.world.phys.shapes
Fields in net.minecraft.world.phys.shapes declared as Vec3Methods in net.minecraft.world.phys.shapes that return types with arguments of type Vec3Methods in net.minecraft.world.phys.shapes with parameters of type Vec3Modifier and TypeMethodDescriptionVoxelShape.closestPointTo(Vec3 pPoint) static VoxelShapeShapes.rotate(VoxelShape pShape, OctahedralGroup pOctohedralGroup, Vec3 pPos) static Map<Direction, VoxelShape> Shapes.rotateAll(VoxelShape pShape, Vec3 pPos) static Map<Direction.Axis, VoxelShape> Shapes.rotateAllAxis(VoxelShape pShape, Vec3 pPos) static Map<Direction, VoxelShape> Shapes.rotateHorizontal(VoxelShape pShape, Vec3 pPos) static Map<Direction.Axis, VoxelShape> Shapes.rotateHorizontalAxis(VoxelShape pShape, Vec3 pPos) -
Uses of Vec3 in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static voidBlockEntityRenderBoundsDebugRenderer.drawRenderBoundingBox(PoseStack poseStack, VertexConsumer consumer, Vec3 camera, BlockEntity be) Constructors in net.neoforged.neoforge.client with parameters of type Vec3ModifierConstructorDescriptionClientCommandSourceStack(CommandSource source, Vec3 position, Vec2 rotation, int permission, String plainTextName, Component displayName, Entity executing) -
Uses of Vec3 in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type Vec3Modifier and TypeFieldDescriptionprivate static final Map<LevelReader, Map<ChunkPos, ChunkTicketManager<Vec3>>> FarmlandWaterManager.customWaterHandlerMethods in net.neoforged.neoforge.common with type parameters of type Vec3Modifier and TypeMethodDescriptionstatic <T extends SimpleTicket<Vec3>>
TFarmlandWaterManager.addCustomTicket(Level level, T ticket, ChunkPos masterChunk, ChunkPos... additionalChunks) Adds a custom ticket.Methods in net.neoforged.neoforge.common that return types with arguments of type Vec3Modifier and TypeMethodDescriptionprivate static ChunkTicketManager<Vec3> FarmlandWaterManager.getTicketManager(ChunkPos pos, LevelReader level) Methods in net.neoforged.neoforge.common with parameters of type Vec3Modifier and TypeMethodDescriptionprivate static doubleFarmlandWaterManager.getDistanceSq(ChunkPos pos, Vec3 vec3d) static @Nullable InteractionResultCommonHooks.onInteractEntityAt(Player player, Entity entity, Vec3 vec3d, InteractionHand hand) static booleanCommonHooks.onVanillaGameEvent(Level level, Holder<GameEvent> vanillaEvent, Vec3 pos, GameEvent.Context context) -
Uses of Vec3 in net.neoforged.neoforge.common.advancements.critereon
Methods in net.neoforged.neoforge.common.advancements.critereon with parameters of type Vec3Modifier and TypeMethodDescriptionbooleanPiglinNeutralArmorEntityPredicate.matches(Entity entity, ServerLevel level, @Nullable Vec3 position) booleanSnowBootsEntityPredicate.matches(Entity entity, ServerLevel level, @Nullable Vec3 position) booleanTridentEntityPredicate.matches(Entity entity, ServerLevel level, @Nullable Vec3 position) -
Uses of Vec3 in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type Vec3Modifier and TypeMethodDescriptiondefault BlockStateIBlockExtension.getStateAtViewpoint(BlockState state, BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (see).invalid reference
Camera#getBlockAtCamera()default BlockStateIBlockStateExtension.getStateAtViewpoint(BlockGetter level, BlockPos pos, Vec3 viewpoint) Used to determine the state 'viewed' by an entity (see).invalid reference
Camera#getBlockAtCamera()default booleanIFluidExtension.move(FluidState state, LivingEntity entity, Vec3 movementVector, double gravity) Performs how an entity moves when within the fluid.default booleanIFluidStateExtension.move(LivingEntity entity, Vec3 movementVector, double gravity) Performs how an entity moves when within the fluid.default booleanILivingEntityExtension.moveInFluid(FluidState state, Vec3 movementVector, double gravity) Performs how an entity moves when within the fluid. -
Uses of Vec3 in net.neoforged.neoforge.common.ticket
Methods in net.neoforged.neoforge.common.ticket with parameters of type Vec3 -
Uses of Vec3 in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3PlayLevelSoundEvent.AtPosition.positionprivate final Vec3VanillaGameEvent.positionMethods in net.neoforged.neoforge.event that return Vec3Modifier and TypeMethodDescriptionVanillaGameEvent.getEventPosition()static Vec3EventHooks.getExplosionKnockback(Level level, ServerExplosion explosion, Entity entity, Vec3 initialVelocity, List<BlockPos> blocks) To be called when an explosion has calculated the knockback velocity but has not yet added the knockback to the entity caught in blast.PlayLevelSoundEvent.AtPosition.getPosition()Returns the position the sound is being played at.Methods in net.neoforged.neoforge.event with parameters of type Vec3Modifier and TypeMethodDescriptionstatic Vec3EventHooks.getExplosionKnockback(Level level, ServerExplosion explosion, Entity entity, Vec3 initialVelocity, List<BlockPos> blocks) To be called when an explosion has calculated the knockback velocity but has not yet added the knockback to the entity caught in blast.Constructors in net.neoforged.neoforge.event with parameters of type Vec3ModifierConstructorDescriptionAtPosition(Level level, Vec3 position, Holder<SoundEvent> sound, SoundSource source, float volume, float pitch) VanillaGameEvent(Level level, Holder<GameEvent> vanillaEvent, Vec3 position, GameEvent.Context context) -
Uses of Vec3 in net.neoforged.neoforge.event.entity
Methods in net.neoforged.neoforge.event.entity that return Vec3 -
Uses of Vec3 in net.neoforged.neoforge.event.entity.player
Fields in net.neoforged.neoforge.event.entity.player declared as Vec3Modifier and TypeFieldDescriptionprivate final Vec3PlayerInteractEvent.EntityInteractSpecific.localPosMethods in net.neoforged.neoforge.event.entity.player that return Vec3Modifier and TypeMethodDescriptionPlayerInteractEvent.EntityInteractSpecific.getLocalPos()Returns the local interaction position.Constructors in net.neoforged.neoforge.event.entity.player with parameters of type Vec3ModifierConstructorDescriptionEntityInteractSpecific(Player player, InteractionHand hand, Entity target, Vec3 localPos) -
Uses of Vec3 in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as Vec3Methods in net.neoforged.neoforge.event.level that return Vec3Modifier and TypeMethodDescriptionExplosionKnockbackEvent.getKnockbackVelocity()return the explosion knockback velocity to apply to entity.Methods in net.neoforged.neoforge.event.level with parameters of type Vec3Modifier and TypeMethodDescriptionvoidExplosionKnockbackEvent.setKnockbackVelocity(Vec3 newKnockbackVelocity) Sets the explosion knockback velocity to add to the entity's existing velocity.Constructors in net.neoforged.neoforge.event.level with parameters of type Vec3ModifierConstructorDescriptionExplosionKnockbackEvent(Level level, ServerExplosion explosion, Entity entity, Vec3 knockbackVelocity, List<BlockPos> blockList) -
Uses of Vec3 in net.neoforged.neoforge.event.village
Fields in net.neoforged.neoforge.event.village declared as Vec3Methods in net.neoforged.neoforge.event.village that return Vec3Constructors in net.neoforged.neoforge.event.village with parameters of type Vec3ModifierConstructorDescriptionVillageSiegeEvent(VillageSiege siege, Level level, Player player, Vec3 attemptedSpawnPos) -
Uses of Vec3 in net.neoforged.neoforge.fluids
Methods in net.neoforged.neoforge.fluids with parameters of type Vec3Modifier and TypeMethodDescriptionbooleanFluidType.move(FluidState state, LivingEntity entity, Vec3 movementVector, double gravity) Performs how an entity moves when within the fluid.
LevelRenderer.addCloudsPass(FrameGraphBuilder, CloudStatus, Vec3, float, int, float, Matrix4f, Matrix4f)instead