Record Class SpriteAtlasManager.class_7772
java.lang.Object
java.lang.Record
net.minecraft.client.render.model.SpriteAtlasManager.class_7772
- Record Components:
atlas-resourceLister-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
SpriteAtlasManager
@Environment(CLIENT)
private static record SpriteAtlasManager.class_7772(SpriteAtlasTexture atlas, SpriteAtlasManager.class_7773 resourceLister)
extends Record
implements AutoCloseable
- Mappings:
Namespace Name official fog$aintermediary net/minecraft/class_4724$class_7772named net/minecraft/client/render/model/SpriteAtlasManager$class_7772official aintermediary comp_1051named atlasofficial bintermediary comp_1052named resourceLister
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SpriteAtlasTextureThe field for theatlasrecord component.private final SpriteAtlasManager.class_7773The field for theresourceListerrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7772(SpriteAtlasTexture spriteAtlasTexture, SpriteAtlasManager.class_7773 class_7773) -
Method Summary
Modifier and TypeMethodDescriptionatlas()Returns the value of theatlasrecord component.voidclose()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theresourceListerrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
atlas
The field for theatlasrecord component. -
resourceLister
The field for theresourceListerrecord component.
-
-
Constructor Details
-
class_7772
class_7772(SpriteAtlasTexture spriteAtlasTexture, SpriteAtlasManager.class_7773 class_7773)
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
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). -
atlas
Returns the value of theatlasrecord component.- Returns:
- the value of the
atlasrecord component
-
resourceLister
Returns the value of theresourceListerrecord component.- Returns:
- the value of the
resourceListerrecord component
-