2731
This commit is contained in:
parent
fa9cd98b5a
commit
abb9b5102f
65 changed files with 0 additions and 0 deletions
29
ToAddBack/partSystem/fmp/PacketFMPPlacePart.java
Normal file
29
ToAddBack/partSystem/fmp/PacketFMPPlacePart.java
Normal file
|
@ -0,0 +1,29 @@
|
|||
package techreborn.partSystem.fmp;
|
||||
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import reborncore.common.packets.SimplePacket;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class PacketFMPPlacePart extends SimplePacket {
|
||||
|
||||
|
||||
public PacketFMPPlacePart() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void writeData(ByteBuf out) throws IOException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void readData(ByteBuf in) throws IOException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute() {
|
||||
CableConverter.place(player, player.worldObj);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue