mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Fix ClientChatEvent using incompatible proxies
Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
@@ -40,11 +40,11 @@ public interface ClientChatEvent {
|
||||
/**
|
||||
* @see Process#process(ChatProcessor)
|
||||
*/
|
||||
Event<Process> PROCESS = EventFactory.createCompoundEventResult();
|
||||
Event<Process> PROCESS = EventFactory.createEventResult();
|
||||
/**
|
||||
* @see Received#process(ChatType, Component, ChatSender)
|
||||
*/
|
||||
Event<Received> RECEIVED = EventFactory.createCompoundEventResult();
|
||||
Event<Received> RECEIVED = EventFactory.createEventResult();
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
interface Process {
|
||||
|
||||
Reference in New Issue
Block a user