Uses of Interface
dev.wyck.renderer.packet.PacketHandler
Packages that use PacketHandler
-
Uses of PacketHandler in dev.wyck.renderer.packet
Methods in dev.wyck.renderer.packet that return PacketHandlerModifier and TypeMethodDescriptionPacketHandler.appendBiome(VirtualBiome biome) Appends a custom biome to the packet handler's list of biomes to inject.default PacketHandlerPacketHandler.appendBiome(VirtualBiome... biomes) Appends multiple custom biomes to the packet handler's list of biomes to inject.PacketHandler.clearBiomes()Clears all phony custom biomes from the packet handler's list of biomes to inject.PacketHandler.Factory.create(Plugin provider, PacketHandler.Injector manipulator, PacketHandler.Priority priority) Constructs a PacketHandler backed by the given manipulator library.default PacketHandlerPacketHandler.dismissBiome(ResourceKey biomeKey) Removes a custom biome from the packet handler's list of biomes to inject by its ResourceKey.default PacketHandlerPacketHandler.dismissBiome(VirtualBiome biome) Removes a custom biome from the packet handler's list of biomes to inject.static PacketHandlerCreates a PacketHandler using ProtocolLib as the underlying packet manipulation library.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Injector injector) Creates a PacketHandler using the specified packet manipulation library.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Injector injector, PacketHandler.Priority priority) Creates a PacketHandler using the specified packet manipulation library.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Manipulator manipulator) Deprecated, for removal: This API element is subject to removal in a future version.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Manipulator manipulator, PacketHandler.Priority priority) Creates a PacketHandler using the specified packet manipulation library.PacketHandler.register()Registers the necessary packet listeners to handle biome injection.PacketHandler.unregister()Unregisters the packet listeners handling biome injection.