Package net.minecraft.client.gl
Record Class PostEffectPass.class_9972
java.lang.Object
java.lang.Record
net.minecraft.client.gl.PostEffectPass.class_9972
- Record Components:
samplerName-targetId-depthBuffer-bilinear-
- All Implemented Interfaces:
PostEffectPass.class_9971
- Enclosing class:
PostEffectPass
@Environment(CLIENT)
public static record PostEffectPass.class_9972(String samplerName, Identifier targetId, boolean depthBuffer, boolean bilinear)
extends Record
implements PostEffectPass.class_9971
- Mappings:
Namespace Name named net/minecraft/client/gl/PostEffectPass$class_9972intermediary net/minecraft/class_283$class_9972official gha$bnamed samplerNameintermediary comp_3034official anamed targetIdintermediary comp_3035official bnamed depthBufferintermediary comp_3036official cnamed bilinearintermediary comp_3037official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for thebilinearrecord component.private final booleanThe field for thedepthBufferrecord component.private final StringThe field for thesamplerNamerecord component.private final IdentifierThe field for thetargetIdrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9972(String string, Identifier identifier, boolean bool, boolean bool2) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbilinear()Returns the value of thebilinearrecord component.booleanReturns the value of thedepthBufferrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_62259(class_9916 class_9916, Map<Identifier, class_9925<Framebuffer>> map) voidmethod_62260(JsonEffectShaderProgram jsonEffectShaderProgram, Map<Identifier, class_9925<Framebuffer>> map) voidprivate class_9925<Framebuffer> Returns the value of thesamplerNamerecord component.targetId()Returns the value of thetargetIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
samplerName
The field for thesamplerNamerecord component. -
targetId
The field for thetargetIdrecord component. -
depthBuffer
private final boolean depthBufferThe field for thedepthBufferrecord component. -
bilinear
private final boolean bilinearThe field for thebilinearrecord component.
-
-
Constructor Details
-
class_9972
-
-
Method Details
-
method_62262
- Mappings:
Namespace Name Mixin selector named method_62262Lnet/minecraft/client/gl/PostEffectPass$class_9972;method_62262(Ljava/util/Map;)Lnet/minecraft/class_9925;intermediary method_62262Lnet/minecraft/class_283$class_9972;method_62262(Ljava/util/Map;)Lnet/minecraft/class_9925;official bLgha$b;b(Ljava/util/Map;)Lfcb;
-
method_62259
- Specified by:
method_62259in interfacePostEffectPass.class_9971- Mappings:
Namespace Name Mixin selector named method_62259Lnet/minecraft/client/gl/PostEffectPass$class_9971;method_62259(Lnet/minecraft/class_9916;Ljava/util/Map;)Vintermediary method_62259Lnet/minecraft/class_283$class_9971;method_62259(Lnet/minecraft/class_9916;Ljava/util/Map;)Vofficial aLgha$a;a(Lfau;Ljava/util/Map;)V
-
method_62260
public void method_62260(JsonEffectShaderProgram jsonEffectShaderProgram, Map<Identifier, class_9925<Framebuffer>> map) - Specified by:
method_62260in interfacePostEffectPass.class_9971- Mappings:
Namespace Name Mixin selector named method_62260Lnet/minecraft/client/gl/PostEffectPass$class_9971;method_62260(Lnet/minecraft/client/gl/JsonEffectShaderProgram;Ljava/util/Map;)Vintermediary method_62260Lnet/minecraft/class_283$class_9971;method_62260(Lnet/minecraft/class_280;Ljava/util/Map;)Vofficial aLgha$a;a(Lggh;Ljava/util/Map;)V
-
method_62261
- Specified by:
method_62261in interfacePostEffectPass.class_9971- Mappings:
Namespace Name Mixin selector named method_62261Lnet/minecraft/client/gl/PostEffectPass$class_9971;method_62261(Ljava/util/Map;)Vintermediary method_62261Lnet/minecraft/class_283$class_9971;method_62261(Ljava/util/Map;)Vofficial aLgha$a;a(Ljava/util/Map;)V
-
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.- Returns:
- the value of the
samplerNamerecord component
-
targetId
Returns the value of thetargetIdrecord component.- Returns:
- the value of the
targetIdrecord component
-
depthBuffer
public boolean depthBuffer()Returns the value of thedepthBufferrecord component.- Returns:
- the value of the
depthBufferrecord component
-
bilinear
public boolean bilinear()Returns the value of thebilinearrecord component.- Returns:
- the value of the
bilinearrecord component
-