Uses of Interface
net.minecraft.class_11287
Packages that use class_11287
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11287 in net.minecraft
Classes in net.minecraft that implement class_11287Modifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft with type parameters of type class_11287Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11287> class_11287.field_60130(package private) final com.mojang.serialization.MapCodec<? extends class_11287> class_11287.class_11292.field_60144Constructor parameters in net.minecraft with type arguments of type class_11287ModifierConstructorDescriptionprivateclass_11292(String string, com.mojang.serialization.Codec<? extends class_11287> codec) -
Uses of class_11287 in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type class_11287Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Map<String, List<class_11287>>> PostEffectPipeline.Pass.field_60121private final Map<String, List<class_11287>> PostEffectPipeline.Pass.uniformsThe field for theuniformsrecord component.Methods in net.minecraft.client.gl that return types with arguments of type class_11287Modifier and TypeMethodDescriptionPostEffectPipeline.Pass.uniforms()Returns the value of theuniformsrecord component.Constructor parameters in net.minecraft.client.gl with type arguments of type class_11287ModifierConstructorDescriptionPass(Identifier identifier, Identifier identifier2, List<PostEffectPipeline.Input> list, Identifier identifier3, Map<String, List<class_11287>> map) PostEffectPass(RenderPipeline pipeline, Identifier outputTargetId, Map<String, List<class_11287>> map, List<PostEffectPass.Sampler> list)