Commit ba1cc312bce0c7fddeab868866c19e5e58d0dc32
1 parent
cf733a48
deprecating PacketTransformer
Showing
1 changed file
with
2 additions
and
0 deletions
java/common/com/mumfrey/liteloader/transformers/PacketTransformer.java
... | ... | @@ -24,7 +24,9 @@ import com.mumfrey.liteloader.util.log.LiteLoaderLogger; |
24 | 24 | * method in the packet class itself. |
25 | 25 | * |
26 | 26 | * @author Adam Mummery-Smith |
27 | + * @deprecated This transformer will be retired in favour of event-based packed hooks for 1.8 and beyond | |
27 | 28 | */ |
29 | +@Deprecated | |
28 | 30 | public abstract class PacketTransformer extends ClassTransformer |
29 | 31 | { |
30 | 32 | private static final Set<String> transformedPackets = new HashSet<String>(); | ... | ... |