BlockOutlineContext

public interface BlockOutlineContext

Used in {@code BLOCK_OUTLINE} to convey the parameters normally sent to {@code WorldRenderer.drawBlockOutline}.

Functions

blockPos
Link copied to clipboard
abstract BlockPos blockPos()
blockState
Link copied to clipboard
abstract BlockState blockState()
cameraX
Link copied to clipboard
abstract double cameraX()
cameraY
Link copied to clipboard
abstract double cameraY()
cameraZ
Link copied to clipboard
abstract double cameraZ()
entity
Link copied to clipboard
abstract Entity entity()
vertexConsumer
Link copied to clipboard
abstract VertexConsumer vertexConsumer()
Use consumers directly.

Inheritors

WorldRenderContextImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard