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) longgetSectionVersion(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
clearCache, close, prepareSection, setActive, setChunkScanRadius, setChunkScanRadiusVertical
-
Constructor Details
-
SimpleOverlayManager
public SimpleOverlayManager(Function<net.minecraft.core.BlockPos, OverlayRendererBlockData> computeFunction)
-
-
Method Details
-
getSectionVersion
public long getSectionVersion(net.minecraft.core.SectionPos sectionPos) - Specified by:
getSectionVersionin interfaceOverlayManager
-
getSectionBlocks
- Specified by:
getSectionBlocksin interfaceOverlayManager
-
getSectionBlocks
- Specified by:
getSectionBlocksin interfaceOverlayManager
-