Package net.minecraft
Record Class class_9380
java.lang.Object
java.lang.Record
net.minecraft.class_9380
- Record Components:
min-max-
- Mappings:
Namespace Name official ikintermediary net/minecraft/class_9380named net/minecraft/class_9380official bintermediary comp_2466named minofficial cintermediary comp_2467named max
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, class_9380> private final BlockPosThe field for themaxrecord component.private final BlockPosThe field for theminrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.iterator()max()Returns the value of themaxrecord component.booleanstatic class_9380method_58236(BlockPos blockPos) static class_9380method_58237(BlockPos blockPos, BlockPos blockPos2) method_58238(Direction direction, int int2) method_58239(Vec3i vec3i) method_58241(BlockPos blockPos) method_58242(Direction direction, int int2) intbooleanmethod_58244(BlockPos blockPos) intintmin()Returns the value of theminrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
min
The field for theminrecord component. -
max
The field for themaxrecord component. -
field_49907
- Mappings:
Namespace Name Mixin selector official aLik;a:Lyq;intermediary field_49907Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/class_9139;named field_49907Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9380
-
-
Method Details
-
method_58236
- Mappings:
Namespace Name Mixin selector official aLik;a(Lim;)Lik;intermediary method_58236Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named method_58236Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
-
method_58237
- Mappings:
Namespace Name Mixin selector official aLik;a(Lim;Lim;)Lik;intermediary method_58237Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named method_58237Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
-
method_58241
- Mappings:
Namespace Name Mixin selector official bLik;b(Lim;)Lik;intermediary method_58241Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named method_58241Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
-
method_58235
public boolean method_58235()- Mappings:
Namespace Name Mixin selector official aLik;a()Zintermediary method_58235Lnet/minecraft/class_9380;method_58235()Znamed method_58235Lnet/minecraft/class_9380;method_58235()Z
-
method_58244
- Mappings:
Namespace Name Mixin selector official cLik;c(Lim;)Zintermediary method_58244Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/class_2338;)Znamed method_58244Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/util/math/BlockPos;)Z
-
method_58240
- Mappings:
Namespace Name Mixin selector official bLik;b()Leta;intermediary method_58240Lnet/minecraft/class_9380;method_58240()Lnet/minecraft/class_238;named method_58240Lnet/minecraft/class_9380;method_58240()Lnet/minecraft/util/math/Box;
-
iterator
-
method_58243
public int method_58243()- Mappings:
Namespace Name Mixin selector official cLik;c()Iintermediary method_58243Lnet/minecraft/class_9380;method_58243()Inamed method_58243Lnet/minecraft/class_9380;method_58243()I
-
method_58245
public int method_58245()- Mappings:
Namespace Name Mixin selector official dLik;d()Iintermediary method_58245Lnet/minecraft/class_9380;method_58245()Inamed method_58245Lnet/minecraft/class_9380;method_58245()I
-
method_58246
public int method_58246()- Mappings:
Namespace Name Mixin selector official eLik;e()Iintermediary method_58246Lnet/minecraft/class_9380;method_58246()Inamed method_58246Lnet/minecraft/class_9380;method_58246()I
-
method_58238
- Mappings:
Namespace Name Mixin selector official aLik;a(Lir;I)Lik;intermediary method_58238Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;named method_58238Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/class_9380;
-
method_58242
- Mappings:
Namespace Name Mixin selector official bLik;b(Lir;I)Lik;intermediary method_58242Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;named method_58242Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/class_9380;
-
method_58239
- Mappings:
Namespace Name Mixin selector official aLik;a(Ljq;)Lik;intermediary method_58239Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/class_2382;)Lnet/minecraft/class_9380;named method_58239Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/class_9380;
-
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). -
min
Returns the value of theminrecord component.- Returns:
- the value of the
minrecord component
-
max
Returns the value of themaxrecord component.- Returns:
- the value of the
maxrecord component
-