Package net.minecraft
Record Class class_12010
java.lang.Object
java.lang.Record
net.minecraft.class_12010
- Record Components:
listenerRadius-
- Mappings:
Namespace Name named net/minecraft/class_12010intermediary net/minecraft/class_12010official bvhnamed listenerRadiusintermediary comp_4856official b
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, class_12010> private final intThe field for thelistenerRadiusrecord 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.intReturns the value of thelistenerRadiusrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
listenerRadius
private final int listenerRadiusThe field for thelistenerRadiusrecord component. -
field_62856
- Mappings:
Namespace Name Mixin selector named field_62856Lnet/minecraft/class_12010;field_62856:Lnet/minecraft/network/codec/PacketCodec;intermediary field_62856Lnet/minecraft/class_12010;field_62856:Lnet/minecraft/class_9139;official aLbvh;a:Laae;
-
-
Constructor Details
-
class_12010
public class_12010(int int2)
-
-
Method Details
-
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 with '=='. -
listenerRadius
public int listenerRadius()Returns the value of thelistenerRadiusrecord component.- Returns:
- the value of the
listenerRadiusrecord component
-