Interface WorldRenderContext.BlockOutlineContext

Enclosing interface:
WorldRenderContext

@Environment(CLIENT)
public static interface WorldRenderContext.BlockOutlineContext
Used in BLOCK_OUTLINE to convey the parameters normally sent to WorldRenderer.drawBlockOutline.
  • Method Summary

    Modifier and Type Method Description
    net.minecraft.util.math.BlockPos blockPos()  
    net.minecraft.block.BlockState blockState()  
    double cameraX()  
    double cameraY()  
    double cameraZ()  
    net.minecraft.entity.Entity entity()  
    net.minecraft.client.render.VertexConsumer vertexConsumer()  
  • Method Details

    • vertexConsumer

      net.minecraft.client.render.VertexConsumer vertexConsumer()
    • entity

      net.minecraft.entity.Entity entity()
    • cameraX

      double cameraX()
    • cameraY

      double cameraY()
    • cameraZ

      double cameraZ()
    • blockPos

      net.minecraft.util.math.BlockPos blockPos()
    • blockState

      net.minecraft.block.BlockState blockState()