Continue the great refactor of mid 2017 (A lot of stuff still broken, it's a WIP)
This commit is contained in:
parent
1fa9f1cf52
commit
40e3062903
123 changed files with 1469 additions and 1486 deletions
|
@ -28,7 +28,7 @@ import net.minecraft.util.math.BlockPos;
|
|||
import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;
|
||||
import reborncore.common.network.ExtendedPacketBuffer;
|
||||
import reborncore.common.network.INetworkPacket;
|
||||
import techreborn.tiles.TileAesu;
|
||||
import techreborn.tiles.TileAdjustableSU;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
@ -40,7 +40,7 @@ public class PacketAesu implements INetworkPacket<PacketAesu> {
|
|||
public PacketAesu() {
|
||||
}
|
||||
|
||||
public PacketAesu(int buttonID, TileAesu tile) {
|
||||
public PacketAesu(int buttonID, TileAdjustableSU tile) {
|
||||
this.pos = tile.getPos();
|
||||
this.buttonID = buttonID;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import net.minecraft.util.math.BlockPos;
|
|||
import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;
|
||||
import reborncore.common.network.ExtendedPacketBuffer;
|
||||
import reborncore.common.network.INetworkPacket;
|
||||
import techreborn.tiles.idsu.TileIDSU;
|
||||
import techreborn.tiles.idsu.TileInterdimensionalSU;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
@ -40,7 +40,7 @@ public class PacketIdsu implements INetworkPacket<PacketIdsu> {
|
|||
public PacketIdsu() {
|
||||
}
|
||||
|
||||
public PacketIdsu(int buttonID, TileIDSU tile) {
|
||||
public PacketIdsu(int buttonID, TileInterdimensionalSU tile) {
|
||||
this.pos = tile.getPos();
|
||||
this.buttonID = buttonID;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue