Package net.minecraft.util.packrat
Record Class ParsingStateImpl.MemoizedValue<T>
java.lang.Object
java.lang.Record
net.minecraft.util.packrat.ParsingStateImpl.MemoizedValue<T>
- Record Components:
value
-markAfterParse
-
- Enclosing class:
ParsingStateImpl<S>
- Mappings:
Namespace Name named net/minecraft/util/packrat/ParsingStateImpl$MemoizedValue
intermediary net/minecraft/class_10832$class_10833
official bsk$a
named value
intermediary comp_3787
official b
named markAfterParse
intermediary comp_3788
official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParsingStateImpl.MemoizedValue
<?> private final int
The field for themarkAfterParse
record component.private final T
The field for thevalue
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ParsingStateImpl.MemoizedValue
<T> empty()
final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
Returns the value of themarkAfterParse
record component.final String
toString()
Returns a string representation of this record class.value()
Returns the value of thevalue
record component.
-
Field Details
-
value
The field for thevalue
record component. -
markAfterParse
private final int markAfterParseThe field for themarkAfterParse
record component. -
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTY
Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;EMPTY:Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;
intermediary field_57515
Lnet/minecraft/class_10832$class_10833;field_57515:Lnet/minecraft/class_10832$class_10833;
official a
Lbsk$a;a:Lbsk$a;
-
-
Constructor Details
-
MemoizedValue
-
-
Method Details
-
empty
- Mappings:
Namespace Name Mixin selector named empty
Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;empty()Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;
intermediary method_68193
Lnet/minecraft/class_10832$class_10833;method_68193()Lnet/minecraft/class_10832$class_10833;
official a
Lbsk$a;a()Lbsk$a;
-
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 '=='. -
value
Returns the value of thevalue
record component.- Returns:
- the value of the
value
record component
-
markAfterParse
public int markAfterParse()Returns the value of themarkAfterParse
record component.- Returns:
- the value of the
markAfterParse
record component
-