| Package | Description |
|---|---|
| net.runeduniverse.lib.rogm.buffer | |
| net.runeduniverse.lib.rogm.pipeline.chain | |
| net.runeduniverse.lib.rogm.pipeline.chain.data |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalBufferTypes.Entry |
| Modifier and Type | Method and Description |
|---|---|
static BufferTypes.IEntry |
BasicBufferLayers.getBufferedEntry(net.runeduniverse.lib.utils.chain.ChainRuntime<?> runtime,
IBuffer buffer,
EntityContainer entity) |
BufferTypes.IEntry |
IBuffer.getEntry(Object entity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BufferTypes.IEntry> |
BasicBuffer.getAllEntries() |
Collection<BufferTypes.IEntry> |
IBuffer.getAllEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicBuffer.addEntry(BufferTypes.IEntry iEntry) |
void |
IBuffer.addEntry(BufferTypes.IEntry entry) |
static InternalBufferTypes.Entry |
InternalBufferTypes.Entry.from(BufferTypes.IEntry iEntry) |
static Object |
BufferTypes.LoadState.merge(BufferTypes.IEntry entry,
BufferTypes.LoadState state,
LazyEntriesContainer lazyEntries) |
void |
BasicBuffer.removeEntry(BufferTypes.IEntry iEntry) |
void |
IBuffer.removeEntry(BufferTypes.IEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
static IPattern.IDeleteContainer |
LookupLayers.packageContainer(Archive archive,
EntityContainer entity,
BufferTypes.IEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LazyEntriesContainer.addEntry(BufferTypes.IEntry entry) |
boolean |
RelatedEntriesContainer.addEntry(BufferTypes.IEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LazyEntriesContainer.addAllEntries(Collection<BufferTypes.IEntry> entries) |
boolean |
RelatedEntriesContainer.addAllEntries(Collection<BufferTypes.IEntry> entries) |
Copyright © 2020–2022 RunedUniverse. All rights reserved.