MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / send

Method send

src/main/java/gregapi/util/UT.java:2728–2730  ·  view source on GitHub ↗
(String aSound, IHasWorldAndCoords aTileEntity)

Source from the content-addressed store, hash-verified

2726 }
2727
2728 public static boolean send(String aSound, IHasWorldAndCoords aTileEntity) {
2729 return send(aSound, 1.0F, SFX.RANDOM_PITCH, aTileEntity.getWorld(), aTileEntity.getCoords());
2730 }
2731 public static boolean send(String aSound, IHasWorldAndCoords aTileEntity, boolean aIDontWannaFuckingCastThisShitAllTheTime) {
2732 return send(aSound, 1.0F, SFX.RANDOM_PITCH, aTileEntity.getWorld(), aTileEntity.getCoords());
2733 }

Callers 15

onLivingUpdateMethod · 0.80
onPlayerTickEventMethod · 0.80
onPlayerInteractionMethod · 0.80
func_151367_bMethod · 0.80
doDamageMethod · 0.80
onItemUseFirstMethod · 0.80
onItemUseMethod · 0.80
onItemUseMethod · 0.80
onItemUseFirstMethod · 0.80
onItemUseMethod · 0.80
onItemUseMethod · 0.80

Calls 5

stringInvalidMethod · 0.95
roundDownMethod · 0.80
getWorldMethod · 0.65
getCoordsMethod · 0.65

Tested by

no test coverage detected