Uses of Class
net.minecraft.client.renderer.SubmitNodeCollection
Packages that use SubmitNodeCollection
-
Uses of SubmitNodeCollection in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type SubmitNodeCollectionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap<SubmitNodeCollection> SubmitNodeStorage.submitsPerOrderMethods in net.minecraft.client.renderer that return SubmitNodeCollectionMethods in net.minecraft.client.renderer that return types with arguments of type SubmitNodeCollectionModifier and TypeMethodDescriptionit.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap<SubmitNodeCollection> SubmitNodeStorage.getSubmitsPerOrder() -
Uses of SubmitNodeCollection in net.neoforged.neoforge.client.submit
Fields in net.neoforged.neoforge.client.submit with type parameters of type SubmitNodeCollectionModifier and TypeFieldDescriptionprivate final Function<SubmitNodeCollection, FeatureRenderPhase<T>> RenderPhaseKey.phaseGetterMethods in net.neoforged.neoforge.client.submit with parameters of type SubmitNodeCollectionConstructor parameters in net.neoforged.neoforge.client.submit with type arguments of type SubmitNodeCollectionModifierConstructorDescriptionRenderPhaseKey(Function<SubmitNodeCollection, FeatureRenderPhase<T>> phaseGetter)