Package io.github.realguyman.totally_lit
Class TotallyLitVanillaMap
java.lang.Object
io.github.realguyman.totally_lit.TotallyLitVanillaMap
- All Implemented Interfaces:
TotallyLitEntrypoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildMap()Build a map correlating lit blocks and items to their unlit counterparts.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.realguyman.totally_lit.api.TotallyLitEntrypoint
addJackOLantern, addLantern, addTorch
-
Constructor Details
-
TotallyLitVanillaMap
public TotallyLitVanillaMap()
-
-
Method Details
-
buildMap
public void buildMap()Description copied from interface:TotallyLitEntrypointBuild a map correlating lit blocks and items to their unlit counterparts.- Specified by:
buildMapin interfaceTotallyLitEntrypoint
-