Package net.minecraft.resource
Record Class NamespaceResourceManager.class_7082
java.lang.Object
java.lang.Record
net.minecraft.resource.NamespaceResourceManager.class_7082
- Record Components:
name-resources-filter-
- Enclosing class:
NamespaceResourceManager
private static record NamespaceResourceManager.class_7082(String name, @Nullable ResourcePack resources, @Nullable Predicate<Identifier> filter)
extends Record
- Mappings:
Namespace Name official agb$cintermediary net/minecraft/class_3294$class_7082named net/minecraft/resource/NamespaceResourceManager$class_7082official aintermediary comp_529named nameofficial bintermediary comp_530named resourcesofficial cintermediary comp_531named filter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionclass_7082(String string, @Nullable ResourcePack resourcePack, @Nullable Predicate<Identifier> predicate) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.filter()Returns the value of thefilterrecord component.final inthashCode()Returns a hash code value for this object.(package private) booleanmethod_41267(ResourceType resourceType, Identifier identifier) voidmethod_41268(Collection<Identifier> collection) booleanmethod_41269(Identifier identifier) name()Returns the value of thenamerecord component.Returns the value of theresourcesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_7082
class_7082(String string, @Nullable @Nullable ResourcePack resourcePack, @Nullable @Nullable Predicate<Identifier> predicate)
-
-
Method Details
-
method_41268
- Mappings:
Namespace Name Mixin selector official aLagb$c;a(Ljava/util/Collection;)Vintermediary method_41268Lnet/minecraft/class_3294$class_7082;method_41268(Ljava/util/Collection;)Vnamed method_41268Lnet/minecraft/resource/NamespaceResourceManager$class_7082;method_41268(Ljava/util/Collection;)V
-
method_41269
- Mappings:
Namespace Name Mixin selector official aLagb$c;a(Lza;)Zintermediary method_41269Lnet/minecraft/class_3294$class_7082;method_41269(Lnet/minecraft/class_2960;)Znamed method_41269Lnet/minecraft/resource/NamespaceResourceManager$class_7082;method_41269(Lnet/minecraft/util/Identifier;)Z
-
method_41267
- Mappings:
Namespace Name Mixin selector official aLagb$c;a(Lafj;Lza;)Zintermediary method_41267Lnet/minecraft/class_3294$class_7082;method_41267(Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;)Znamed method_41267Lnet/minecraft/resource/NamespaceResourceManager$class_7082;method_41267(Lnet/minecraft/resource/ResourceType;Lnet/minecraft/util/Identifier;)Z
-
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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
resources
Returns the value of theresourcesrecord component.- Returns:
- the value of the
resourcesrecord component
-
filter
Returns the value of thefilterrecord component.- Returns:
- the value of the
filterrecord component
-