Class SimpleOverlayManager
java.lang.Object
net.lugo.overlaylib.managers.SimpleOverlayManager
- All Implemented Interfaces:
OverlayManager
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleOverlayManager(Function<net.minecraft.core.BlockPos, OverlayRendererBlockData> computeFunction) -
Method Summary
Modifier and TypeMethodDescriptiongetSectionBlocks(int sectionX, int sectionY, int sectionZ) getSectionBlocks(net.minecraft.core.SectionPos sectionPos) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OverlayManager
prepareSection, setActive, setChunkScanRadius, setChunkScanRadiusVertical
-
Constructor Details
-
SimpleOverlayManager
public SimpleOverlayManager(Function<net.minecraft.core.BlockPos, OverlayRendererBlockData> computeFunction)
-
-
Method Details
-
getSectionBlocks
- Specified by:
getSectionBlocksin interfaceOverlayManager
-
getSectionBlocks
- Specified by:
getSectionBlocksin interfaceOverlayManager
-