Uses of Class
net.md_5.bungee.protocol.util.Either
Packages that use Either
Package
Description
-
Uses of Either in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return EitherModifier and TypeMethodDescriptionDefinedPacket.readEitherBaseComponent(io.netty.buffer.ByteBuf buf, int protocolVersion, boolean string) Methods in net.md_5.bungee.protocol with parameters of type EitherModifier and TypeMethodDescriptionstatic voidDefinedPacket.writeEitherBaseComponent(Either<String, net.md_5.bungee.api.chat.BaseComponent> message, io.netty.buffer.ByteBuf buf, int protocolVersion) -
Uses of Either in net.md_5.bungee.protocol.packet
Fields in net.md_5.bungee.protocol.packet declared as EitherMethods in net.md_5.bungee.protocol.packet that return EitherModifier and TypeMethodDescriptionTeam.getCollisionRule()ShowDialog.getDialog()Team.getDisplayName()Team.getNameTagVisibility()Team.getPrefix()Team.getSuffix()ServerLinks.Link.getType()ScoreboardObjective.getValue()Methods in net.md_5.bungee.protocol.packet with parameters of type EitherModifier and TypeMethodDescriptionvoidTeam.setCollisionRule(Either<String, Team.CollisionRule> collisionRule) voidvoidTeam.setDisplayName(Either<String, net.md_5.bungee.api.chat.BaseComponent> displayName) voidTeam.setNameTagVisibility(Either<String, Team.NameTagVisibility> nameTagVisibility) voidvoidvoidConstructors in net.md_5.bungee.protocol.packet with parameters of type EitherModifierConstructorDescriptionScoreboardObjective(String name, Either<String, net.md_5.bungee.api.chat.BaseComponent> value, ScoreboardObjective.HealthDisplay type, byte action, NumberFormat numberFormat) Creates a newScoreboardObjectiveinstance.ShowDialog(Either<Integer, net.md_5.bungee.api.dialog.Dialog> dialog) Team(String name, byte mode, Either<String, net.md_5.bungee.api.chat.BaseComponent> displayName, Either<String, net.md_5.bungee.api.chat.BaseComponent> prefix, Either<String, net.md_5.bungee.api.chat.BaseComponent> suffix, Either<String, Team.NameTagVisibility> nameTagVisibility, Either<String, Team.CollisionRule> collisionRule, int color, byte friendlyFire, String[] players) Creates a newTeaminstance. -
Uses of Either in net.md_5.bungee.protocol.util
Methods in net.md_5.bungee.protocol.util that return Either