Uses of Record Class
net.minecraft.class_8218
Packages that use class_8218
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8218 in net.minecraft
Methods in net.minecraft that return class_8218Modifier and TypeMethodDescriptionclass_8218.method_49725()static class_8218class_8218.method_49726(float float2) static class_8218class_8218.method_49727(float float2, float float3) -
Uses of class_8218 in net.minecraft.util.math
Fields in net.minecraft.util.math declared as class_8218Methods in net.minecraft.util.math that return class_8218Modifier and TypeMethodDescriptionprivate static class_8218MatrixUtil.approximateGivensQuaternion(float a11, float a12, float a22) Computes the approximate Givens rotation factors(c, s) = (cos(phi), sin(phi))for a 2×2 matrix.private static class_8218MatrixUtil.qrGivensQuaternion(float a1, float a2) Computes the Givens quaternion for a QR factorization.