Search in sources :

Example 16 with LaserData

use of buildcraft.core.LaserData in project BuildCraft by BuildCraft.

the class TileLaser method readData.

@Override
public void readData(ByteBuf stream) {
    laser = new LaserData();
    laser.readData(stream);
    powerAverage = stream.readShort();
}
Also used : LaserData(buildcraft.core.LaserData)

Aggregations

LaserData (buildcraft.core.LaserData)16 Vec3d (net.minecraft.util.math.Vec3d)3 Blueprint (buildcraft.core.blueprints.Blueprint)2 BptBuilderBlueprint (buildcraft.core.blueprints.BptBuilderBlueprint)2 BlueprintBase (buildcraft.core.blueprints.BlueprintBase)1 BuildingItem (buildcraft.core.builders.BuildingItem)1 Box (buildcraft.lib.misc.data.Box)1 BlockPos (net.minecraft.util.math.BlockPos)1