Class ActorConfigPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.lightning.northstar.contraption.ActorConfigPacket
public class ActorConfigPacket
extends com.simibubi.create.foundation.networking.SimplePacketBase
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionActorConfigPacket(int contraptionId, net.minecraft.core.BlockPos localPos, net.minecraft.nbt.CompoundTag nbt) ActorConfigPacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
ActorConfigPacket
public ActorConfigPacket(net.minecraft.network.FriendlyByteBuf buffer) -
ActorConfigPacket
public ActorConfigPacket(int contraptionId, net.minecraft.core.BlockPos localPos, net.minecraft.nbt.CompoundTag nbt)
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writein classcom.simibubi.create.foundation.networking.SimplePacketBase
-
handle
public boolean handle(net.minecraftforge.network.NetworkEvent.Context context) - Specified by:
handlein classcom.simibubi.create.foundation.networking.SimplePacketBase
-