Class ViaFacet.Chat<V>

java.lang.Object
net.kyori.adventure.platform.facet.FacetBase<V>
All Implemented Interfaces:
net.kyori.adventure.platform.facet.Facet<V>, net.kyori.adventure.platform.facet.Facet.Chat<V,String>, net.kyori.adventure.platform.facet.Facet.ChatPacket<V,String>, net.kyori.adventure.platform.facet.Facet.Message<V,String>
Direct Known Subclasses:
ViaFacet.ActionBar
Enclosing class:
ViaFacet<V>

public static class ViaFacet.Chat<V> extends ViaFacet.ProtocolBased<V> implements net.kyori.adventure.platform.facet.Facet.ChatPacket<V,String>
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.kyori.adventure.platform.viaversion.ViaFacet

    ViaFacet.ActionBar<V>, ViaFacet.ActionBarTitle<V>, ViaFacet.BossBar<V>, ViaFacet.Chat<V>, ViaFacet.ProtocolBased<V>, ViaFacet.TabList<V>, ViaFacet.Title<V>

    Nested classes/interfaces inherited from interface net.kyori.adventure.platform.facet.Facet

    net.kyori.adventure.platform.facet.Facet.ActionBar<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.Book<V extends Object,M extends Object,B extends Object>, net.kyori.adventure.platform.facet.Facet.BossBar<V extends Object>, net.kyori.adventure.platform.facet.Facet.BossBarEntity<V extends Object,P extends Object>, net.kyori.adventure.platform.facet.Facet.BossBarPacket<V extends Object>, net.kyori.adventure.platform.facet.Facet.Chat<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.ChatPacket<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.EntitySound<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.FakeEntity<V extends Object,P extends Object>, net.kyori.adventure.platform.facet.Facet.Message<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.Pointers<V extends Object>, net.kyori.adventure.platform.facet.Facet.Position<V extends Object,P extends Object>, net.kyori.adventure.platform.facet.Facet.Sound<V extends Object,P extends Object>, net.kyori.adventure.platform.facet.Facet.TabList<V extends Object,M extends Object>, net.kyori.adventure.platform.facet.Facet.Title<V extends Object,M extends Object,C extends Object,T extends Object>, net.kyori.adventure.platform.facet.Facet.TitlePacket<V extends Object,M extends Object,C extends Object,T extends Object>
  • Field Summary

    Fields inherited from class net.kyori.adventure.platform.facet.FacetBase

    viewerClass

    Fields inherited from interface net.kyori.adventure.platform.facet.Facet.ChatPacket

    TYPE_ACTION_BAR, TYPE_CHAT, TYPE_SYSTEM

    Fields inherited from interface net.kyori.adventure.platform.facet.Facet.Message

    PROTOCOL_HEX_COLOR, PROTOCOL_JSON
  • Constructor Summary

    Constructors
    Constructor
    Description
    Chat(@NotNull Class<? extends V> viewerClass, @NotNull Function<V,com.viaversion.viaversion.api.connection.UserConnection> connectionFunction)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMessage(V viewer, @NotNull Identity source, @NotNull String message, @NotNull MessageType type)
     

    Methods inherited from class net.kyori.adventure.platform.viaversion.ViaFacet.ProtocolBased

    createPacket, isSupported, parse, sendPacket

    Methods inherited from class net.kyori.adventure.platform.viaversion.ViaFacet

    createMessage, findConnection, findProtocol, isApplicable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.kyori.adventure.platform.facet.Facet

    isApplicable, isSupported

    Methods inherited from interface net.kyori.adventure.platform.facet.Facet.ChatPacket

    createMessageType

    Methods inherited from interface net.kyori.adventure.platform.facet.Facet.Message

    createMessage
  • Constructor Details

    • Chat

      public Chat(@NotNull @NotNull Class<? extends V> viewerClass, @NotNull @NotNull Function<V,com.viaversion.viaversion.api.connection.UserConnection> connectionFunction)
  • Method Details

    • sendMessage

      public void sendMessage(@NotNull V viewer, @NotNull @NotNull Identity source, @NotNull @NotNull String message, @NotNull @NotNull MessageType type)
      Specified by:
      sendMessage in interface net.kyori.adventure.platform.facet.Facet.Chat<V,String>