Uses of Enum Class
ua.mcchickenstudio.opencreative.utils.millennium.math.BuildSpeed
Packages that use BuildSpeed
-
Uses of BuildSpeed in ua.mcchickenstudio.opencreative.utils.millennium.math
Subclasses with type arguments of type BuildSpeed in ua.mcchickenstudio.opencreative.utils.millennium.mathMethods in ua.mcchickenstudio.opencreative.utils.millennium.math that return BuildSpeedModifier and TypeMethodDescriptionstatic BuildSpeedReturns the enum constant of this class with the specified name.static BuildSpeed[]BuildSpeed.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.utils.millennium.math with parameters of type BuildSpeedModifier and TypeMethodDescriptionstatic floatGeneralMath.cos(float value, BuildSpeed s) static Vec3RayTrace.getVectorForRotation(float pitch, float yaw, BuildSpeed s) static MovingObjectPositionRayTrace.rayCast(float yaw, float pitch, AxisAlignedBB bb, Vec3 locationIn, double dist, BuildSpeed s) static floatGeneralMath.sin(float value, BuildSpeed s)