Package | Description |
---|---|
net.minecraft.network.datasync | |
net.minecraft.network.play.server |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,EntityDataManager.DataEntry<?>> |
EntityDataManager.entries |
Modifier and Type | Method and Description |
---|---|
EntityDataManager.DataEntry<T> |
EntityDataManager.DataEntry.copy() |
private <T> EntityDataManager.DataEntry<T> |
EntityDataManager.getEntry(DataParameter<T> key) |
private static <T> EntityDataManager.DataEntry<T> |
EntityDataManager.makeDataEntry(PacketBuffer bufferIn,
int idIn,
IDataSerializer<T> serializerIn) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityDataManager.DataEntry<?>> |
EntityDataManager.getAll() |
java.util.List<EntityDataManager.DataEntry<?>> |
EntityDataManager.getDirty() |
static java.util.List<EntityDataManager.DataEntry<?>> |
EntityDataManager.readEntries(PacketBuffer buf) |
Modifier and Type | Method and Description |
---|---|
private <T> void |
EntityDataManager.setEntryValue(EntityDataManager.DataEntry<T> target,
EntityDataManager.DataEntry<?> source) |
private <T> void |
EntityDataManager.setEntryValue(EntityDataManager.DataEntry<T> target,
EntityDataManager.DataEntry<?> source) |
private static <T> void |
EntityDataManager.writeEntry(PacketBuffer buf,
EntityDataManager.DataEntry<T> entry) |
Modifier and Type | Method and Description |
---|---|
void |
EntityDataManager.setEntryValues(java.util.List<EntityDataManager.DataEntry<?>> entriesIn) |
static void |
EntityDataManager.writeEntries(java.util.List<EntityDataManager.DataEntry<?>> entriesIn,
PacketBuffer buf) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EntityDataManager.DataEntry<?>> |
SEntityMetadataPacket.dataManagerEntries |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityDataManager.DataEntry<?>> |
SEntityMetadataPacket.getDataManagerEntries() |