Uses of Record Class
net.minecraft.client.renderer.PostChainConfig.InternalTarget
Packages that use PostChainConfig.InternalTarget
-
Uses of PostChainConfig.InternalTarget in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PostChainConfig.InternalTargetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PostChainConfig.InternalTarget> PostChainConfig.InternalTarget.CODEC
private final Map
<ResourceLocation, PostChainConfig.InternalTarget> PostChain.internalTargets
private final Map
<ResourceLocation, PostChainConfig.InternalTarget> PostChainConfig.internalTargets
The field for theinternalTargets
record component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.InternalTargetModifier and TypeMethodDescriptionPostChainConfig.internalTargets()
Returns the value of theinternalTargets
record component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.InternalTargetModifierConstructorDescriptionprivate
PostChain
(List<PostPass> pPasses, Map<ResourceLocation, PostChainConfig.InternalTarget> pInternalTargets, Set<ResourceLocation> pExternalTargets, CachedOrthoProjectionMatrixBuffer pProjectionMatrixBuffer) PostChainConfig
(Map<ResourceLocation, PostChainConfig.InternalTarget> internalTargets, List<PostChainConfig.Pass> passes) Creates an instance of aPostChainConfig
record class.