Class GenericMappedEntity
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.GenericMappedEntity
- All Implemented Interfaces:
MappedEntity
,StaticMappedEntity
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionGenericMappedEntity
(int id) Deprecated.GenericMappedEntity
(ClientVersion ignoredVersion, int id) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericMappedEntity
getById
(ClientVersion version, int id) Deprecated.int
getId()
Deprecated.getName()
Deprecated.static GenericMappedEntity
read
(PacketWrapper<?> wrapper) Deprecated.static void
write
(PacketWrapper<?> wrapper, GenericMappedEntity entity) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
isRegistered
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.StaticMappedEntity
getId
-
Constructor Details
-
GenericMappedEntity
Deprecated. -
GenericMappedEntity
public GenericMappedEntity(int id) Deprecated.
-
-
Method Details
-
getById
Deprecated. -
read
Deprecated. -
write
Deprecated. -
getId
public int getId()Deprecated.- Specified by:
getId
in interfaceStaticMappedEntity
-
getName
Deprecated.- Specified by:
getName
in interfaceMappedEntity
-