public class class_5570<T extends class_5568> extends Object
| Modifier and Type | Field and Description |
|---|---|
private it.unimi.dsi.fastutil.ints.Int2ObjectMap<T> |
entitiesById |
private Map<UUID,T> |
entitiesByUuid |
private static Logger |
LOGGER |
| Constructor and Description |
|---|
class_5570() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(T entity) |
T |
getEntity(int id) |
T |
getEntity(UUID uuid) |
int |
getEntityCount() |
Iterable<T> |
method_31751() |
<U extends T> |
method_31754(class_5575<T,U> class_5575,
Consumer<U> consumer) |
void |
removeEntity(T entity) |
private static final Logger LOGGER
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<T extends class_5568> entitiesById
private final Map<UUID,T extends class_5568> entitiesByUuid