Package net.minecraft
Record Class class_10959.class_10960
java.lang.Object
java.lang.Record
net.minecraft.class_10959.class_10960
- Record Components:
obtained-visibility-isActiveExclusive-
- Enclosing class:
class_10959
private static record class_10959.class_10960(Map<RegistryEntry<class_10976>,Boolean> obtained, Map<RegistryEntry<class_10976>,class_10976.class_10978> visibility, Map<RegistryEntry<class_10976>,Boolean> isActiveExclusive)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10959$class_10960intermediary net/minecraft/class_10959$class_10960official amv$anamed obtainedintermediary comp_3898official bnamed visibilityintermediary comp_3899official cnamed isActiveExclusiveintermediary comp_3900official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10959.class_10960> private final Map<RegistryEntry<class_10976>, Boolean> The field for theisActiveExclusiverecord component.private final Map<RegistryEntry<class_10976>, Boolean> The field for theobtainedrecord component.private final Map<RegistryEntry<class_10976>, class_10976.class_10978> The field for thevisibilityrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_10960(Map<RegistryEntry<class_10976>, Boolean> map, Map<RegistryEntry<class_10976>, class_10976.class_10978> map2, Map<RegistryEntry<class_10976>, Boolean> map3) -
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.Returns the value of theisActiveExclusiverecord component.obtained()Returns the value of theobtainedrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevisibilityrecord component.
-
Field Details
-
obtained
The field for theobtainedrecord component. -
visibility
The field for thevisibilityrecord component. -
isActiveExclusive
The field for theisActiveExclusiverecord component. -
field_58243
- Mappings:
Namespace Name Mixin selector named field_58243Lnet/minecraft/class_10959$class_10960;field_58243:Lcom/mojang/serialization/Codec;intermediary field_58243Lnet/minecraft/class_10959$class_10960;field_58243:Lcom/mojang/serialization/Codec;official aLamv$a;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10960
class_10960(Map<RegistryEntry<class_10976>, Boolean> map, Map<RegistryEntry<class_10976>, class_10976.class_10978> map2, Map<RegistryEntry<class_10976>, Boolean> map3)
-
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
obtained
Returns the value of theobtainedrecord component.- Returns:
- the value of the
obtainedrecord component
-
visibility
Returns the value of thevisibilityrecord component.- Returns:
- the value of the
visibilityrecord component
-
isActiveExclusive
Returns the value of theisActiveExclusiverecord component.- Returns:
- the value of the
isActiveExclusiverecord component
-