Interface C2SPlayChannelEvents.UnregisterConfiguration
- Enclosing class:
C2SPlayChannelEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Experimental
public static interface C2SPlayChannelEvents.UnregisterConfiguration
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChannelUnregister(ClientConfigurationNetworkHandler handler, PacketSender sender, MinecraftClient client, List<Identifier> channels)
-
Method Details
-
onChannelUnregister
void onChannelUnregister(ClientConfigurationNetworkHandler handler, PacketSender sender, MinecraftClient client, List<Identifier> channels)
-