Package net.minecraft

Record Class class_11088.class_11095

java.lang.Object
java.lang.Record
net.minecraft.class_11088.class_11095
Record Components:
groups -
showBar -
countdown -
ticksDelay -
Enclosing class:
class_11088

public static record class_11088.class_11095(List<class_11088.class_11090> groups, boolean showBar, Text countdown, int ticksDelay) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11088$class_11095
intermediary net/minecraft/class_11088$class_11095
official fbp$e
named groups
intermediary comp_3978
official b
named showBar
intermediary comp_3979
official c
named countdown
intermediary comp_3980
official d
named ticksDelay
intermediary comp_3981
official e
  • Field Details

    • groups

      private final List<class_11088.class_11090> groups
      The field for the groups record component.
    • showBar

      private final boolean showBar
      The field for the showBar record component.
    • countdown

      private final Text countdown
      The field for the countdown record component.
    • ticksDelay

      private final int ticksDelay
      The field for the ticksDelay record component.
    • field_59084

      public static final com.mojang.serialization.Codec<class_11088.class_11095> field_59084
      Mappings:
      Namespace Name Mixin selector
      named field_59084 Lnet/minecraft/class_11088$class_11095;field_59084:Lcom/mojang/serialization/Codec;
      intermediary field_59084 Lnet/minecraft/class_11088$class_11095;field_59084:Lcom/mojang/serialization/Codec;
      official a Lfbp$e;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • 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 object)
      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:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • groups

      public List<class_11088.class_11090> groups()
      Returns the value of the groups record component.
      Returns:
      the value of the groups record component
    • showBar

      public boolean showBar()
      Returns the value of the showBar record component.
      Returns:
      the value of the showBar record component
    • countdown

      public Text countdown()
      Returns the value of the countdown record component.
      Returns:
      the value of the countdown record component
    • ticksDelay

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