Package net.minecraft
Record Class class_9323.class_9324.class_9325
java.lang.Object
java.lang.Record
net.minecraft.class_9323.class_9324.class_9325
- Record Components:
map-
- All Implemented Interfaces:
Iterable<class_9336<?>>,class_9323
- Enclosing class:
class_9323.class_9324
private static record class_9323.class_9324.class_9325(Reference2ObjectMap<class_9331<?>,Object> map)
extends Record
implements class_9323
- Mappings:
Namespace Name official jl$a$aintermediary net/minecraft/class_9323$class_9324$class_9325named net/minecraft/class_9323$class_9324$class_9325official bintermediary comp_2440named map
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_9323
class_9323.class_9324 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Reference2ObjectMap<class_9331<?>, Object> The field for themaprecord component.Fields inherited from interface net.minecraft.class_9323
field_49584 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Iterator<class_9336<?>> iterator()map()Returns the value of themaprecord component.<T> Tmethod_57829(class_9331<? extends T> class_9331) Set<class_9331<?>> booleanmethod_57832(class_9331<?> class_9331) inttoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_9323
method_57828, method_57830, method_57833, method_57834, method_57837Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
map
The field for themaprecord component.
-
-
Constructor Details
-
class_9325
class_9325(Reference2ObjectMap<class_9331<?>, Object> reference2ObjectMap)
-
-
Method Details
-
method_57829
- Specified by:
method_57829in interfaceclass_9323- Mappings:
Namespace Name Mixin selector official aLjl;a(Ljo;)Ljava/lang/Object;intermediary method_57829Lnet/minecraft/class_9323;method_57829(Lnet/minecraft/class_9331;)Ljava/lang/Object;named method_57829Lnet/minecraft/class_9323;method_57829(Lnet/minecraft/class_9331;)Ljava/lang/Object;
-
method_57832
- Specified by:
method_57832in interfaceclass_9323- Mappings:
Namespace Name Mixin selector official bLjl;b(Ljo;)Zintermediary method_57832Lnet/minecraft/class_9323;method_57832(Lnet/minecraft/class_9331;)Znamed method_57832Lnet/minecraft/class_9323;method_57832(Lnet/minecraft/class_9331;)Z
-
method_57831
- Specified by:
method_57831in interfaceclass_9323- Mappings:
Namespace Name Mixin selector official bLjl;b()Ljava/util/Set;intermediary method_57831Lnet/minecraft/class_9323;method_57831()Ljava/util/Set;named method_57831Lnet/minecraft/class_9323;method_57831()Ljava/util/Set;
-
iterator
- Specified by:
iteratorin interfaceclass_9323- Specified by:
iteratorin interfaceIterable<class_9336<?>>
-
method_57835
public int method_57835()- Specified by:
method_57835in interfaceclass_9323- Mappings:
Namespace Name Mixin selector official dLjl;d()Iintermediary method_57835Lnet/minecraft/class_9323;method_57835()Inamed method_57835Lnet/minecraft/class_9323;method_57835()I
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
map
Returns the value of themaprecord component.- Returns:
- the value of the
maprecord component
-