Uses of Class
net.md_5.bungee.protocol.Property
-
Packages that use Property Package Description net.md_5.bungee.protocol net.md_5.bungee.protocol.packet -
-
Uses of Property in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return Property Modifier and Type Method Description static Property[]DefinedPacket. readProperties(io.netty.buffer.ByteBuf buf)Methods in net.md_5.bungee.protocol with parameters of type Property Modifier and Type Method Description static voidDefinedPacket. writeProperties(Property[] properties, io.netty.buffer.ByteBuf buf) -
Uses of Property in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Property Modifier and Type Method Description Property[]LoginSuccess. getProperties()Property[]PlayerListItem.Item. getProperties()Methods in net.md_5.bungee.protocol.packet with parameters of type Property Modifier and Type Method Description voidLoginSuccess. setProperties(Property[] properties)voidPlayerListItem.Item. setProperties(Property[] properties)Constructors in net.md_5.bungee.protocol.packet with parameters of type Property Constructor Description LoginSuccess(UUID uuid, String username, Property[] properties)
-