(String aSound, IHasWorldAndCoords aTileEntity)
| 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 | } |
no test coverage detected