Package net.minecraft.client.gl
Record Class PostEffectPipeline.ScreenSized
java.lang.Object
java.lang.Record
net.minecraft.client.gl.PostEffectPipeline.ScreenSized
- All Implemented Interfaces:
- PostEffectPipeline.Targets
- Enclosing class:
- PostEffectPipeline
@Environment(CLIENT)
public static record PostEffectPipeline.ScreenSized()
extends Record
implements PostEffectPipeline.Targets
- Mappings:
- Namespace - Name - named - net/minecraft/client/gl/PostEffectPipeline$ScreenSized- intermediary - net/minecraft/class_9962$class_9964- official - gme$b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostEffectPipeline.ScreenSized> 
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/client/gl/PostEffectPipeline$ScreenSized;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_53113- Lnet/minecraft/class_9962$class_9964;field_53113:Lcom/mojang/serialization/Codec;- official - a- Lgme$b;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
ScreenSizedpublic ScreenSized()Creates an instance of aScreenSizedrecord class.
 
- 
- 
Method Details- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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.
 
-