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

Method dimTF

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

Source from the content-addressed store, hash-verified

188 public static boolean dimATUM(WorldProvider aProvider, String aProviderClassName) {return MD.ATUM.mLoaded && "AtumWorldProvider".equalsIgnoreCase(aProviderClassName);}
189
190 public static boolean dimTF(World aWorld) {return aWorld != null && dimTF(aWorld.provider);}
191 public static boolean dimTF(WorldProvider aProvider) {return MD.TF.mLoaded && aProvider.dimensionId == TwilightForestMod.dimensionID;}
192 public static boolean dimTF(WorldProvider aProvider, String aProviderClassName) {return MD.TF.mLoaded && aProvider.dimensionId == TwilightForestMod.dimensionID;}
193

Callers 14

generateMethod · 0.95
generateMethod · 0.95
dimPlanetMethod · 0.95
waterLevelMethod · 0.95
onOreGenEventMethod · 0.95
hitMethod · 0.95
generateEnergyMethod · 0.95
findTargetPortalMethod · 0.95
addThisPortalToListsMethod · 0.95
getDefaultRockMethod · 0.95
getRenderPassesMethod · 0.95
getDefaultStickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected