Modifier and Type | Method and Description |
---|---|
void |
WorldClient.sendPacketToServer(Packet<?> packetIn) |
Modifier and Type | Method and Description |
---|---|
void |
NetHandlerPlayClient.sendPacket(Packet<?> packetIn) |
Modifier and Type | Method and Description |
---|---|
private Packet<?> |
EntityTrackerEntry.createSpawnPacket() |
Modifier and Type | Method and Description |
---|---|
void |
EntityTrackerEntry.sendPacketToTrackedPlayers(Packet<?> packetIn) |
void |
EntityTracker.sendToTracking(Entity entityIn,
Packet<?> packetIn) |
void |
EntityTracker.sendToTrackingAndSelf(Entity entityIn,
Packet<?> packetIn) |
void |
EntityTrackerEntry.sendToTrackingAndSelf(Packet<?> packetIn) |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
ItemMap.createMapDataPacket(ItemStack stack,
World worldIn,
EntityPlayer player) |
Packet<?> |
ItemMapBase.createMapDataPacket(ItemStack stack,
World worldIn,
EntityPlayer player) |
Modifier and Type | Field and Description |
---|---|
private Packet<?> |
NetworkManager.InboundHandlerTuplePacketListener.packet |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<EnumPacketDirection,com.google.common.collect.BiMap<java.lang.Integer,java.lang.Class<? extends Packet<?>>>> |
EnumConnectionState.directionMaps |
private static java.util.Map<java.lang.Class<? extends Packet<?>>,EnumConnectionState> |
EnumConnectionState.STATES_BY_CLASS |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
EnumConnectionState.getPacket(EnumPacketDirection direction,
int packetId) |
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkManager.channelRead0(io.netty.channel.ChannelHandlerContext p_channelRead0_1_,
Packet<?> p_channelRead0_2_) |
static <T extends INetHandler> |
PacketThreadUtil.checkThreadAndEnqueue(Packet<T> packetIn,
T processor,
IThreadListener scheduler) |
private void |
NetworkManager.dispatchPacket(Packet<?> inPacket,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>[] futureListeners) |
protected void |
NettyPacketEncoder.encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
Packet<?> p_encode_2_,
io.netty.buffer.ByteBuf p_encode_3_) |
static EnumConnectionState |
EnumConnectionState.getFromPacket(Packet<?> packetIn) |
java.lang.Integer |
EnumConnectionState.getPacketId(EnumPacketDirection direction,
Packet<?> packetIn) |
void |
NetworkManager.sendPacket(Packet<?> packetIn) |
void |
NetHandlerPlayServer.sendPacket(Packet<?> packetIn) |
void |
NetworkManager.sendPacket(Packet<?> packetIn,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>> listener,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>... listeners) |
Modifier and Type | Method and Description |
---|---|
protected EnumConnectionState |
EnumConnectionState.registerPacket(EnumPacketDirection direction,
java.lang.Class<? extends Packet<?>> packetClass) |
Constructor and Description |
---|
InboundHandlerTuplePacketListener(Packet<?> inPacket,
io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super java.lang.Void>>... inFutureListeners) |
Modifier and Type | Class and Description |
---|---|
class |
C00Handshake |
Modifier and Type | Class and Description |
---|---|
class |
CPacketEncryptionResponse |
class |
CPacketLoginStart |
Modifier and Type | Class and Description |
---|---|
class |
SPacketEnableCompression |
class |
SPacketEncryptionRequest |
class |
SPacketLoginSuccess |
Modifier and Type | Class and Description |
---|---|
class |
CPacketPing |
class |
CPacketServerQuery |
Modifier and Type | Class and Description |
---|---|
class |
SPacketPong |
class |
SPacketServerInfo |
Modifier and Type | Method and Description |
---|---|
java.util.List<Packet<?>> |
ServerScoreboard.getCreatePackets(ScoreObjective objective) |
java.util.List<Packet<?>> |
ServerScoreboard.getDestroyPackets(ScoreObjective p_96548_1_) |
Modifier and Type | Method and Description |
---|---|
void |
PlayerChunkMapEntry.sendPacket(Packet<?> packetIn) |
void |
PlayerList.sendPacketToAllPlayers(Packet<?> packetIn) |
void |
PlayerList.sendPacketToAllPlayersInDimension(Packet<?> packetIn,
int dimension) |
void |
PlayerList.sendToAllNearExcept(EntityPlayer except,
double x,
double y,
double z,
double radius,
int dimension,
Packet<?> packetIn) |
Modifier and Type | Method and Description |
---|---|
void |
World.sendPacketToServer(Packet<?> packetIn) |
private void |
WorldServer.sendPacketWithinDistance(EntityPlayerMP player,
boolean longDistance,
double x,
double y,
double z,
Packet<?> packetIn) |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
MapData.getMapPacket(ItemStack mapStack,
World worldIn,
EntityPlayer player) |
Packet<?> |
MapData.MapInfo.getPacket(ItemStack stack) |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
FMLEmbeddedChannel.generatePacketFrom(java.lang.Object object)
Utility method to generate a regular packet from a custom packet.
|
Modifier and Type | Class and Description |
---|---|
private class |
NetworkDispatcher.MultiPartCustomPayload |
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkDispatcher.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Packet<?> msg) |
private boolean |
NetworkDispatcher.handleVanilla(Packet<?> msg) |
Modifier and Type | Class and Description |
---|---|
class |
FMLProxyPacket |
Modifier and Type | Method and Description |
---|---|
static Packet<?> |
FMLNetworkHandler.getEntitySpawningPacket(Entity entity) |
Packet<INetHandlerPlayServer> |
FMLProxyPacket.toC17Packet() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Packet<INetHandlerPlayClient>> |
FMLProxyPacket.toS3FPackets() |
Modifier and Type | Method and Description |
---|---|
Packet<?> |
SimpleNetworkWrapper.getPacketFrom(IMessage message)
Construct a minecraft packet from the supplied message.
|