Uses of Interface
net.minecraft.client.renderer.feature.phase.FeatureRenderPhase
Packages that use FeatureRenderPhase
Package
Description
-
Uses of FeatureRenderPhase in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type FeatureRenderPhaseModifier and TypeFieldDescriptionprivate final List<FeatureRenderPhase<?>> SubmitNodeCollection.allPhasesMethods in net.minecraft.client.renderer that return types with arguments of type FeatureRenderPhaseMethod parameters in net.minecraft.client.renderer with type arguments of type FeatureRenderPhaseModifier and TypeMethodDescriptionvoidSubmitNodeStorage.drainPhases(Consumer<FeatureRenderPhase<?>> consumer) -
Uses of FeatureRenderPhase in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature with type parameters of type FeatureRenderPhaseModifier and TypeFieldDescriptionprivate final Map<FeatureRenderPhase<?>, List<FeatureRenderDispatcher.PreparedGroup<?>>> FeatureRenderDispatcher.PreparedFrame.groupsByPhaseMethods in net.minecraft.client.renderer.feature with parameters of type FeatureRenderPhaseModifier and TypeMethodDescriptionprivate voidFeatureRenderDispatcher.PreparedFrame.executePhase(FeatureRenderPhase<?> phase, FeatureFrameContext context) Constructors in net.minecraft.client.renderer.feature with parameters of type FeatureRenderPhaseModifierConstructorDescriptionPhaseSubmitGrouper(FeatureRenderDispatcher.PreparedFrame frame, FeatureRenderPhase<?> phase) -
Uses of FeatureRenderPhase in net.minecraft.client.renderer.feature.phase
Classes in net.minecraft.client.renderer.feature.phase that implement FeatureRenderPhaseModifier and TypeClassDescriptionclassclass -
Uses of FeatureRenderPhase in net.neoforged.neoforge.client.submit
Fields in net.neoforged.neoforge.client.submit with type parameters of type FeatureRenderPhaseModifier and TypeFieldDescriptionprivate final Function<SubmitNodeCollection, FeatureRenderPhase<T>> RenderPhaseKey.phaseGetterMethods in net.neoforged.neoforge.client.submit that return FeatureRenderPhaseConstructor parameters in net.neoforged.neoforge.client.submit with type arguments of type FeatureRenderPhaseModifierConstructorDescriptionRenderPhaseKey(Function<SubmitNodeCollection, FeatureRenderPhase<T>> phaseGetter)