Uses of Interface
net.minecraft.client.renderer.PostChainConfig.InternalTarget
Packages that use PostChainConfig.InternalTarget
-
Uses of PostChainConfig.InternalTarget in net.minecraft.client.renderer
Classes in net.minecraft.client.renderer that implement PostChainConfig.InternalTargetModifier and TypeClassDescriptionstatic final record
static final record
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> p_364536_, Map<ResourceLocation, PostChainConfig.InternalTarget> p_361479_, Set<ResourceLocation> p_361607_) PostChainConfig
(Map<ResourceLocation, PostChainConfig.InternalTarget> internalTargets, List<PostChainConfig.Pass> passes) Creates an instance of aPostChainConfig
record class.