mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-02 05:27:42 -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)
|
* @see Process#process(ChatProcessor)
|
||||||
*/
|
*/
|
||||||
Event<Process> PROCESS = EventFactory.createCompoundEventResult();
|
Event<Process> PROCESS = EventFactory.createEventResult();
|
||||||
/**
|
/**
|
||||||
* @see Received#process(ChatType, Component, ChatSender)
|
* @see Received#process(ChatType, Component, ChatSender)
|
||||||
*/
|
*/
|
||||||
Event<Received> RECEIVED = EventFactory.createCompoundEventResult();
|
Event<Received> RECEIVED = EventFactory.createEventResult();
|
||||||
|
|
||||||
@Environment(EnvType.CLIENT)
|
@Environment(EnvType.CLIENT)
|
||||||
interface Process {
|
interface Process {
|
||||||
|
|||||||
Reference in New Issue
Block a user