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.CODEC
private final List
<PostChainConfig.Pass> PostChainConfig.passes
The field for thepasses
record component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.PassModifier and TypeMethodDescriptionPostChainConfig.passes()
Returns the value of thepasses
record component.Methods in net.minecraft.client.renderer with parameters of type PostChainConfig.PassModifier and TypeMethodDescriptionprivate static PostPass
PostChain.createPass
(TextureManager p_364641_, PostChainConfig.Pass p_361826_, ResourceLocation p_405738_) 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 aPostChainConfig
record class.