Uses of Record Class
net.minecraft.client.renderer.PostChainConfig.Pass
Packages that use PostChainConfig.Pass
-
Uses of PostChainConfig.Pass in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PostChainConfig.PassModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostChainConfig.Pass> PostChainConfig.Pass.CODECprivate final List<PostChainConfig.Pass> PostChainConfig.passesThe field for thepassesrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.PassModifier and TypeMethodDescriptionPostChainConfig.passes()Returns the value of thepassesrecord component.Methods in net.minecraft.client.renderer with parameters of type PostChainConfig.PassModifier and TypeMethodDescriptionprivate static PostPassPostChain.createPass(TextureManager pTextureManager, PostChainConfig.Pass pPass, ResourceLocation pLocation) Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.PassModifierConstructorDescriptionPostChainConfig(Map<ResourceLocation, PostChainConfig.InternalTarget> internalTargets, List<PostChainConfig.Pass> passes) Creates an instance of aPostChainConfigrecord class.