Class SpaceAtlasEditPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.lightning.northstar.network.packet.SpaceAtlasEditPacket
public class SpaceAtlasEditPacket
extends com.simibubi.create.foundation.networking.SimplePacketBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intfinal List<RocketDestination>final Map<RocketDestination,String> -
Constructor Summary
ConstructorsConstructorDescriptionSpaceAtlasEditPacket(Map<RocketDestination, String> renamed, List<RocketDestination> removed) SpaceAtlasEditPacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Field Details
-
LABEL_MAX_LENGTH
public static final int LABEL_MAX_LENGTH- See Also:
-
renamed
-
removed
-
-
Constructor Details
-
SpaceAtlasEditPacket
-
SpaceAtlasEditPacket
public SpaceAtlasEditPacket(net.minecraft.network.FriendlyByteBuf buffer)
-
-
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
-