Uses of Class
net.minecraft.util.math.Vec3d
Packages that use Vec3d
Package
Description
-
Uses of Vec3d in net.minecraft.block
Methods in net.minecraft.block that return Vec3dModifier and TypeMethodDescriptionprivate Vec3dLiquidBlock.method_1219(BlockView blockView, int int2, int int3, int int4) Methods in net.minecraft.block with parameters of type Vec3dModifier and TypeMethodDescriptionvoidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) voidLiquidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) voidStairsBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) private booleanBlock.containsInXYPlane(Vec3d vec3d) private booleanBlock.containsInXZPlane(Vec3d vec3d) private booleanBlock.containsInYZPlane(Vec3d vec3d) -
Uses of Vec3d in net.minecraft.client.model
Fields in net.minecraft.client.model declared as Vec3dConstructors in net.minecraft.client.model with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type Vec3dModifier and TypeMethodDescriptionvoidWorldRenderer.method_1544(Vec3d vec3d, class_68 class_68, float float2) -
Uses of Vec3d in net.minecraft.entity
Methods in net.minecraft.entity that return Vec3dModifier and TypeMethodDescriptionEntity.method_1320()LivingEntity.method_1320()LivingEntity.method_926(float float2) LivingEntity.method_931(float float2) Methods in net.minecraft.entity with parameters of type Vec3dModifier and TypeMethodDescriptionbooleanEntity.method_1367(Vec3d vec3d) booleanLightningEntity.method_1367(Vec3d vec3d) -
Uses of Vec3d in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing that return Vec3d -
Uses of Vec3d in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return Vec3dModifier and TypeMethodDescriptionMinecartEntity.snapPositionToRail(double x, double y, double z) MinecartEntity.snapPositionToRailWithOffset(double x, double y, double z, double offset) -
Uses of Vec3d in net.minecraft.util.hit
Fields in net.minecraft.util.hit declared as Vec3dConstructors in net.minecraft.util.hit with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.util.math
Methods in net.minecraft.util.math that return Vec3dModifier and TypeMethodDescriptionVec3d.add(double x, double y, double z) static Vec3dVec3d.create(double x, double y, double z) static Vec3dVec3d.createCached(double x, double y, double z) Vec3d.crossProduct(Vec3d vec) Vec3d.interpolateByX(Vec3d vec, double deltaX) Vec3d.interpolateByY(Vec3d vec, double deltaY) Vec3d.interpolateByZ(Vec3d vec, double deltaZ) Vec3d.normalize()Vec3d.relativize(Vec3d vec) private Vec3dVec3d.set(double x, double y, double z) Methods in net.minecraft.util.math with parameters of type Vec3dModifier and TypeMethodDescriptionbooleanprivate booleanBox.containsInXYPlane(Vec3d pos) private booleanBox.containsInXZPlane(Vec3d pos) private booleanBox.containsInYZPlane(Vec3d pos) Vec3d.crossProduct(Vec3d vec) doubleVec3d.distanceTo(Vec3d vec) Vec3d.interpolateByX(Vec3d vec, double deltaX) Vec3d.interpolateByY(Vec3d vec, double deltaY) Vec3d.interpolateByZ(Vec3d vec, double deltaZ) Vec3d.relativize(Vec3d vec) doubleVec3d.squaredDistanceTo(Vec3d vec) -
Uses of Vec3d in net.minecraft.world
Methods in net.minecraft.world that return Vec3dModifier and TypeMethodDescriptionWorld.getCloudColor(float partialTicks) World.getFogColor(float partialTicks) World.getSkyColor(Entity entity, float partialTicks) Methods in net.minecraft.world with parameters of type Vec3d -
Uses of Vec3d in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return Vec3dModifier and TypeMethodDescriptionDimension.getFogColor(float float2, float float3) NetherDimension.getFogColor(float float2, float float3) SkylandsDimension.getFogColor(float float2, float float3)