Uses of Class
net.minecraft.util.math.Vec3f
Packages that use Vec3f
Package
Description
-
Uses of Vec3f in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type Vec3fModifier and TypeMethodDescriptionstatic voidGlStateManager.setupGui3DDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidGlStateManager.setupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidGlStateManager.setupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f) -
Uses of Vec3f in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as Vec3fMethods in com.mojang.blaze3d.systems with parameters of type Vec3fModifier and TypeMethodDescriptionstatic voidRenderSystem._setShaderLights(Vec3f vec3f, Vec3f vec3f2)static voidRenderSystem.setShaderLights(Vec3f vec3f, Vec3f vec3f2)static voidRenderSystem.setupGui3DDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidRenderSystem.setupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidRenderSystem.setupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f) -
Uses of Vec3f in net.minecraft.client.font
Fields in net.minecraft.client.font declared as Vec3fModifier and TypeFieldDescriptionprivate static Vec3fTextRenderer.field_33941private static Vec3fTextRenderer.FORWARD_SHIFT -
Uses of Vec3f in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type Vec3f -
Uses of Vec3f in net.minecraft.client.model
Fields in net.minecraft.client.model declared as Vec3fModifier and TypeFieldDescriptionprivate Vec3fModelCuboidData.dimensionsModelPart.Quad.directionprivate Vec3fModelCuboidData.offsetModelPart.Vertex.posConstructors in net.minecraft.client.model with parameters of type Vec3f -
Uses of Vec3f in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as Vec3fModifier and TypeFieldDescriptionprivate Vec3fDustColorTransitionParticle.field_28244private Vec3fDustColorTransitionParticle.field_28245Methods in net.minecraft.client.particle that return Vec3fModifier and TypeMethodDescriptionprivate Vec3fDustColorTransitionParticle.method_33073(Vec3f vec3f, float float2)Methods in net.minecraft.client.particle with parameters of type Vec3fModifier and TypeMethodDescriptionprivate Vec3fDustColorTransitionParticle.method_33073(Vec3f vec3f, float float2) -
Uses of Vec3f in net.minecraft.client.render
Fields in net.minecraft.client.render declared as Vec3fModifier and TypeFieldDescriptionBufferBuilder.currentParametersBufferBuilder.State.currentParametersprivate Vec3fCamera.diagonalPlaneprivate static Vec3fDiffuseLighting.field_24426private static Vec3fDiffuseLighting.field_24427private static Vec3fDiffuseLighting.field_24428private static Vec3fDiffuseLighting.field_24429private static Vec3fDiffuseLighting.field_29567private static Vec3fDiffuseLighting.field_29568private Vec3fCamera.horizontalPlaneprivate Vec3fCamera.verticalPlaneMethods in net.minecraft.client.render that return Vec3fModifier and TypeMethodDescriptionprivate Vec3f[]BufferBuilder.buildParameterVector()Camera.getDiagonalPlane()Camera.getHorizontalPlane()Camera.getVerticalPlane()Constructors in net.minecraft.client.render with parameters of type Vec3fModifierConstructorDescription(package private)State(VertexFormat.DrawMode drawMode, int int2, @Nullable Vec3f[] vec3f, float float2, float float3, float float4) -
Uses of Vec3f in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug that return Vec3fModifier and TypeMethodDescriptionprivate Vec3fHeightmapDebugRenderer.method_27037(Heightmap.Type type) -
Uses of Vec3f in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return Vec3fMethods in net.minecraft.client.render.entity.model with parameters of type Vec3f -
Uses of Vec3f in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type Vec3fModifier and TypeMethodDescriptionBakedQuadFactory.bake(Vec3f from, Vec3f to, ModelElementFace face, Sprite texture, Direction side, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, Identifier modelId)private float[]BakedQuadFactory.getPositionMatrix(Vec3f from, Vec3f to)private voidBakedQuadFactory.packVertexData(int[] vertices, int cornerIndex, Vec3f position, Sprite sprite, ModelElementTexture modelElementTexture)private voidBakedQuadFactory.rotateVertex(Vec3f vector, @Nullable ModelRotation rotation)voidBakedQuadFactory.transformVertex(Vec3f vertex, AffineTransformation transformation)private voidBakedQuadFactory.transformVertex(Vec3f vertex, Vec3f origin, Matrix4f transformationMatrix, Vec3f scale) -
Uses of Vec3f in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as Vec3fModifier and TypeFieldDescriptionprivate static Vec3fTransformation.Deserializer.DEFAULT_ROTATIONprivate static Vec3fTransformation.Deserializer.DEFAULT_SCALEprivate static Vec3fTransformation.Deserializer.DEFAULT_TRANSLATIONModelElement.fromModelRotation.originTransformation.rotationTransformation.scaleModelElement.toTransformation.translationMethods in net.minecraft.client.render.model.json that return Vec3fModifier and TypeMethodDescriptionprivate Vec3fModelElement.Deserializer.deserializeFrom(JsonObject object)private Vec3fModelElement.Deserializer.deserializeTo(JsonObject object)private Vec3fModelElement.Deserializer.deserializeVec3f(JsonObject object, String name)private Vec3fTransformation.Deserializer.parseVector3f(JsonObject json, String key, Vec3f fallback)Methods in net.minecraft.client.render.model.json with parameters of type Vec3fModifier and TypeMethodDescriptionprivate Vec3fTransformation.Deserializer.parseVector3f(JsonObject json, String key, Vec3f fallback)Constructors in net.minecraft.client.render.model.json with parameters of type Vec3fModifierConstructorDescriptionModelElement(Vec3f from, Vec3f to, Map<Direction,ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade)ModelRotation(Vec3f origin, Direction.Axis axis, float angle, boolean rescale)Transformation(Vec3f rotation, Vec3f translation, Vec3f scale) -
Uses of Vec3f in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type Vec3f -
Uses of Vec3f in net.minecraft.entity
Methods in net.minecraft.entity that return Vec3fModifier and TypeMethodDescriptiondefault Vec3fCrossbowUser.getProjectileLaunchVelocity(LivingEntity entity, Vec3d positionDelta, float multishotSpray)Methods in net.minecraft.entity that return types with arguments of type Vec3f -
Uses of Vec3f in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as Vec3f -
Uses of Vec3f in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type Vec3fMethods in net.minecraft.entity.passive that return types with arguments of type Vec3f -
Uses of Vec3f in net.minecraft.particle
Fields in net.minecraft.particle declared as Vec3fModifier and TypeFieldDescriptionprotected Vec3fAbstractDustParticleEffect.colorstatic Vec3fDustParticleEffect.REDstatic Vec3fDustColorTransitionParticleEffect.SCULK_BLUEprivate Vec3fDustColorTransitionParticleEffect.toColorMethods in net.minecraft.particle that return Vec3fModifier and TypeMethodDescriptionAbstractDustParticleEffect.getColor()DustColorTransitionParticleEffect.getFromColor()DustColorTransitionParticleEffect.getToColor()static Vec3fAbstractDustParticleEffect.readColor(com.mojang.brigadier.StringReader stringReader)static Vec3fAbstractDustParticleEffect.readColor(PacketByteBuf buf)Constructors in net.minecraft.particle with parameters of type Vec3fModifierConstructorDescriptionAbstractDustParticleEffect(Vec3f color, float scale)DustColorTransitionParticleEffect(Vec3f fromColor, Vec3f toColor, float scale)DustParticleEffect(Vec3f color, float scale) -
Uses of Vec3f in net.minecraft.util.math
Fields in net.minecraft.util.math declared as Vec3fModifier and TypeFieldDescriptionstatic Vec3fVec3f.NEGATIVE_Xstatic Vec3fVec3f.NEGATIVE_Ystatic Vec3fVec3f.NEGATIVE_Zstatic Vec3fVec3f.POSITIVE_Xstatic Vec3fVec3f.POSITIVE_Ystatic Vec3fVec3f.POSITIVE_ZAffineTransformation.scaleAffineTransformation.translationstatic Vec3fVec3f.ZEROFields in net.minecraft.util.math with type parameters of type Vec3fMethods in net.minecraft.util.math that return Vec3fModifier and TypeMethodDescriptionVec3f.copy()AffineTransformation.getScale()AffineTransformation.getTranslation()Direction.getUnitVector()Quaternion.method_35820()Quaternion.method_35824()Quaternion.method_35827()Quaternion.method_35828()Methods in net.minecraft.util.math that return types with arguments of type Vec3fModifier and TypeMethodDescriptionMatrix3f.decomposeLinearTransformation()AffineTransformation.getLinearTransformationAndTranslationFromAffine(Matrix4f affineTransform)Methods in net.minecraft.util.math with parameters of type Vec3fModifier and TypeMethodDescriptionvoidvoidMatrix4f.addToLastColumn(Vec3f vector)voidvoidfloatvoidstatic QuaternionQuaternion.method_35823(Vec3f vec3f)static QuaternionQuaternion.method_35826(Vec3f vec3f)voidVector4f.multiplyComponentwise(Vec3f vector)voidprivate static Matrix4fAffineTransformation.setup(@Nullable Vec3f translation, @Nullable Quaternion rotation2, @Nullable Vec3f scale, @Nullable Quaternion rotation1)voidConstructors in net.minecraft.util.math with parameters of type Vec3fModifierConstructorDescriptionAffineTransformation(@Nullable Vec3f translation, @Nullable Quaternion rotation2, @Nullable Vec3f scale, @Nullable Quaternion rotation1)Quaternion(Vec3f axis, float rotationAngle, boolean degrees)Copies the given vector.