Record Class JEIRegisterSubtypesKubeEvent.JEISubtypeInterpreter
java.lang.Object
java.lang.Record
dev.latvian.mods.kubejs.integration.jei.JEIRegisterSubtypesKubeEvent.JEISubtypeInterpreter
- All Implemented Interfaces:
mezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter
- Enclosing class:
JEIRegisterSubtypesKubeEvent
public static record JEIRegisterSubtypesKubeEvent.JEISubtypeInterpreter(SubtypeInterpreter interpreter)
extends Record
implements mezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter
-
Field Summary
Fields inherited from interface mezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter
NONE -
Constructor Summary
ConstructorsConstructorDescriptionJEISubtypeInterpreter(SubtypeInterpreter interpreter) Creates an instance of aJEISubtypeInterpreterrecord class. -
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.Returns the value of theinterpreterrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
JEISubtypeInterpreter
Creates an instance of aJEISubtypeInterpreterrecord class.- Parameters:
interpreter- the value for theinterpreterrecord component
-
-
Method Details
-
apply
- Specified by:
applyin interfacemezz.jei.api.ingredients.subtypes.IIngredientSubtypeInterpreter
-
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). -
interpreter
Returns the value of theinterpreterrecord component.- Returns:
- the value of the
interpreterrecord component
-