Package net.minecraft
Record Class class_8572
java.lang.Object
java.lang.Record
net.minecraft.class_8572
- Record Components:
id-
- Mappings:
Namespace Name official berintermediary net/minecraft/class_8572named net/minecraft/class_8572official iintermediary comp_1539named id
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8572private final StringThe field for theidrecord component.static final class_8572static final class_8572static final class_8572static final class_8572static final class_8572static final class_8572static final class_8572 -
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.id()Returns the value of theidrecord component.static @Nullable class_8572method_52195(LivingEntity livingEntity) static class_8572method_52196(BlockState blockState) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
The field for theidrecord component. -
GENERIC
- Mappings:
Namespace Name Mixin selector official aLber;a:Lber;intermediary field_44923Lnet/minecraft/class_8572;field_44923:Lnet/minecraft/class_8572;named GENERICLnet/minecraft/class_8572;GENERIC:Lnet/minecraft/class_8572;
-
LADDER
- Mappings:
Namespace Name Mixin selector official bLber;b:Lber;intermediary field_44924Lnet/minecraft/class_8572;field_44924:Lnet/minecraft/class_8572;named LADDERLnet/minecraft/class_8572;LADDER:Lnet/minecraft/class_8572;
-
VINES
- Mappings:
Namespace Name Mixin selector official cLber;c:Lber;intermediary field_44925Lnet/minecraft/class_8572;field_44925:Lnet/minecraft/class_8572;named VINESLnet/minecraft/class_8572;VINES:Lnet/minecraft/class_8572;
-
WEEPING_VINES
- Mappings:
Namespace Name Mixin selector official dLber;d:Lber;intermediary field_44926Lnet/minecraft/class_8572;field_44926:Lnet/minecraft/class_8572;named WEEPING_VINESLnet/minecraft/class_8572;WEEPING_VINES:Lnet/minecraft/class_8572;
-
TWISTING_VINES
- Mappings:
Namespace Name Mixin selector official eLber;e:Lber;intermediary field_44927Lnet/minecraft/class_8572;field_44927:Lnet/minecraft/class_8572;named TWISTING_VINESLnet/minecraft/class_8572;TWISTING_VINES:Lnet/minecraft/class_8572;
-
SCAFFOLDING
- Mappings:
Namespace Name Mixin selector official fLber;f:Lber;intermediary field_44928Lnet/minecraft/class_8572;field_44928:Lnet/minecraft/class_8572;named SCAFFOLDINGLnet/minecraft/class_8572;SCAFFOLDING:Lnet/minecraft/class_8572;
-
OTHER_CLIMBABLE
- Mappings:
Namespace Name Mixin selector official gLber;g:Lber;intermediary field_44929Lnet/minecraft/class_8572;field_44929:Lnet/minecraft/class_8572;named OTHER_CLIMBABLELnet/minecraft/class_8572;OTHER_CLIMBABLE:Lnet/minecraft/class_8572;
-
WATER
- Mappings:
Namespace Name Mixin selector official hLber;h:Lber;intermediary field_44930Lnet/minecraft/class_8572;field_44930:Lnet/minecraft/class_8572;named WATERLnet/minecraft/class_8572;WATER:Lnet/minecraft/class_8572;
-
-
Constructor Details
-
class_8572
-
-
Method Details
-
method_52196
- Mappings:
Namespace Name Mixin selector official aLber;a(Ldbz;)Lber;intermediary method_52196Lnet/minecraft/class_8572;method_52196(Lnet/minecraft/class_2680;)Lnet/minecraft/class_8572;named method_52196Lnet/minecraft/class_8572;method_52196(Lnet/minecraft/block/BlockState;)Lnet/minecraft/class_8572;
-
method_52195
- Mappings:
Namespace Name Mixin selector official aLber;a(Lbfy;)Lber;intermediary method_52195Lnet/minecraft/class_8572;method_52195(Lnet/minecraft/class_1309;)Lnet/minecraft/class_8572;named method_52195Lnet/minecraft/class_8572;method_52195(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/class_8572;
-
method_52194
- Mappings:
Namespace Name Mixin selector official aLber;a()Ljava/lang/String;intermediary method_52194Lnet/minecraft/class_8572;method_52194()Ljava/lang/String;named method_52194Lnet/minecraft/class_8572;method_52194()Ljava/lang/String;
-
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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-