Interface OrderedSubmitNodeCollectorExtension
- All Known Subinterfaces:
OrderedSubmitNodeCollector, SubmitNodeCollector, SubmitNodeStorageExtension
- All Known Implementing Classes:
SubmitNodeCollection, SubmitNodeStorage
public interface OrderedSubmitNodeCollectorExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsubmitMultiLayerBlockModel(PoseStack poseStack, List<BlockStateModelPart> modelParts, boolean translucent, int[] tintLayers, int lightCoords, int overlayCoords, int outlineColor) Submit the providedBlockStateModelParts with full support for per-quad render types.
-
Method Details
-
submitMultiLayerBlockModel
default void submitMultiLayerBlockModel(PoseStack poseStack, List<BlockStateModelPart> modelParts, boolean translucent, int[] tintLayers, int lightCoords, int overlayCoords, int outlineColor) Submit the provided
BlockStateModelParts with full support for per-quad render types.Primarily intended to be used via
BlockModelRenderState.submitMultiLayer(PoseStack, SubmitNodeCollector, int, int, int).- Parameters:
poseStack- The transformations to apply to the partsmodelParts- The model parts to submittranslucent- Whether the parts contain any translucent quadslightCoords- The packed light coordinates to render the parts withoverlayCoords- The overlay texture coordinates to render the parts withoutlineColor- The outline color to render the parts with, or0to render no outline
-