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 Details

    • vertexConsumer

      @Deprecated net.minecraft.client.render.VertexConsumer vertexConsumer()
      Deprecated.
    • 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()