Record Class DebugSubscriptionImpl<T>

java.lang.Object
java.lang.Record
net.minestom.server.network.debug.DebugSubscriptionImpl<T>
All Implemented Interfaces:
Keyed, DebugSubscription<T>, NetworkBuffer.Type<T>, Holder<DebugSubscription<T>>, RegistryKey<DebugSubscription<T>>, StaticProtocolObject<DebugSubscription<T>>

public record DebugSubscriptionImpl<T>(int id, Key key, NetworkBuffer.Type<T> networkType) extends Record implements DebugSubscription<T>, NetworkBuffer.Type<T>