Record Class PartConfigSnapshot.VariableCard
java.lang.Object
java.lang.Record
org.cyclops.integrateddynamics.core.part.PartConfigSnapshot.VariableCard
- Record Components:
inventoryName- The name of the named inventory, orPartConfigSnapshot.INVENTORY_NAME_ACTIVEfor the active variable inventory.slot- The slot inside that inventory.itemStack- The card.
- Enclosing class:
PartConfigSnapshot
-
Constructor Summary
ConstructorsConstructorDescriptionVariableCard(String inventoryName, int slot, net.minecraft.world.item.ItemStack itemStack) Creates an instance of aVariableCardrecord 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 theinventoryNamerecord component.net.minecraft.world.item.ItemStackReturns the value of theitemStackrecord component.intslot()Returns the value of theslotrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
VariableCard
Creates an instance of aVariableCardrecord class.- Parameters:
inventoryName- the value for theinventoryNamerecord componentslot- the value for theslotrecord componentitemStack- the value for theitemStackrecord component
-
-
Method Details
-
toString
-
hashCode
-
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 thecomparemethod from their corresponding wrapper classes. -
inventoryName
Returns the value of theinventoryNamerecord component.- Returns:
- the value of the
inventoryNamerecord component
-
slot
-
itemStack
-