Record Class RecipeDisplayDryingBasin

java.lang.Object
java.lang.Record
org.cyclops.integrateddynamics.core.recipe.display.RecipeDisplayDryingBasin
All Implemented Interfaces:
net.minecraft.world.item.crafting.display.RecipeDisplay

public record RecipeDisplayDryingBasin(net.minecraft.world.item.crafting.display.SlotDisplay inputIngredient, net.neoforged.neoforge.fluids.FluidStack inputFluid, net.minecraft.world.item.crafting.display.SlotDisplay outputItem, net.neoforged.neoforge.fluids.FluidStack outputFluid, net.minecraft.world.item.crafting.display.SlotDisplay craftingStation, int duration) extends Record implements net.minecraft.world.item.crafting.display.RecipeDisplay
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.world.item.crafting.display.RecipeDisplay

    net.minecraft.world.item.crafting.display.RecipeDisplay.Type<T extends net.minecraft.world.item.crafting.display.RecipeDisplay>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.MapCodec<RecipeDisplayDryingBasin>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,RecipeDisplayDryingBasin>
     
    static final net.minecraft.world.item.crafting.display.RecipeDisplay.Type<RecipeDisplayDryingBasin>
     

    Fields inherited from interface net.minecraft.world.item.crafting.display.RecipeDisplay

    CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    RecipeDisplayDryingBasin(net.minecraft.world.item.crafting.display.SlotDisplay inputIngredient, net.neoforged.neoforge.fluids.FluidStack inputFluid, net.minecraft.world.item.crafting.display.SlotDisplay outputItem, net.neoforged.neoforge.fluids.FluidStack outputFluid, net.minecraft.world.item.crafting.display.SlotDisplay craftingStation, int duration)
    Creates an instance of a RecipeDisplayDryingBasin record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.crafting.display.SlotDisplay
    Returns the value of the craftingStation record component.
    int
    Returns the value of the duration record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    net.neoforged.neoforge.fluids.FluidStack
    Returns the value of the inputFluid record component.
    net.minecraft.world.item.crafting.display.SlotDisplay
    Returns the value of the inputIngredient record component.
    boolean
    isEnabled(net.minecraft.world.flag.FeatureFlagSet featureFlagSet)
     
    net.neoforged.neoforge.fluids.FluidStack
    Returns the value of the outputFluid record component.
    net.minecraft.world.item.crafting.display.SlotDisplay
    Returns the value of the outputItem record component.
    net.minecraft.world.item.crafting.display.SlotDisplay
     
    final String
    Returns a string representation of this record class.
    net.minecraft.world.item.crafting.display.RecipeDisplay.Type<? extends net.minecraft.world.item.crafting.display.RecipeDisplay>
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MAP_CODEC

      public static final com.mojang.serialization.MapCodec<RecipeDisplayDryingBasin> MAP_CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,RecipeDisplayDryingBasin> STREAM_CODEC
    • TYPE

      public static final net.minecraft.world.item.crafting.display.RecipeDisplay.Type<RecipeDisplayDryingBasin> TYPE
  • Constructor Details

    • RecipeDisplayDryingBasin

      public RecipeDisplayDryingBasin(net.minecraft.world.item.crafting.display.SlotDisplay inputIngredient, net.neoforged.neoforge.fluids.FluidStack inputFluid, net.minecraft.world.item.crafting.display.SlotDisplay outputItem, net.neoforged.neoforge.fluids.FluidStack outputFluid, net.minecraft.world.item.crafting.display.SlotDisplay craftingStation, int duration)
      Creates an instance of a RecipeDisplayDryingBasin record class.
      Parameters:
      inputIngredient - the value for the inputIngredient record component
      inputFluid - the value for the inputFluid record component
      outputItem - the value for the outputItem record component
      outputFluid - the value for the outputFluid record component
      craftingStation - the value for the craftingStation record component
      duration - the value for the duration record component
  • Method Details

    • result

      public net.minecraft.world.item.crafting.display.SlotDisplay result()
      Specified by:
      result in interface net.minecraft.world.item.crafting.display.RecipeDisplay
    • type

      public net.minecraft.world.item.crafting.display.RecipeDisplay.Type<? extends net.minecraft.world.item.crafting.display.RecipeDisplay> type()
      Specified by:
      type in interface net.minecraft.world.item.crafting.display.RecipeDisplay
    • isEnabled

      public boolean isEnabled(net.minecraft.world.flag.FeatureFlagSet featureFlagSet)
      Specified by:
      isEnabled in interface net.minecraft.world.item.crafting.display.RecipeDisplay
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • inputIngredient

      public net.minecraft.world.item.crafting.display.SlotDisplay inputIngredient()
      Returns the value of the inputIngredient record component.
      Returns:
      the value of the inputIngredient record component
    • inputFluid

      public net.neoforged.neoforge.fluids.FluidStack inputFluid()
      Returns the value of the inputFluid record component.
      Returns:
      the value of the inputFluid record component
    • outputItem

      public net.minecraft.world.item.crafting.display.SlotDisplay outputItem()
      Returns the value of the outputItem record component.
      Returns:
      the value of the outputItem record component
    • outputFluid

      public net.neoforged.neoforge.fluids.FluidStack outputFluid()
      Returns the value of the outputFluid record component.
      Returns:
      the value of the outputFluid record component
    • craftingStation

      public net.minecraft.world.item.crafting.display.SlotDisplay craftingStation()
      Returns the value of the craftingStation record component.
      Specified by:
      craftingStation in interface net.minecraft.world.item.crafting.display.RecipeDisplay
      Returns:
      the value of the craftingStation record component
    • duration

      public int duration()
      Returns the value of the duration record component.
      Returns:
      the value of the duration record component