Package net.minecraft
Record Class class_9962.class_9969
java.lang.Object
java.lang.Record
net.minecraft.class_9962.class_9969
- Record Components:
samplerName-location-width-height-bilinear-
- All Implemented Interfaces:
class_9962.class_9965
- Enclosing class:
class_9962
@Environment(CLIENT)
public static record class_9962.class_9969(String samplerName, Identifier location, int width, int height, boolean bilinear)
extends Record
implements class_9962.class_9965
- Mappings:
Namespace Name named net/minecraft/class_9962$class_9969intermediary net/minecraft/class_9962$class_9969official ggz$gnamed samplerNameintermediary comp_3024official cnamed locationintermediary comp_3028official dnamed widthintermediary comp_3029official enamed heightintermediary comp_3030official fnamed bilinearintermediary comp_3031official g
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for thebilinearrecord component.static final com.mojang.serialization.Codec<class_9962.class_9969> private final intThe field for theheightrecord component.private final IdentifierThe field for thelocationrecord component.private final StringThe field for thesamplerNamerecord component.private final intThe field for thewidthrecord component.Fields inherited from interface net.minecraft.class_9962.class_9965
field_53114 -
Constructor Summary
ConstructorsConstructorDescriptionclass_9969(String string, Identifier identifier, int int2, int int3, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbilinear()Returns the value of thebilinearrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intheight()Returns the value of theheightrecord component.location()Returns the value of thelocationrecord component.Returns the value of thesamplerNamerecord component.final StringtoString()Returns a string representation of this record class.intwidth()Returns the value of thewidthrecord component.
-
Field Details
-
samplerName
The field for thesamplerNamerecord component. -
location
The field for thelocationrecord component. -
width
private final int widthThe field for thewidthrecord component. -
height
private final int heightThe field for theheightrecord component. -
bilinear
private final boolean bilinearThe field for thebilinearrecord component. -
field_53119
- Mappings:
Namespace Name Mixin selector named field_53119Lnet/minecraft/class_9962$class_9969;field_53119:Lcom/mojang/serialization/Codec;intermediary field_53119Lnet/minecraft/class_9962$class_9969;field_53119:Lcom/mojang/serialization/Codec;official bLggz$g;b:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9969
-
-
Method Details
-
method_62246
- Specified by:
method_62246in interfaceclass_9962.class_9965- Mappings:
Namespace Name Mixin selector named method_62246Lnet/minecraft/class_9962$class_9965;method_62246()Ljava/util/Set;intermediary method_62246Lnet/minecraft/class_9962$class_9965;method_62246()Ljava/util/Set;official bLggz$c;b()Ljava/util/Set;
-
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 '=='. -
samplerName
Returns the value of thesamplerNamerecord component.- Specified by:
samplerNamein interfaceclass_9962.class_9965- Returns:
- the value of the
samplerNamerecord component
-
location
Returns the value of thelocationrecord component.- Returns:
- the value of the
locationrecord component
-
width
public int width()Returns the value of thewidthrecord component.- Returns:
- the value of the
widthrecord component
-
height
public int height()Returns the value of theheightrecord component.- Returns:
- the value of the
heightrecord component
-
bilinear
public boolean bilinear()Returns the value of thebilinearrecord component.- Returns:
- the value of the
bilinearrecord component
-