Interface SealerDebugVisualizer
- All Known Implementing Classes:
SealerDebugVisualizer.Client,SealerDebugVisualizer.Noop
public interface SealerDebugVisualizer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConnection(long pos1, long pos2) voidcomplete()voidrender(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffer)
-
Field Details
-
NOOP
-
-
Method Details
-
addConnection
void addConnection(long pos1, long pos2) -
complete
void complete() -
render
void render(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffer)
-