Class WrapperPlayServerScoreboardTeam.WrappedParameters

java.lang.Object
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerScoreboardTeam.WrappedParameters
Enclosing class:
WrapperPlayServerScoreboardTeam

public static class WrapperPlayServerScoreboardTeam.WrappedParameters extends Object
  • Field Details

    • COLOR_CONVERTER

      public static final com.comphenix.protocol.wrappers.EnumWrappers.IndexedEnumConverter<org.bukkit.ChatColor> COLOR_CONVERTER
  • Constructor Details

    • WrappedParameters

      public WrappedParameters(com.comphenix.protocol.wrappers.WrappedChatComponent displayName, com.comphenix.protocol.wrappers.WrappedChatComponent playerPrefix, com.comphenix.protocol.wrappers.WrappedChatComponent playerSuffix, String nametagVisibility, String collisionRule, org.bukkit.ChatColor color, int options)
    • WrappedParameters

      public WrappedParameters()
  • Method Details

    • getDisplayName

      public com.comphenix.protocol.wrappers.WrappedChatComponent getDisplayName()
    • setDisplayName

      public void setDisplayName(com.comphenix.protocol.wrappers.WrappedChatComponent displayName)
    • getPlayerPrefix

      public com.comphenix.protocol.wrappers.WrappedChatComponent getPlayerPrefix()
    • setPlayerPrefix

      public void setPlayerPrefix(com.comphenix.protocol.wrappers.WrappedChatComponent playerPrefix)
    • getPlayerSuffix

      public com.comphenix.protocol.wrappers.WrappedChatComponent getPlayerSuffix()
    • setPlayerSuffix

      public void setPlayerSuffix(com.comphenix.protocol.wrappers.WrappedChatComponent playerSuffix)
    • getNametagVisibility

      public String getNametagVisibility()
    • setNametagVisibility

      public void setNametagVisibility(String nametagVisibility)
    • getCollisionRule

      public String getCollisionRule()
    • setCollisionRule

      public void setCollisionRule(String collisionRule)
    • getColor

      public org.bukkit.ChatColor getColor()
    • setColor

      public void setColor(org.bukkit.ChatColor color)
    • getOptions

      public int getOptions()
    • setOptions

      public void setOptions(int options)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object