T - the generic typepublic static class BlockDataHandler.HandlerInfo<T>
extends java.lang.Object
ByteBuf.| Constructor and Description |
|---|
HandlerInfo(java.lang.String identifier,
com.google.common.base.Function<io.netty.buffer.ByteBuf,T> fromBytes,
com.google.common.base.Function<T,io.netty.buffer.ByteBuf> toBytes) |