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$MemoizedValueintermediary net/minecraft/class_10832$class_10833official bqd$anamed valueintermediary comp_3787official bnamed markAfterParseintermediary comp_3788official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParsingStateImpl.MemoizedValue<?> private final intThe field for themarkAfterParserecord component.private final TThe field for thevaluerecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ParsingStateImpl.MemoizedValue<T> empty()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intReturns the value of themarkAfterParserecord component.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Field Details
-
value
The field for thevaluerecord component. -
markAfterParse
private final int markAfterParseThe field for themarkAfterParserecord component. -
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTYLnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;EMPTY:Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;intermediary field_57515Lnet/minecraft/class_10832$class_10833;field_57515:Lnet/minecraft/class_10832$class_10833;official aLbqd$a;a:Lbqd$a;
-
-
Constructor Details
-
MemoizedValue
-
-
Method Details
-
empty
- Mappings:
Namespace Name Mixin selector named emptyLnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;empty()Lnet/minecraft/util/packrat/ParsingStateImpl$MemoizedValue;intermediary method_68193Lnet/minecraft/class_10832$class_10833;method_68193()Lnet/minecraft/class_10832$class_10833;official aLbqd$a;a()Lbqd$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 thevaluerecord component.- Returns:
- the value of the
valuerecord component
-
markAfterParse
public int markAfterParse()Returns the value of themarkAfterParserecord component.- Returns:
- the value of the
markAfterParserecord component
-