public interface IDescSynced
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncedField<?>> |
getDescriptionFields() |
net.minecraft.util.math.BlockPos |
getPosition() |
void |
onDescUpdate() |
void |
readFromPacket(net.minecraft.nbt.CompoundNBT tag) |
boolean |
shouldSyncField(int idx) |
void |
writeToPacket(net.minecraft.nbt.CompoundNBT tag) |
java.util.List<SyncedField<?>> getDescriptionFields()
void writeToPacket(net.minecraft.nbt.CompoundNBT tag)
void readFromPacket(net.minecraft.nbt.CompoundNBT tag)
net.minecraft.util.math.BlockPos getPosition()
void onDescUpdate()
boolean shouldSyncField(int idx)