Class VillageSectionsDebugRenderer

java.lang.Object
net.minecraft.client.renderer.debug.VillageSectionsDebugRenderer
All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer

public class VillageSectionsDebugRenderer extends Object implements DebugRenderer.SimpleDebugRenderer
  • Field Details

    • MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS

      private static final int MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS
      See Also:
      Constant Field Values
    • villageSections

      private final Set<SectionPos> villageSections
  • Constructor Details

    • VillageSectionsDebugRenderer

      VillageSectionsDebugRenderer()
  • Method Details