类 FakePlayer.FakeConnection
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<Packet<?>>
net.minecraft.network.Connection
net.neoforged.neoforge.common.util.FakePlayer.FakeConnection
- 所有已实现的接口:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
- 封闭类:
FakePlayer
-
嵌套类概要
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
字段概要
从类继承的字段 net.minecraft.network.Connection
LOCAL_WORKER_GROUP, NETWORK_EPOLL_WORKER_GROUP, NETWORK_WORKER_GROUP, PACKET_MARKER, PACKET_RECEIVED_MARKER, PACKET_SENT_MARKER, ROOT_MARKER
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.network.Connection
channel, channelActive, channelInactive, channelRead0, configureInMemoryPipeline, configurePacketHandler, configureSerialization, connect, connectToLocalServer, connectToServer, disconnect, disconnect, exceptionCaught, flushChannel, getAverageReceivedPackets, getAverageSentPackets, getDirection, getDisconnectionDetails, getInboundProtocol, getLoggableAddress, getPacketListener, getReceiving, getRemoteAddress, getSending, handleDisconnection, initiateServerboundPlayConnection, initiateServerboundPlayConnection, initiateServerboundStatusConnection, isConnected, isConnecting, isEncrypted, isMemoryConnection, runOnceConnected, send, send, send, setBandwidthLogger, setEncryptionKey, setReadOnly, setupCompression, setupInboundProtocol, setupOutboundProtocol, tick, tickSecond
从类继承的方法 io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
构造器详细资料
-
FakeConnection
public FakeConnection()
-
-
方法详细资料
-
setListenerForServerboundHandshake
-