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

Method func_77277_b

src/main/java/gregapi/random/ExplosionGT.java:193–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 @SuppressWarnings("rawtypes")
194 @Override public Map func_77277_b() {return field_77288_k;}
195 @Override public EntityLivingBase getExplosivePlacedBy() {return exploder == null ? null : (exploder instanceof EntityTNTPrimed ? ((EntityTNTPrimed)exploder).getTntPlacedBy() : (exploder instanceof EntityLivingBase ? (EntityLivingBase)exploder : null));}
196}

Callers 1

explodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected