Uses of Class
net.andresbustamante.yafoot.core.events.MatchPlayerRegistrationEvent
-
Uses of MatchPlayerRegistrationEvent in net.andresbustamante.yafoot.core.events
Methods in net.andresbustamante.yafoot.core.events that return MatchPlayerRegistrationEventModifier and TypeMethodDescriptionMatchPlayerRegistrationEvent.Builder.build()
static MatchPlayerRegistrationEvent
MatchPlayerRegistrationEvent.fromByteBuffer
(ByteBuffer b) Deserializes a MatchPlayerRegistrationEvent from a ByteBuffer.Methods in net.andresbustamante.yafoot.core.events that return types with arguments of type MatchPlayerRegistrationEventModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<MatchPlayerRegistrationEvent>
MatchPlayerRegistrationEvent.createDecoder
(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore
.static org.apache.avro.message.BinaryMessageDecoder<MatchPlayerRegistrationEvent>
MatchPlayerRegistrationEvent.getDecoder()
Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<MatchPlayerRegistrationEvent>
MatchPlayerRegistrationEvent.getEncoder()
Return the BinaryMessageEncoder instance used by this class.Methods in net.andresbustamante.yafoot.core.events with parameters of type MatchPlayerRegistrationEventModifier and TypeMethodDescriptionMatchPlayerRegistrationEvent.newBuilder
(MatchPlayerRegistrationEvent other) Creates a new MatchPlayerRegistrationEvent RecordBuilder by copying an existing MatchPlayerRegistrationEvent instance.