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.CODECprivate final Map<Identifier, PostChainConfig.InternalTarget> PostChain.internalTargetsprivate final Map<Identifier, PostChainConfig.InternalTarget> PostChainConfig.internalTargetsThe field for theinternalTargetsrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.InternalTargetModifier and TypeMethodDescriptionPostChainConfig.internalTargets()Returns the value of theinternalTargetsrecord component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.InternalTargetModifierConstructorDescriptionprivatePostChain(List<PostPass> passes, Map<Identifier, PostChainConfig.InternalTarget> internalTargets, Set<Identifier> externalTargets, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) PostChainConfig(Map<Identifier, PostChainConfig.InternalTarget> internalTargets, List<PostChainConfig.Pass> passes) Creates an instance of aPostChainConfigrecord class.