Class net.minecraft.client.render.VertexConsumerProvider

This description should be content pulled from the first comments of a lua file.

Static Methods

VertexConsumerProvider.immediate(buffer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
VertexConsumerProvider.immediate(layerBuffers, fallbackBuffer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:getBuffer(layer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

VertexConsumerProvider.immediate(buffer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • buffer userdata, BufferBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumerProvider$Immediate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
VertexConsumerProvider.immediate(layerBuffers, fallbackBuffer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • layerBuffers userdata, Map This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • fallbackBuffer userdata, BufferBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumerProvider$Immediate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Instance Methods

instance:getBuffer(layer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"