Interface SpecialGuiElementRegistry.Context
- Enclosing class:
SpecialGuiElementRegistry
@NonExtendable
public static interface SpecialGuiElementRegistry.Context
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.Minecraftclient()net.minecraft.client.renderer.SubmitNodeCollectornet.minecraft.client.renderer.MultiBufferSource.BufferSource
-
Method Details
-
vertexConsumers
net.minecraft.client.renderer.MultiBufferSource.BufferSource vertexConsumers()- Returns:
- the
MultiBufferSource.BufferSource.
-
client
net.minecraft.client.Minecraft client()- Returns:
- the
Minecraftinstance.
-
orderedRenderCommandQueue
net.minecraft.client.renderer.SubmitNodeCollector orderedRenderCommandQueue()- Returns:
- the
SubmitNodeCollectorinstance.
-