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_11095intermediary net/minecraft/class_11088$class_11095official fbp$enamed groupsintermediary comp_3978official bnamed showBarintermediary comp_3979official cnamed countdownintermediary comp_3980official dnamed ticksDelayintermediary comp_3981official e
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextThe field for thecountdownrecord component.static final com.mojang.serialization.Codec<class_11088.class_11095> private final List<class_11088.class_11090> The field for thegroupsrecord component.private final booleanThe field for theshowBarrecord component.private final intThe field for theticksDelayrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11095(List<class_11088.class_11090> list, boolean bool, Text text, int int2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecountdownrecord component.final booleanIndicates whether some other object is "equal to" this one.groups()Returns the value of thegroupsrecord component.final inthashCode()Returns a hash code value for this object.booleanshowBar()Returns the value of theshowBarrecord component.intReturns the value of theticksDelayrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
groups
The field for thegroupsrecord component. -
showBar
private final boolean showBarThe field for theshowBarrecord component. -
countdown
The field for thecountdownrecord component. -
ticksDelay
private final int ticksDelayThe field for theticksDelayrecord component. -
field_59084
- Mappings:
Namespace Name Mixin selector named field_59084Lnet/minecraft/class_11088$class_11095;field_59084:Lcom/mojang/serialization/Codec;intermediary field_59084Lnet/minecraft/class_11088$class_11095;field_59084:Lcom/mojang/serialization/Codec;official aLfbp$e;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_11095
-
-
Method Details
-
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 '=='. -
groups
Returns the value of thegroupsrecord component.- Returns:
- the value of the
groupsrecord component
-
showBar
public boolean showBar()Returns the value of theshowBarrecord component.- Returns:
- the value of the
showBarrecord component
-
countdown
Returns the value of thecountdownrecord component.- Returns:
- the value of the
countdownrecord component
-
ticksDelay
public int ticksDelay()Returns the value of theticksDelayrecord component.- Returns:
- the value of the
ticksDelayrecord component
-