Package net.minecraft
Record Class class_7142
java.lang.Object
java.lang.Record
net.minecraft.class_7142
- Record Components:
displayItem-settings-
public record class_7142(RegistryEntry<Item> displayItem, FlatChunkGeneratorConfig settings)
extends Record
- Mappings:
Namespace Name official ddyintermediary net/minecraft/class_7142named net/minecraft/class_7142official cintermediary comp_559named displayItemofficial dintermediary comp_560named settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntry<Item>The field for thedisplayItemrecord component.static final com.mojang.serialization.Codec<class_7142>static final com.mojang.serialization.Codec<RegistryEntry<class_7142>>private final FlatChunkGeneratorConfigThe field for thesettingsrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7142(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedisplayItemrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.settings()Returns the value of thesettingsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
displayItem
The field for thedisplayItemrecord component. -
settings
The field for thesettingsrecord component. -
field_37711
- Mappings:
Namespace Name Mixin selector official aLddy;a:Lcom/mojang/serialization/Codec;intermediary field_37711Lnet/minecraft/class_7142;field_37711:Lcom/mojang/serialization/Codec;named field_37711Lnet/minecraft/class_7142;field_37711:Lcom/mojang/serialization/Codec;
-
field_37712
- Mappings:
Namespace Name Mixin selector official bLddy;b:Lcom/mojang/serialization/Codec;intermediary field_37712Lnet/minecraft/class_7142;field_37712:Lcom/mojang/serialization/Codec;named field_37712Lnet/minecraft/class_7142;field_37712:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_7142
public class_7142(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig)
-
-
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). -
displayItem
Returns the value of thedisplayItemrecord component.- Returns:
- the value of the
displayItemrecord component
-
settings
Returns the value of thesettingsrecord component.- Returns:
- the value of the
settingsrecord component
-