Package net.minecraft
Record Class class_9962.class_9967
java.lang.Object
java.lang.Record
net.minecraft.class_9962.class_9967
- Record Components:
name-inputs-outputTarget-uniforms-
- Enclosing class:
class_9962
@Environment(CLIENT)
public static record class_9962.class_9967(String name, List<class_9962.class_9965> inputs, Identifier outputTarget, List<class_9962.class_9970> uniforms)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_9962$class_9967intermediary net/minecraft/class_9962$class_9967official ggz$enamed nameintermediary comp_3020official bnamed inputsintermediary comp_3021official cnamed outputTargetintermediary comp_3022official dnamed uniformsintermediary comp_3023official e
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9962.class_9967> private static final com.mojang.serialization.Codec<List<class_9962.class_9965>> private final List<class_9962.class_9965> The field for theinputsrecord component.private final StringThe field for thenamerecord component.private final IdentifierThe field for theoutputTargetrecord component.private final List<class_9962.class_9970> The field for theuniformsrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9967(String string, List<class_9962.class_9965> list, Identifier identifier, List<class_9962.class_9970> list2) -
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.inputs()Returns the value of theinputsrecord component.name()Returns the value of thenamerecord component.Returns the value of theoutputTargetrecord component.final StringtoString()Returns a string representation of this record class.uniforms()Returns the value of theuniformsrecord component.
-
Field Details
-
name
The field for thenamerecord component. -
inputs
The field for theinputsrecord component. -
outputTarget
The field for theoutputTargetrecord component. -
uniforms
The field for theuniformsrecord component. -
field_53117
- Mappings:
Namespace Name Mixin selector named field_53117Lnet/minecraft/class_9962$class_9967;field_53117:Lcom/mojang/serialization/Codec;intermediary field_53117Lnet/minecraft/class_9962$class_9967;field_53117:Lcom/mojang/serialization/Codec;official fLggz$e;f:Lcom/mojang/serialization/Codec;
-
field_53116
- Mappings:
Namespace Name Mixin selector named field_53116Lnet/minecraft/class_9962$class_9967;field_53116:Lcom/mojang/serialization/Codec;intermediary field_53116Lnet/minecraft/class_9962$class_9967;field_53116:Lcom/mojang/serialization/Codec;official aLggz$e;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9967
public class_9967(String string, List<class_9962.class_9965> list, Identifier identifier, List<class_9962.class_9970> list2)
-
-
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 withObjects::equals(Object,Object). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
inputs
Returns the value of theinputsrecord component.- Returns:
- the value of the
inputsrecord component
-
outputTarget
Returns the value of theoutputTargetrecord component.- Returns:
- the value of the
outputTargetrecord component
-
uniforms
Returns the value of theuniformsrecord component.- Returns:
- the value of the
uniformsrecord component
-