History - net.minecraft.util.math.Interval

26.3-pre-2

Names

Fields

Constructors

Methods

26.3-pre-1

Names

Fields

Constructors

Methods

26.3-snapshot-10

Names

Fields

Constructors

Methods

26.3-snapshot-9

Names

Fields

Constructors

Methods

26.3-snapshot-8

Names

Fields

Constructors

Methods

26.3-snapshot-7

Names

Fields

double: min, field_1_7947, min

double: max, field_1_7946, max

float: min, field_1_7947, min

float: max, field_1_7946, max

Constructors

(double, double)

(float, float)

Methods

Interval (double, double): of, method_1_7289, between

Interval (double): ofSymmetric, method_1_7291, signed

Interval (double): ofExact, method_1_7290, exact

Interval (double, double): encapsulating, method_1_7270, containing

double (double, double): mulBound, method_1_7288, multiply

Interval (Interval, double, double): clamp, method_1_7267, restrict

Interval (Interval, DoubleUnaryOperator): mapMonotonic, method_1_7282, applyMonotonicFunction

Interval (Interval, double, double): lerp, method_1_7276, lerp

Interval (Interval, double, double): lerpFiniteBounds, method_1_7279, lerpFinite

double (double, double, double): lerpFiniteBound, method_1_7278, lerpFinite

Interval (Interval, double, double): lerpInfiniteBounds, method_1_7281, lerpInfinite

double (double, double, double): lerpInfiniteBound, method_1_7280, lerpInfinite

boolean (double): contains, method_1_7268, contains

double (): min, method_1_7285, getMin

double (): max, method_1_7283, getMax

Interval (Interval, double): encapsulating, method_1_9150, containing

Interval (double, Interval): pow, method_1_9152, pow

Interval (double, Interval): powPositiveBase, method_1_9156, powWithPositiveBase

Interval (double, Interval): powInfiniteExponent, method_1_9154, powWithPositiveBaseAndUnboundedExponent

Interval (double, Interval): powNegativeBase, method_1_9155, powWithNegativeBase

Interval (float, float): of, method_1_7289, between

Interval (float): ofSymmetric, method_1_7291, signed

Interval (float): ofExact, method_1_7290, exact

Interval (float, float): encapsulating, method_1_7270, containing

Interval (Interval, float): encapsulating, method_1_9150, containing

float (float, float): mulBound, method_1_7288, multiply

Interval (Interval, float, float): clamp, method_1_7267, restrict

Interval (float, Interval): pow, method_1_9152, pow

Interval (float, Interval): powPositiveBase, method_1_9156, powWithPositiveBase

Interval (float, Interval): powInfiniteExponent, method_1_9154, powWithPositiveBaseAndUnboundedExponent

Interval (float, Interval): powNegativeBase, method_1_9155, powWithNegativeBase

Interval (Interval, it.unimi.dsi.fastutil.floats.FloatUnaryOperator): mapMonotonic, method_1_7282, applyMonotonicFunction

Interval (Interval, float, float): lerp, method_1_7276, lerp

Interval (Interval, float, float): lerpFiniteBounds, method_1_7279, lerpFinite

float (float, float, float): lerpFiniteBound, method_1_7278, lerpFinite

Interval (Interval, float, float): lerpInfiniteBounds, method_1_7281, lerpInfinite

float (float, float, float): lerpInfiniteBound, method_1_7280, lerpInfinite

boolean (float): contains, method_1_7268, contains

float (): min, method_1_7285, getMin

float (): max, method_1_7283, getMax

float (float): lambda$log$0, method_1_9363, method_1_9363

26.3-snapshot-6

Names

Fields

Constructors

Methods

Interval (Interval, double): encapsulating, method_1_9150, containing

Interval (Interval, Interval): pow, method_1_9153, pow

Interval (double, Interval): pow, method_1_9152, pow

Interval (double, Interval): powPositiveBase, method_1_9156, powWithPositiveBase

Interval (Interval): powZeroBase, method_1_9157, pow0

Interval (double, Interval): powInfiniteExponent, method_1_9154, powWithPositiveBaseAndUnboundedExponent

Interval (double, Interval): powNegativeBase, method_1_9155, powWithNegativeBase

Interval (Interval): log, method_1_9151, log

Interval (Interval): sign, method_1_9158, signum

26.3-snapshot-5

Names

Fields

Constructors

Methods

26.3-snapshot-4

Names

Fields

Constructors

Methods

Interval (Interval): inverse, method_1_7274, reciprocal

Interval (Interval): reciprocal, method_1_7274, reciprocal

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

net.minecraft.util.Interval

net.minecraft.class_1_1150

net.minecraft.util.math.Interval

Fields

Interval: NaI, field_1_7944, NaI

Interval: INFINITE, field_1_7942, UNBOUNDED

Interval: NEGATIVE_ONE_TO_ONE, field_1_7943, NEGATIVE_ONE_TO_ONE

Interval: ZERO_TO_ONE, field_1_7945, ZERO_TO_ONE

double: min, field_1_7947, min

double: max, field_1_7946, max

Constructors

(double, double)

Methods

Interval (double, double): of, method_1_7289, between

Interval (double): ofSymmetric, method_1_7291, signed

Interval (double): ofExact, method_1_7290, exact

Interval (List<Interval>): encapsulating, method_1_7271, union

Interval (Interval...): encapsulating, method_1_7272, union

Interval (double, double): encapsulating, method_1_7270, containing

Interval (Interval, Interval): add, method_1_7266, add

Interval (Interval, Interval): sub, method_1_7293, subtract

Interval (Interval, Interval): mul, method_1_7287, multiply

double (double, double): mulBound, method_1_7288, multiply

Interval (Interval): inverse, method_1_7274, reciprocal

Interval (Interval, Interval): div, method_1_7269, divide

Interval (Interval, Interval): min, method_1_7286, min

Interval (Interval, Interval): max, method_1_7284, max

Interval (Interval, double, double): clamp, method_1_7267, restrict

Interval (Interval): abs, method_1_7265, abs

Interval (Interval): square, method_1_7292, square

Interval (Interval, DoubleUnaryOperator): mapMonotonic, method_1_7282, applyMonotonicFunction

Interval (Interval, Interval, Interval): lerp, method_1_7277, lerp

Interval (Interval, double, double): lerp, method_1_7276, lerp

Interval (Interval, double, double): lerpFiniteBounds, method_1_7279, lerpFinite

double (double, double, double): lerpFiniteBound, method_1_7278, lerpFinite

Interval (Interval, double, double): lerpInfiniteBounds, method_1_7281, lerpInfinite

double (double, double, double): lerpInfiniteBound, method_1_7280, lerpInfinite

boolean (double): contains, method_1_7268, contains

boolean (Interval): intersects, method_1_7273, intersects

boolean (): isNaI, method_1_7275, isNaI

double (): min, method_1_7285, getMin

double (): max, method_1_7283, getMax