PacketEntityTuning

public final class PacketEntityTuning

Runtime tuning switches for the packet-entity layer, set by the consuming plugin (e.g. FreeMinecraftModels) from its own config so the NMS modules stay config-free.

Properties

Link copied to clipboard
public static volatile boolean useDeltaMetadataUpdates
When true (default), the per-tick item-display metadata packet carries only the entity-data values that changed since the last tick (SynchedEntityData.packDirty()) instead of the full non-default snapshot (getNonDefaultValues()).