Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

accept(T, U, V, R) - Method in interface org.cloudburstmc.protocol.common.util.QuadConsumer
 
accept(T, U, R) - Method in interface org.cloudburstmc.protocol.common.util.TriConsumer
Performs this operation on the given arguments.
add(D) - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry.Builder
 
add(E) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
add(int, E) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
addAll(Collection<? extends D>) - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry.Builder
 
addAll(Collection<? extends E>) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
addAll(int, Collection<? extends E>) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
andThen(TriConsumer<? super T, ? super U, ? super R>) - Method in interface org.cloudburstmc.protocol.common.util.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
apply(T, U, V) - Method in interface org.cloudburstmc.protocol.common.util.TriFunction
 

B

bind(InetSocketAddress) - Method in interface org.cloudburstmc.protocol.common.MinecraftInterface
 
build() - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry.Builder
 
build() - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
 
builder() - Static method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry
 
Builder() - Constructor for class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry.Builder
 
builder(Class<T>) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 
builder(String) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 

C

checkArgument(boolean) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkDefinition(DefinitionRegistry<D>, D) - Static method in class org.cloudburstmc.protocol.common.util.DefinitionUtils
Precondition to ensure a definition being sent is known to the registry.
checkElementIndex(int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, char) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, int) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, long) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object, Object) - Static method in class org.cloudburstmc.protocol.common.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
clear() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
close() - Method in interface org.cloudburstmc.protocol.common.MinecraftInterface
 
close() - Method in interface org.cloudburstmc.protocol.common.PlayerSession
 
contains(Object) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
containsAll(Collection<?>) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
containsKey(int) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
containsValue(T) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 

D

DEFAULT - Static variable in class org.cloudburstmc.protocol.common.util.Zlib
 
Definition - Interface in org.cloudburstmc.protocol.common
A mapping for a protocol feature that uses runtime IDs to transmit data more efficiently.
DefinitionRegistry<D extends Definition> - Interface in org.cloudburstmc.protocol.common
A basic registry for protocol definitions that can be expanded upon.
DefinitionUtils - Class in org.cloudburstmc.protocol.common.util
 
DefinitionUtils() - Constructor for class org.cloudburstmc.protocol.common.util.DefinitionUtils
 
deflate(ByteBuf, ByteBuf, int) - Method in class org.cloudburstmc.protocol.common.util.Zlib
 
deserialize(ByteBuf, H, P) - Method in interface org.cloudburstmc.protocol.common.serializer.PacketSerializer
 
disconnect(String) - Method in interface org.cloudburstmc.protocol.common.MinecraftServerSession
 
disconnect() - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 

E

empty() - Static method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Returns an empty OptionalBoolean instance.
empty(Class<T>) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 
empty(String) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 
equals(Object) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
equals(Object) - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Indicates whether some other object is "equal to" this OptionalBoolean.

F

forEach(ObjIntConsumer<T>) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
forEach(BiConsumer<Integer, T>) - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
from(BiConsumer<? super T, ? super R>) - Static method in interface org.cloudburstmc.protocol.common.util.TriConsumer
 
fromEnum(Class<T>) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 
fromEnum(Class<T>, int) - Static method in class org.cloudburstmc.protocol.common.util.TypeMap
 

G

get(int) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
get(T) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
get(int) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
getAddress() - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
getAsBoolean() - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
If a value is present in this OptionalBoolean, returns the value, otherwise throws NoSuchElementException.
getBindAddress() - Method in interface org.cloudburstmc.protocol.common.MinecraftInterface
 
getDefinition(int) - Method in interface org.cloudburstmc.protocol.common.DefinitionRegistry
 
getDefinition(int) - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry
 
getId(T) - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
getIdentifier() - Method in interface org.cloudburstmc.protocol.common.NamedDefinition
The identifier of this definition.
getIdUnsafe(T) - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
getLatency() - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
getRealAddress() - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
getRuntimeId() - Method in interface org.cloudburstmc.protocol.common.Definition
The runtime ID of this definition to be sent over the network.
getType(int) - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
getTypeUnsafe(int) - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 

H

HANDLED - Static variable in class org.cloudburstmc.protocol.common.PacketSignal
 
hashCode() - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
hashCode() - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
high(long) - Static method in class org.cloudburstmc.protocol.common.util.LongKeys
 

I

ifPresent(BooleanConsumer) - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Have the specified consumer accept the value if a value is present, otherwise do nothing.
indexOf(Object) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
inflate(ByteBuf, int) - Method in class org.cloudburstmc.protocol.common.util.Zlib
 
insert(int, T) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
 
insert(int, TypeMap<? extends T>) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
 
Int2ObjectBiMap<T> - Class in org.cloudburstmc.protocol.common.util
 
Int2ObjectBiMap() - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
Int2ObjectBiMap(int) - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
Int2ObjectBiMap(T) - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
Int2ObjectBiMap(int, float) - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
Int2ObjectBiMap(int, float, int) - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
Int2ObjectBiMap(int, float, int, T) - Constructor for class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
isClosed() - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
isClosed() - Method in interface org.cloudburstmc.protocol.common.PlayerSession
 
isEmpty() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
isPresent() - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Return true if there is a value present, otherwise false.
isRegistered(D) - Method in interface org.cloudburstmc.protocol.common.DefinitionRegistry
 
isRegistered(D) - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry
 
iterator() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 

K

key(int, int) - Static method in class org.cloudburstmc.protocol.common.util.LongKeys
 

L

lastIndexOf(Object) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
listIterator() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
listIterator(int) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
LittleEndianByteBufInputStream - Class in org.cloudburstmc.protocol.common.util.stream
 
LittleEndianByteBufInputStream(ByteBuf) - Constructor for class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
LittleEndianByteBufOutputStream - Class in org.cloudburstmc.protocol.common.util.stream
 
LittleEndianByteBufOutputStream(ByteBuf) - Constructor for class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
LongKeys - Class in org.cloudburstmc.protocol.common.util
 
low(long) - Static method in class org.cloudburstmc.protocol.common.util.LongKeys
 

M

MinecraftInterface - Interface in org.cloudburstmc.protocol.common
 
MinecraftPacket - Interface in org.cloudburstmc.protocol.common
 
MinecraftServerSession<T extends MinecraftPacket> - Interface in org.cloudburstmc.protocol.common
 
MinecraftSession<T extends MinecraftPacket> - Interface in org.cloudburstmc.protocol.common
 

N

NamedDefinition - Interface in org.cloudburstmc.protocol.common
 

O

of(boolean) - Static method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Return an OptionalBoolean with the specified value present.
onDisconnect(String) - Method in interface org.cloudburstmc.protocol.common.PlayerSession
 
OptionalBoolean - Class in org.cloudburstmc.protocol.common.util
A container object which may or may not contain a boolean value.
orElse(boolean) - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Return the value if present, otherwise return other.
orElseGet(BooleanSupplier) - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseThrow(Supplier<X>) - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
org.cloudburstmc.protocol.common - package org.cloudburstmc.protocol.common
 
org.cloudburstmc.protocol.common.serializer - package org.cloudburstmc.protocol.common.serializer
 
org.cloudburstmc.protocol.common.util - package org.cloudburstmc.protocol.common.util
 
org.cloudburstmc.protocol.common.util.stream - package org.cloudburstmc.protocol.common.util.stream
 

P

PacketHandler - Interface in org.cloudburstmc.protocol.common
 
PacketHelper - Interface in org.cloudburstmc.protocol.common.serializer
 
PacketSerializer<P,H> - Interface in org.cloudburstmc.protocol.common.serializer
 
PacketSignal - Class in org.cloudburstmc.protocol.common
 
PacketSignal() - Constructor for class org.cloudburstmc.protocol.common.PacketSignal
 
PlayerSession - Interface in org.cloudburstmc.protocol.common
 
Preconditions - Class in org.cloudburstmc.protocol.common.util
Static convenience methods that help a method or constructor check whether it was invoked correctly (that is, whether its preconditions were met).
prettyPrint() - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
put(int, T) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 

Q

QuadConsumer<T,U,V,R> - Interface in org.cloudburstmc.protocol.common.util
 

R

RAW - Static variable in class org.cloudburstmc.protocol.common.util.Zlib
 
readChar() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readDouble() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readFloat() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readInt() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readInt(ByteBuf) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
readLong() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readLong(ByteBuf) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
readShort() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readUnsignedInt(ByteBuf) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
readUnsignedLong(ByteBuf) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
readUnsignedShort() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
readUTF() - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufInputStream
 
remove(D) - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry.Builder
 
remove(int) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
remove(T) - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
remove(Object) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
remove(int) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
remove(int) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
 
removeAll(Collection<?>) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
replace(int, T) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
Replaces an existing value in type map
retainAll(Collection<?>) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 

S

sendPacket(T) - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
sendPacketImmediately(T) - Method in interface org.cloudburstmc.protocol.common.MinecraftSession
 
SequencedHashSet<E> - Class in org.cloudburstmc.protocol.common.util
 
SequencedHashSet() - Constructor for class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
serialize(ByteBuf, H, P) - Method in interface org.cloudburstmc.protocol.common.serializer.PacketSerializer
 
set(int, E) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
shift(int, int) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
Shifts values from a specific start index
SimpleDefinitionRegistry<D extends Definition> - Class in org.cloudburstmc.protocol.common
 
SimpleDefinitionRegistry.Builder<D extends Definition> - Class in org.cloudburstmc.protocol.common
 
size() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
subList(int, int) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 

T

toArray() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
toArray(T[]) - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
toBuilder() - Method in class org.cloudburstmc.protocol.common.SimpleDefinitionRegistry
 
toBuilder() - Method in class org.cloudburstmc.protocol.common.util.TypeMap
 
toString() - Method in class org.cloudburstmc.protocol.common.util.Int2ObjectBiMap
 
toString() - Method in class org.cloudburstmc.protocol.common.util.OptionalBoolean
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class org.cloudburstmc.protocol.common.util.SequencedHashSet
 
TriConsumer<T,U,R> - Interface in org.cloudburstmc.protocol.common.util
 
TriFunction<T,U,V,R> - Interface in org.cloudburstmc.protocol.common.util
 
TypeMap<T> - Class in org.cloudburstmc.protocol.common.util
 
TypeMap.Builder<T> - Class in org.cloudburstmc.protocol.common.util
 

U

UNHANDLED - Static variable in class org.cloudburstmc.protocol.common.PacketSignal
 
update(int, int, T) - Method in class org.cloudburstmc.protocol.common.util.TypeMap.Builder
 

V

VarInts - Class in org.cloudburstmc.protocol.common.util
 

W

writeChar(int) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeDouble(double) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeFloat(float) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeInt(int) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeInt(ByteBuf, int) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
writeLong(long) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeLong(ByteBuf, long) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
writeShort(int) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 
writeUnsignedInt(ByteBuf, int) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
writeUnsignedLong(ByteBuf, long) - Static method in class org.cloudburstmc.protocol.common.util.VarInts
 
writeUTF(String) - Method in class org.cloudburstmc.protocol.common.util.stream.LittleEndianByteBufOutputStream
 

Z

Zlib - Class in org.cloudburstmc.protocol.common.util
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links