MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / scale

Method scale

common/buildcraft/lib/misc/VecUtil.java:28–30  ·  view source on GitHub ↗
(Vec3d vec, double scale)

Source from the content-addressed store, hash-verified

26 }
27
28 public static Vec3d scale(Vec3d vec, double scale) {
29 return vec.scale(scale);
30 }
31
32 public static EnumFacing getFacing(Axis axis, boolean positive) {
33 AxisDirection dir = positive ? AxisDirection.POSITIVE : AxisDirection.NEGATIVE;

Callers 15

getRenderPositionMethod · 0.95
renderMarkerCacheMethod · 0.95
offsetMethod · 0.95
rotateMethod · 0.95
showTempPowerMethod · 0.95
createLongLineMethod · 0.95
interpolateMethod · 0.95
offsetMethod · 0.95
energyReceivedMethod · 0.45
onItemRightClickMethod · 0.45
renderTileEntityFastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected