Interface DebugRenderer.SimpleDebugRenderer
- All Known Implementing Classes:
BeeDebugRenderer,BrainDebugRenderer,ChunkBorderRenderer,ChunkCullingDebugRenderer,ChunkDebugRenderer,CollisionBoxRenderer,GameEventListenerRenderer,GameTestDebugRenderer,GoalSelectorDebugRenderer,HeightMapRenderer,LightDebugRenderer,LightSectionDebugRenderer,NeighborsUpdateRenderer,PathfindingRenderer,RaidDebugRenderer,RedstoneWireOrientationsRenderer,SolidFaceRenderer,StructureRenderer,SupportBlockRenderer,VillageSectionsDebugRenderer,WaterDebugRenderer,WorldGenAttemptRenderer
- Enclosing class:
DebugRenderer
public static interface DebugRenderer.SimpleDebugRenderer
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclear()voidrender(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ)
-
Method Details
-
render
void render(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) -
clear
default void clear()
-