| Package | Description |
|---|---|
| org.cloudburstmc.protocol.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeMap.Builder<T> |
TypeMap.builder(Class<T> typeClass) |
static <T> TypeMap.Builder<T> |
TypeMap.builder(String type) |
TypeMap.Builder<T> |
TypeMap.Builder.insert(int index,
T value) |
TypeMap.Builder<T> |
TypeMap.Builder.insert(int offset,
TypeMap<? extends T> map) |
TypeMap.Builder<T> |
TypeMap.Builder.remove(int index) |
TypeMap.Builder<T> |
TypeMap.Builder.replace(int index,
T value)
Replaces an existing value in type map
|
TypeMap.Builder<T> |
TypeMap.Builder.shift(int startIndex,
int amount)
Shifts values from a specific start index
|
TypeMap.Builder<T> |
TypeMap.Builder.shift(int startIndex,
int amount,
int length)
Shifts values from a specific start index
|
TypeMap.Builder<T> |
TypeMap.toBuilder() |
TypeMap.Builder<T> |
TypeMap.Builder.update(int oldIndex,
int newIndex,
T value) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.