Package net.minecraft.predicate.entity
Record Class LocationPredicate.class_8747
java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.LocationPredicate.class_8747
- Record Components:
x
-y
-z
-
- Enclosing class:
LocationPredicate
private static record LocationPredicate.class_8747(NumberRange.FloatRange x, NumberRange.FloatRange y, NumberRange.FloatRange z)
extends Record
- Mappings:
Namespace Name official ch$b
intermediary net/minecraft/class_2090$class_8747
named net/minecraft/predicate/entity/LocationPredicate$class_8747
official b
intermediary comp_1802
named x
official c
intermediary comp_1803
named y
official d
intermediary comp_1804
named z
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LocationPredicate.class_8747>
private final NumberRange.FloatRange
The field for thex
record component.private final NumberRange.FloatRange
The field for they
record component.private final NumberRange.FloatRange
The field for thez
record component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
class_8747
(NumberRange.FloatRange floatRange, NumberRange.FloatRange floatRange2, NumberRange.FloatRange floatRange3) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
method_53184
(double double2, double double3, double double4) (package private) static Optional<LocationPredicate.class_8747>
method_53185
(NumberRange.FloatRange floatRange, NumberRange.FloatRange floatRange2, NumberRange.FloatRange floatRange3) final String
toString()
Returns a string representation of this record class.x()
Returns the value of thex
record component.y()
Returns the value of they
record component.z()
Returns the value of thez
record component.
-
Field Details
-
x
The field for thex
record component. -
y
The field for they
record component. -
z
The field for thez
record component. -
field_45761
- Mappings:
Namespace Name Mixin selector official a
Lch$b;a:Lcom/mojang/serialization/Codec;
intermediary field_45761
Lnet/minecraft/class_2090$class_8747;field_45761:Lcom/mojang/serialization/Codec;
named field_45761
Lnet/minecraft/predicate/entity/LocationPredicate$class_8747;field_45761:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8747
private class_8747(NumberRange.FloatRange floatRange, NumberRange.FloatRange floatRange2, NumberRange.FloatRange floatRange3)
-
-
Method Details
-
method_53185
static Optional<LocationPredicate.class_8747> method_53185(NumberRange.FloatRange floatRange, NumberRange.FloatRange floatRange2, NumberRange.FloatRange floatRange3) - Mappings:
Namespace Name Mixin selector official a
Lch$b;a(Lcj$c;Lcj$c;Lcj$c;)Ljava/util/Optional;
intermediary method_53185
Lnet/minecraft/class_2090$class_8747;method_53185(Lnet/minecraft/class_2096$class_2099;Lnet/minecraft/class_2096$class_2099;Lnet/minecraft/class_2096$class_2099;)Ljava/util/Optional;
named method_53185
Lnet/minecraft/predicate/entity/LocationPredicate$class_8747;method_53185(Lnet/minecraft/predicate/NumberRange$FloatRange;Lnet/minecraft/predicate/NumberRange$FloatRange;Lnet/minecraft/predicate/NumberRange$FloatRange;)Ljava/util/Optional;
-
method_53184
public boolean method_53184(double double2, double double3, double double4) - Mappings:
Namespace Name Mixin selector official a
Lch$b;a(DDD)Z
intermediary method_53184
Lnet/minecraft/class_2090$class_8747;method_53184(DDD)Z
named method_53184
Lnet/minecraft/predicate/entity/LocationPredicate$class_8747;method_53184(DDD)Z
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
x
Returns the value of thex
record component.- Returns:
- the value of the
x
record component
-
y
Returns the value of they
record component.- Returns:
- the value of the
y
record component
-
z
Returns the value of thez
record component.- Returns:
- the value of the
z
record component
-