MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / dimBTL

Method dimBTL

src/main/java/gregapi/util/WD.java:194–194  ·  view source on GitHub ↗
(World aWorld)

Source from the content-addressed store, hash-verified

192 public static boolean dimTF(WorldProvider aProvider, String aProviderClassName) {return MD.TF.mLoaded && aProvider.dimensionId == TwilightForestMod.dimensionID;}
193
194 public static boolean dimBTL(World aWorld) {return aWorld != null && dimBTL(aWorld.provider);}
195 public static boolean dimBTL(WorldProvider aProvider) {return MD.BTL.mLoaded && dimBTL(aProvider, UT.Reflection.getLowercaseClass(aProvider));}
196 public static boolean dimBTL(WorldProvider aProvider, String aProviderClassName) {return MD.BTL.mLoaded && "WorldProviderBetweenlands".equalsIgnoreCase(aProviderClassName);}
197

Callers 12

onPlayerTickEventMethod · 0.95
onHarvestBlockEventMethod · 0.95
onBlockDestroyedMethod · 0.95
generateMethod · 0.95
dimPlanetMethod · 0.95
canGenerateMethod · 0.95
findTargetPortalMethod · 0.95
addThisPortalToListsMethod · 0.95
getDefaultRockMethod · 0.95
getRenderPassesMethod · 0.95
getDefaultStickMethod · 0.95
onTick2Method · 0.95

Calls 1

getLowercaseClassMethod · 0.80

Tested by

no test coverage detected