Uses of Record Class
net.minecraft.client.renderer.SubmitNodeStorage.ModelSubmit
Packages that use SubmitNodeStorage.ModelSubmit
-
Uses of SubmitNodeStorage.ModelSubmit in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SubmitNodeStorage.ModelSubmitModifier and TypeFieldDescriptionprivate final SubmitNodeStorage.ModelSubmit<S> SubmitNodeStorage.TranslucentModelSubmit.modelSubmitThe field for themodelSubmitrecord component.Methods in net.minecraft.client.renderer that return SubmitNodeStorage.ModelSubmitModifier and TypeMethodDescriptionSubmitNodeStorage.TranslucentModelSubmit.modelSubmit()Returns the value of themodelSubmitrecord component.Constructors in net.minecraft.client.renderer with parameters of type SubmitNodeStorage.ModelSubmitModifierConstructorDescriptionTranslucentModelSubmit(SubmitNodeStorage.ModelSubmit<S> modelSubmit, RenderType renderType, Vector3f position) Creates an instance of aTranslucentModelSubmitrecord class. -
Uses of SubmitNodeStorage.ModelSubmit in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature with type parameters of type SubmitNodeStorage.ModelSubmitModifier and TypeFieldDescriptionprivate final Map<RenderType, List<SubmitNodeStorage.ModelSubmit<?>>> ModelFeatureRenderer.Storage.solidModelSubmitsMethods in net.minecraft.client.renderer.feature with parameters of type SubmitNodeStorage.ModelSubmitModifier and TypeMethodDescriptionvoidModelFeatureRenderer.Storage.add(RenderType renderType, SubmitNodeStorage.ModelSubmit<?> modelSubmit) private <S> voidModelFeatureRenderer.renderModel(SubmitNodeStorage.ModelSubmit<S> submit, RenderType renderType, VertexConsumer buffer, OutlineBufferSource outlineBufferSource, MultiBufferSource.BufferSource crumblingBufferSource) Method parameters in net.minecraft.client.renderer.feature with type arguments of type SubmitNodeStorage.ModelSubmitModifier and TypeMethodDescriptionprivate voidModelFeatureRenderer.renderBatch(MultiBufferSource.BufferSource bufferSource, OutlineBufferSource outlineBufferSource, Map<RenderType, List<SubmitNodeStorage.ModelSubmit<?>>> map, MultiBufferSource.BufferSource crumblingBufferSource)