Interface RegistryDataRewriter


public interface RegistryDataRewriter
  • Method Details

    • handle

      void handle(PacketWrapper wrapper)
    • getMappings

      @Nullable KeyMappings getMappings(String registryKey)
    • shouldRemoveRegistry

      boolean shouldRemoveRegistry(String registryKey)
    • hasRegistriesToRemove

      boolean hasRegistriesToRemove()
    • updateDialog

      void updateDialog(UserConnection connection, com.viaversion.nbt.tag.CompoundTag tag)