Uses of Interface
net.minecraft.client.renderer.block.BlockQuadOutput
Packages that use BlockQuadOutput
-
Uses of BlockQuadOutput in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type BlockQuadOutputModifier and TypeMethodDescriptionprivate voidModelBlockRenderer.putQuadWithTint(BlockQuadOutput output, float x, float y, float z, BlockAndTintGetter level, BlockState state, BlockPos pos, BakedQuad quad) private voidModelBlockRenderer.tesselateAmbientOcclusion(BlockQuadOutput output, float x, float y, float z, List<BlockStateModelPart> parts, BlockAndTintGetter level, BlockState state, BlockPos pos) voidModelBlockRenderer.tesselateBlock(BlockQuadOutput output, float x, float y, float z, BlockAndTintGetter level, BlockPos pos, BlockState blockState, BlockStateModel model, long seed) private voidModelBlockRenderer.tesselateFlat(BlockQuadOutput output, float x, float y, float z, List<BlockStateModelPart> parts, BlockAndTintGetter level, BlockState state, BlockPos pos)