Package net.minecraft
Record Class class_8054
java.lang.Object
java.lang.Record
net.minecraft.class_8054
- Record Components:
assetName-ingredient-itemModelIndex-incompatibleArmorMaterial-description-
public record class_8054(String assetName, RegistryEntry<Item> ingredient, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial, Text description)
extends Record
- Mappings:
Namespace Name official cguintermediary net/minecraft/class_8054named net/minecraft/class_8054official cintermediary comp_1208named assetNameofficial dintermediary comp_1209named ingredientofficial eintermediary comp_1210named itemModelIndexofficial fintermediary comp_1211named incompatibleArmorMaterialofficial gintermediary comp_1212named description
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe field for theassetNamerecord component.private final TextThe field for thedescriptionrecord component.static final com.mojang.serialization.Codec<class_8054>static final com.mojang.serialization.Codec<RegistryEntry<class_8054>>private final Optional<ArmorMaterials>The field for theincompatibleArmorMaterialrecord component.private final RegistryEntry<Item>The field for theingredientrecord component.private final floatThe field for theitemModelIndexrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8054(String string, RegistryEntry<Item> registryEntry, float float2, Optional<ArmorMaterials> optional, Text text) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theassetNamerecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theincompatibleArmorMaterialrecord component.Returns the value of theingredientrecord component.floatReturns the value of theitemModelIndexrecord component.static class_8054method_48438(String string, Item item, float float2, Optional<ArmorMaterials> optional, Text text) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
assetName
The field for theassetNamerecord component. -
ingredient
The field for theingredientrecord component. -
itemModelIndex
private final float itemModelIndexThe field for theitemModelIndexrecord component. -
incompatibleArmorMaterial
The field for theincompatibleArmorMaterialrecord component. -
description
The field for thedescriptionrecord component. -
field_42002
- Mappings:
Namespace Name Mixin selector official aLcgu;a:Lcom/mojang/serialization/Codec;intermediary field_42002Lnet/minecraft/class_8054;field_42002:Lcom/mojang/serialization/Codec;named field_42002Lnet/minecraft/class_8054;field_42002:Lcom/mojang/serialization/Codec;
-
field_42003
- Mappings:
Namespace Name Mixin selector official bLcgu;b:Lcom/mojang/serialization/Codec;intermediary field_42003Lnet/minecraft/class_8054;field_42003:Lcom/mojang/serialization/Codec;named field_42003Lnet/minecraft/class_8054;field_42003:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8054
public class_8054(String string, RegistryEntry<Item> registryEntry, float float2, Optional<ArmorMaterials> optional, Text text)
-
-
Method Details
-
method_48438
public static class_8054 method_48438(String string, Item item, float float2, Optional<ArmorMaterials> optional, Text text) - Mappings:
Namespace Name Mixin selector official aLcgu;a(Ljava/lang/String;Lcen;FLjava/util/Optional;Lta;)Lcgu;intermediary method_48438Lnet/minecraft/class_8054;method_48438(Ljava/lang/String;Lnet/minecraft/class_1792;FLjava/util/Optional;Lnet/minecraft/class_2561;)Lnet/minecraft/class_8054;named method_48438Lnet/minecraft/class_8054;method_48438(Ljava/lang/String;Lnet/minecraft/item/Item;FLjava/util/Optional;Lnet/minecraft/text/Text;)Lnet/minecraft/class_8054;
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
assetName
Returns the value of theassetNamerecord component.- Returns:
- the value of the
assetNamerecord component
-
ingredient
Returns the value of theingredientrecord component.- Returns:
- the value of the
ingredientrecord component
-
itemModelIndex
public float itemModelIndex()Returns the value of theitemModelIndexrecord component.- Returns:
- the value of the
itemModelIndexrecord component
-
incompatibleArmorMaterial
Returns the value of theincompatibleArmorMaterialrecord component.- Returns:
- the value of the
incompatibleArmorMaterialrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-