Class AbstractSimpleProtocol
java.lang.Object
com.viaversion.viaversion.api.protocol.AbstractProtocol<SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes>
com.viaversion.viaversion.api.protocol.AbstractSimpleProtocol
- All Implemented Interfaces:
Protocol<SimpleProtocol.DummyPacketTypes,,SimpleProtocol.DummyPacketTypes, SimpleProtocol.DummyPacketTypes, SimpleProtocol.DummyPacketTypes> SimpleProtocol
public abstract class AbstractSimpleProtocol
extends AbstractProtocol<SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes,SimpleProtocol.DummyPacketTypes>
implements SimpleProtocol
A simple protocol which does not have any packet types.
AbstractProtocol should be preferred over this class in most cases.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.viaversion.viaversion.api.protocol.SimpleProtocol
SimpleProtocol.DummyPacketTypes -
Field Summary
Fields inherited from class com.viaversion.viaversion.api.protocol.AbstractProtocol
clientboundMappings, mappedClientboundPacketType, mappedServerboundPacketType, packetTypesProvider, serverboundMappings, unmappedClientboundPacketType, unmappedServerboundPacketType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.viaversion.viaversion.api.protocol.AbstractProtocol
addEntityTracker, addItemHasher, appendClientbound, appendServerbound, cancelClientbound, cancelClientbound, cancelServerbound, cancelServerbound, clientboundFinishConfigurationPacket, configurationAcknowledgedPacket, createClientboundPacketMappings, createLogger, createPacketTypesProvider, createServerboundPacketMappings, get, getLogger, getPacketTypesProvider, hasRegisteredClientbound, hasRegisteredServerbound, initialize, loadMappingData, onMappingDataLoaded, put, registerClientbound, registerClientbound, registerClientbound, registerConfigurationChangeHandlers, registerFinishConfiguration, registerPackets, registerServerbound, registerServerbound, registerServerbound, serverboundFinishConfigurationPacket, startConfigurationPacket, toString, transformMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.viaversion.viaversion.api.protocol.Protocol
appendClientbound, appendServerbound, cancelClientbound, cancelClientbound, cancelServerbound, cancelServerbound, get, getComponentRewriter, getEntityRewriter, getItemRewriter, getLogger, getMappingData, getPacketTypesProvider, getParticleRewriter, getRegistryDataRewriter, getTagRewriter, hasMappingDataToLoad, hasRegisteredClientbound, hasRegisteredClientbound, hasRegisteredServerbound, hasRegisteredServerbound, init, initialize, isBaseProtocol, loadMappingData, mappedTypes, put, register, registerClientbound, registerClientbound, registerClientbound, registerClientbound, registerClientbound, registerClientbound, registerClientbound, registerServerbound, registerServerbound, registerServerbound, registerServerbound, registerServerbound, registerServerbound, registerServerbound, transform, types
-
Constructor Details
-
AbstractSimpleProtocol
protected AbstractSimpleProtocol()
-