Package net.minecraft
Record Class class_8307.class_8309
java.lang.Object
java.lang.Record
net.minecraft.class_8307.class_8309
- Record Components:
replacements
-
- Enclosing class:
class_8307
- Mappings:
Namespace Name official beo$b
intermediary net/minecraft/class_8307$class_8309
named net/minecraft/class_8307$class_8309
official a
intermediary comp_1351
named replacements
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<BlockState,
BlockState> The field for thereplacements
record component. -
Constructor Summary
Constructors -
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.method_50316
(BlockState blockState) Returns the value of thereplacements
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
replacements
The field for thereplacements
record component.
-
-
Constructor Details
-
class_8309
class_8309(Map<BlockState, BlockState> map)
-
-
Method Details
-
method_50316
- Mappings:
Namespace Name Mixin selector official a
Lbeo$b;a(Ldgh;)Ldgh;
intermediary method_50316
Lnet/minecraft/class_8307$class_8309;method_50316(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
named method_50316
Lnet/minecraft/class_8307$class_8309;method_50316(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
-
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)
. -
replacements
Returns the value of thereplacements
record component.- Returns:
- the value of the
replacements
record component
-